| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ShadowModeConfig |
ShadowModeConfig.clone() |
ShadowModeConfig |
DescribeInferenceExperimentResult.getShadowModeConfig()
The configuration of
ShadowMode inference 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. |
ShadowModeConfig |
CreateInferenceExperimentRequest.getShadowModeConfig()
The configuration of
ShadowMode inference experiment type. |
ShadowModeConfig |
UpdateInferenceExperimentRequest.getShadowModeConfig()
The configuration of
ShadowMode inference experiment type. |
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, which takes all the inference requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInferenceExperimentResult.setShadowModeConfig(ShadowModeConfig shadowModeConfig)
The configuration of
ShadowMode inference 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. |
void |
CreateInferenceExperimentRequest.setShadowModeConfig(ShadowModeConfig shadowModeConfig)
The configuration of
ShadowMode inference experiment type. |
void |
UpdateInferenceExperimentRequest.setShadowModeConfig(ShadowModeConfig shadowModeConfig)
The configuration of
ShadowMode inference experiment type. |
DescribeInferenceExperimentResult |
DescribeInferenceExperimentResult.withShadowModeConfig(ShadowModeConfig shadowModeConfig)
The configuration of
ShadowMode inference 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. |
CreateInferenceExperimentRequest |
CreateInferenceExperimentRequest.withShadowModeConfig(ShadowModeConfig shadowModeConfig)
The configuration of
ShadowMode inference experiment type. |
UpdateInferenceExperimentRequest |
UpdateInferenceExperimentRequest.withShadowModeConfig(ShadowModeConfig shadowModeConfig)
The configuration of
ShadowMode inference experiment type. |
Copyright © 2024. All rights reserved.