| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryAuthConfig |
RepositoryAuthConfig.clone() |
RepositoryAuthConfig |
ImageConfig.getRepositoryAuthConfig()
(Optional) Specifies an authentication configuration for the private docker registry where your model image is
hosted.
|
RepositoryAuthConfig |
RepositoryAuthConfig.withRepositoryCredentialsProviderArn(String repositoryCredentialsProviderArn)
The Amazon Resource Name (ARN) of an AWS Lambda function that provides credentials to authenticate to the private
Docker registry where your model image is hosted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageConfig.setRepositoryAuthConfig(RepositoryAuthConfig repositoryAuthConfig)
(Optional) Specifies an authentication configuration for the private docker registry where your model image is
hosted.
|
ImageConfig |
ImageConfig.withRepositoryAuthConfig(RepositoryAuthConfig repositoryAuthConfig)
(Optional) Specifies an authentication configuration for the private docker registry where your model image is
hosted.
|
Copyright © 2021. All rights reserved.