shadowProductionVariants property

Output<List<EndpointConfigurationShadowProductionVariant>?> shadowProductionVariants
latefinal

Models that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on productionVariants. If you use this field, you can only specify one variant for productionVariants and one variant for shadowProductionVariants. See below (same arguments as productionVariants).

Implementation

late final pulumi.Output<List<EndpointConfigurationShadowProductionVariant>?> shadowProductionVariants;