Interface ModelShardingConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelShardingConfig.Builder,
,ModelShardingConfig> SdkBuilder<ModelShardingConfig.Builder,
,ModelShardingConfig> SdkPojo
- Enclosing class:
ModelShardingConfig
@Mutable
@NotThreadSafe
public static interface ModelShardingConfig.Builder
extends SdkPojo, CopyableBuilder<ModelShardingConfig.Builder,ModelShardingConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe URI of an LMI DLC in Amazon ECR.overrideEnvironment
(Map<String, String> overrideEnvironment) Environment variables that override the default ones in the model container.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
image
The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.
- Parameters:
image
- The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideEnvironment
Environment variables that override the default ones in the model container.
- Parameters:
overrideEnvironment
- Environment variables that override the default ones in the model container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-