| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
GitConfig |
GitConfig.clone() |
GitConfig |
CreateCodeRepositoryRequest.getGitConfig()
Specifies details about the repository, including the URL where the repository is located, the default branch,
and credentials to use to access the repository.
|
GitConfig |
CodeRepositorySummary.getGitConfig()
Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS
Secrets Manager secret that contains the credentials used to access the repository.
|
GitConfig |
DescribeCodeRepositoryResult.getGitConfig()
Configuration details about the repository, including the URL where the repository is located, the default
branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used
to access the repository.
|
GitConfig |
GitConfig.withBranch(String branch)
The default branch for the Git repository.
|
GitConfig |
GitConfig.withRepositoryUrl(String repositoryUrl)
The URL where the Git repository is located.
|
GitConfig |
GitConfig.withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the
git repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCodeRepositoryRequest.setGitConfig(GitConfig gitConfig)
Specifies details about the repository, including the URL where the repository is located, the default branch,
and credentials to use to access the repository.
|
void |
CodeRepositorySummary.setGitConfig(GitConfig gitConfig)
Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS
Secrets Manager secret that contains the credentials used to access the repository.
|
void |
DescribeCodeRepositoryResult.setGitConfig(GitConfig gitConfig)
Configuration details about the repository, including the URL where the repository is located, the default
branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used
to access the repository.
|
CreateCodeRepositoryRequest |
CreateCodeRepositoryRequest.withGitConfig(GitConfig gitConfig)
Specifies details about the repository, including the URL where the repository is located, the default branch,
and credentials to use to access the repository.
|
CodeRepositorySummary |
CodeRepositorySummary.withGitConfig(GitConfig gitConfig)
Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS
Secrets Manager secret that contains the credentials used to access the repository.
|
DescribeCodeRepositoryResult |
DescribeCodeRepositoryResult.withGitConfig(GitConfig gitConfig)
Configuration details about the repository, including the URL where the repository is located, the default
branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used
to access the repository.
|
Copyright © 2020. All rights reserved.