| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ShadowModeConfig |
ShadowModeConfig.clone() |
ShadowModeConfig |
UpdateInferenceExperimentRequest.getShadowModeConfig()
The Amazon S3 storage configuration for the inference experiment.
|
ShadowModeConfig |
DescribeInferenceExperimentResult.getShadowModeConfig()
Shows which variant is a production variant and which variant is a shadow variant.
|
ShadowModeConfig |
CreateInferenceExperimentRequest.getShadowModeConfig()
Shows which variant is the production variant and which variant is the shadow variant.
|
ShadowModeConfig |
ShadowModeConfig.withShadowModelVariants(Collection<ShadowModelVariantConfig> shadowModelVariants)
List of shadow variant configurations.
|
ShadowModeConfig |
ShadowModeConfig.withShadowModelVariants(ShadowModelVariantConfig... shadowModelVariants)
List of shadow variant configurations.
|
ShadowModeConfig |
ShadowModeConfig.withSourceModelVariantName(String sourceModelVariantName)
The name of the production variant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateInferenceExperimentRequest.setShadowModeConfig(ShadowModeConfig shadowModeConfig)
The Amazon S3 storage configuration for the inference experiment.
|
void |
DescribeInferenceExperimentResult.setShadowModeConfig(ShadowModeConfig shadowModeConfig)
Shows which variant is a production variant and which variant is a shadow variant.
|
void |
CreateInferenceExperimentRequest.setShadowModeConfig(ShadowModeConfig shadowModeConfig)
Shows which variant is the production variant and which variant is the shadow variant.
|
UpdateInferenceExperimentRequest |
UpdateInferenceExperimentRequest.withShadowModeConfig(ShadowModeConfig shadowModeConfig)
The Amazon S3 storage configuration for the inference experiment.
|
DescribeInferenceExperimentResult |
DescribeInferenceExperimentResult.withShadowModeConfig(ShadowModeConfig shadowModeConfig)
Shows which variant is a production variant and which variant is a shadow variant.
|
CreateInferenceExperimentRequest |
CreateInferenceExperimentRequest.withShadowModeConfig(ShadowModeConfig shadowModeConfig)
Shows which variant is the production variant and which variant is the shadow variant.
|
Copyright © 2022. All rights reserved.