sagemaker_update_code_repository: Updates the specified Git repository with the specified...

View source: R/sagemaker_operations.R

sagemaker_update_code_repositoryR Documentation

Updates the specified Git repository with the specified values

Description

Updates the specified Git repository with the specified values.

See https://www.paws-r-sdk.com/docs/sagemaker_update_code_repository/ for full documentation.

Usage

sagemaker_update_code_repository(CodeRepositoryName, GitConfig = NULL)

Arguments

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 Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

⁠{"username": UserName, "password": Password}⁠


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.