Interface InferenceContainerConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InferenceContainerConfig.Builder,InferenceContainerConfig>,SdkBuilder<InferenceContainerConfig.Builder,InferenceContainerConfig>,SdkPojo
- Enclosing class:
- InferenceContainerConfig
public static interface InferenceContainerConfig.Builder extends SdkPojo, CopyableBuilder<InferenceContainerConfig.Builder,InferenceContainerConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceContainerConfig.BuilderimageUri(String imageUri)The registry path of the docker image that contains the inference algorithm.-
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 Detail
-
imageUri
InferenceContainerConfig.Builder imageUri(String imageUri)
The registry path of the docker image that contains the inference algorithm. Clean Rooms ML supports both
registry/repository[:tag]andregistry/repositry[@digest]image path formats. For more information about using images in Clean Rooms ML, see the Sagemaker API reference.- Parameters:
imageUri- The registry path of the docker image that contains the inference algorithm. Clean Rooms ML supports bothregistry/repository[:tag]andregistry/repositry[@digest]image path formats. For more information about using images in Clean Rooms ML, see the Sagemaker API reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-