| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ShadowModeConfig |
DescribeInferenceExperimentResponse.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. |
ShadowModeConfig |
UpdateInferenceExperimentRequest.shadowModeConfig()
The configuration of
ShadowMode inference experiment type. |
ShadowModeConfig |
CreateInferenceExperimentRequest.shadowModeConfig()
The configuration of
ShadowMode inference experiment type. |
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceExperimentResponse.Builder |
DescribeInferenceExperimentResponse.Builder.shadowModeConfig(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. |
UpdateInferenceExperimentRequest.Builder |
UpdateInferenceExperimentRequest.Builder.shadowModeConfig(ShadowModeConfig shadowModeConfig)
The configuration of
ShadowMode inference experiment type. |
CreateInferenceExperimentRequest.Builder |
CreateInferenceExperimentRequest.Builder.shadowModeConfig(ShadowModeConfig shadowModeConfig)
The configuration of
ShadowMode inference experiment type. |
Copyright © 2023. All rights reserved.