Uses of Interface
software.amazon.awssdk.services.sagemaker.model.RepositoryAuthConfig.Builder
-
Packages that use RepositoryAuthConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RepositoryAuthConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RepositoryAuthConfig.Builder Modifier and Type Method Description static RepositoryAuthConfig.BuilderRepositoryAuthConfig. builder()RepositoryAuthConfig.BuilderRepositoryAuthConfig.Builder. repositoryCredentialsProviderArn(String repositoryCredentialsProviderArn)The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted.RepositoryAuthConfig.BuilderRepositoryAuthConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RepositoryAuthConfig.Builder Modifier and Type Method Description static Class<? extends RepositoryAuthConfig.Builder>RepositoryAuthConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type RepositoryAuthConfig.Builder Modifier and Type Method Description default ImageConfig.BuilderImageConfig.Builder. repositoryAuthConfig(Consumer<RepositoryAuthConfig.Builder> repositoryAuthConfig)(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted.
-