SageMaker Code Repository

SageMaker Code Repository in AWS is a managed integration that connects Amazon SageMaker with source code repositories such as AWS CodeCommit, GitHub, or Bitbucket. It allows you to store, version, and manage machine learning training scripts and related code directly within SageMaker. This makes it easier to track changes, collaborate with teams, and ensure reproducibility of experiments and models.

aws.sagemaker_code_repository

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
code_repository_arncorestringThe Amazon Resource Name (ARN) of the Git repository.
code_repository_namecorestringThe name of the Git repository.
creation_timecoretimestampThe date and time that the Git repository was created.
git_configcorejsonConfiguration 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.
last_modified_timecoretimestampThe date and time that the Git repository was last modified.
tagscorehstore