Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ShadowModeConfig.Builder
-
Packages that use ShadowModeConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ShadowModeConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ShadowModeConfig.Builder Modifier and Type Method Description static ShadowModeConfig.BuilderShadowModeConfig. builder()ShadowModeConfig.BuilderShadowModeConfig.Builder. shadowModelVariants(Collection<ShadowModelVariantConfig> shadowModelVariants)List of shadow variant configurations.ShadowModeConfig.BuilderShadowModeConfig.Builder. shadowModelVariants(Consumer<ShadowModelVariantConfig.Builder>... shadowModelVariants)List of shadow variant configurations.ShadowModeConfig.BuilderShadowModeConfig.Builder. shadowModelVariants(ShadowModelVariantConfig... shadowModelVariants)List of shadow variant configurations.ShadowModeConfig.BuilderShadowModeConfig.Builder. sourceModelVariantName(String sourceModelVariantName)The name of the production variant, which takes all the inference requests.ShadowModeConfig.BuilderShadowModeConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ShadowModeConfig.Builder Modifier and Type Method Description static Class<? extends ShadowModeConfig.Builder>ShadowModeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ShadowModeConfig.Builder Modifier and Type Method Description default CreateInferenceExperimentRequest.BuilderCreateInferenceExperimentRequest.Builder. shadowModeConfig(Consumer<ShadowModeConfig.Builder> shadowModeConfig)The configuration ofShadowModeinference experiment type.default DescribeInferenceExperimentResponse.BuilderDescribeInferenceExperimentResponse.Builder. shadowModeConfig(Consumer<ShadowModeConfig.Builder> shadowModeConfig)The configuration ofShadowModeinference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests.default UpdateInferenceExperimentRequest.BuilderUpdateInferenceExperimentRequest.Builder. shadowModeConfig(Consumer<ShadowModeConfig.Builder> shadowModeConfig)The configuration ofShadowModeinference experiment type.
-