| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryAuthConfig.Builder |
RepositoryAuthConfig.builder() |
RepositoryAuthConfig.Builder |
RepositoryAuthConfig.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.Builder |
RepositoryAuthConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RepositoryAuthConfig.Builder> |
RepositoryAuthConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImageConfig.Builder |
ImageConfig.Builder.repositoryAuthConfig(Consumer<RepositoryAuthConfig.Builder> repositoryAuthConfig)
(Optional) Specifies an authentication configuration for the private docker registry where your model image
is hosted.
|
Copyright © 2021. All rights reserved.