| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ShadowModeConfig.Builder |
ShadowModeConfig.builder() |
ShadowModeConfig.Builder |
ShadowModeConfig.Builder.shadowModelVariants(Collection<ShadowModelVariantConfig> shadowModelVariants)
List of shadow variant configurations.
|
ShadowModeConfig.Builder |
ShadowModeConfig.Builder.shadowModelVariants(Consumer<ShadowModelVariantConfig.Builder>... shadowModelVariants)
List of shadow variant configurations.
|
ShadowModeConfig.Builder |
ShadowModeConfig.Builder.shadowModelVariants(ShadowModelVariantConfig... shadowModelVariants)
List of shadow variant configurations.
|
ShadowModeConfig.Builder |
ShadowModeConfig.Builder.sourceModelVariantName(String sourceModelVariantName)
The name of the production variant, which takes all the inference requests.
|
ShadowModeConfig.Builder |
ShadowModeConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ShadowModeConfig.Builder> |
ShadowModeConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInferenceExperimentResponse.Builder |
DescribeInferenceExperimentResponse.Builder.shadowModeConfig(Consumer<ShadowModeConfig.Builder> 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. |
default UpdateInferenceExperimentRequest.Builder |
UpdateInferenceExperimentRequest.Builder.shadowModeConfig(Consumer<ShadowModeConfig.Builder> shadowModeConfig)
The configuration of
ShadowMode inference experiment type. |
default CreateInferenceExperimentRequest.Builder |
CreateInferenceExperimentRequest.Builder.shadowModeConfig(Consumer<ShadowModeConfig.Builder> shadowModeConfig)
The configuration of
ShadowMode inference experiment type. |
Copyright © 2023. All rights reserved.