| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
GitConfig |
DescribeCodeRepositoryResponse.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.
|
GitConfig |
CreateCodeRepositoryRequest.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.
|
GitConfig |
CodeRepositorySummary.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCodeRepositoryResponse.Builder |
DescribeCodeRepositoryResponse.Builder.gitConfig(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.Builder |
CreateCodeRepositoryRequest.Builder.gitConfig(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.Builder |
CodeRepositorySummary.Builder.gitConfig(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.
|
Copyright © 2019. All rights reserved.