Uses of Class
software.amazon.awssdk.services.sagemaker.model.ImageConfig
-
Packages that use ImageConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ImageConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ImageConfig Modifier and Type Method Description ImageConfig
ContainerDefinition. imageConfig()
Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ImageConfig Modifier and Type Method Description ContainerDefinition.Builder
ContainerDefinition.Builder. imageConfig(ImageConfig imageConfig)
Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).
-