Updates the specified Git repository with the specified values
Updates the specified Git repository with the specified values.
sagemaker_update_code_repository(CodeRepositoryName, GitConfig)
CodeRepositoryName |
[required] The name of the Git repository to update. |
GitConfig |
The configuration of the git repository, including the URL and the
Amazon Resource Name (ARN) of the AWS Secrets Manager secret that
contains the credentials used to access the repository. The secret must
have a staging label of
|
A list with the following syntax:
list( CodeRepositoryArn = "string" )
svc$update_code_repository( CodeRepositoryName = "string", GitConfig = list( SecretArn = "string" ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.