Uses of Class
software.amazon.awssdk.services.sagemaker.model.RepositoryAuthConfig
-
Packages that use RepositoryAuthConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RepositoryAuthConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RepositoryAuthConfig Modifier and Type Method Description RepositoryAuthConfigImageConfig. repositoryAuthConfig()(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RepositoryAuthConfig Modifier and Type Method Description ImageConfig.BuilderImageConfig.Builder. repositoryAuthConfig(RepositoryAuthConfig repositoryAuthConfig)(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted.
-