sagemaker_create_code_repository: Creates a Git repository as a resource in your SageMaker...

View source: R/sagemaker_operations.R

sagemaker_create_code_repositoryR Documentation

Creates a Git repository as a resource in your SageMaker account

Description

Creates a Git repository as a resource in your SageMaker account. You can associate the repository with notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a resource in your SageMaker account, so it can be associated with more than one notebook instance, and it persists independently from the lifecycle of any notebook instances it is associated with.

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

Usage

sagemaker_create_code_repository(CodeRepositoryName, GitConfig, Tags = NULL)

Arguments

CodeRepositoryName

[required] The name of the Git repository. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

GitConfig

[required] Specifies details about the repository, including the URL where the repository is located, the default branch, and credentials to use to access the repository.

Tags

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.


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