| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
GitConfig |
CodeRepositorySummary.gitConfig()
Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web
Services 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 |
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 Amazon Web Services Secrets Manager secret that contains the
credentials used to access the repository.
|
| Modifier and Type | Method and Description |
|---|---|
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 Amazon
Web Services 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.
|
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 Amazon Web Services Secrets Manager secret that contains
the credentials used to access the repository.
|
Copyright © 2021. All rights reserved.