Uses of Class
software.amazon.awssdk.services.sagemaker.model.GitConfig
-
Packages that use GitConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of GitConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return GitConfig Modifier and Type Method Description GitConfigCodeRepositorySummary. 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.GitConfigCreateCodeRepositoryRequest. 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.GitConfigDescribeCodeRepositoryResponse. 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.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type GitConfig Modifier and Type Method Description CodeRepositorySummary.BuilderCodeRepositorySummary.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.BuilderCreateCodeRepositoryRequest.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.BuilderDescribeCodeRepositoryResponse.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.
-