| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
GitConfigForUpdate |
GitConfigForUpdate.clone() |
GitConfigForUpdate |
UpdateCodeRepositoryRequest.getGitConfig()
The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web
Services Secrets Manager secret that contains the credentials used to access the repository.
|
GitConfigForUpdate |
GitConfigForUpdate.withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials
used to access the git repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCodeRepositoryRequest.setGitConfig(GitConfigForUpdate gitConfig)
The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web
Services Secrets Manager secret that contains the credentials used to access the repository.
|
UpdateCodeRepositoryRequest |
UpdateCodeRepositoryRequest.withGitConfig(GitConfigForUpdate gitConfig)
The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web
Services Secrets Manager secret that contains the credentials used to access the repository.
|
Copyright © 2022. All rights reserved.