Uses of Class
software.amazon.awssdk.services.sagemaker.model.GitConfigForUpdate
-
Packages that use GitConfigForUpdate Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of GitConfigForUpdate in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return GitConfigForUpdate Modifier and Type Method Description GitConfigForUpdate
UpdateCodeRepositoryRequest. 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.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type GitConfigForUpdate Modifier and Type Method Description UpdateCodeRepositoryRequest.Builder
UpdateCodeRepositoryRequest.Builder. gitConfig(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.
-