interface CodeRepositoryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnUserProfile.CodeRepositoryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnUserProfile_CodeRepositoryProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnUserProfile.CodeRepositoryProperty |
![]() | aws_cdk.aws_sagemaker.CfnUserProfile.CodeRepositoryProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnUserProfile » CodeRepositoryProperty |
A Git repository that SageMaker AI automatically displays to users for cloning in the JupyterServer application.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const codeRepositoryProperty: sagemaker.CfnUserProfile.CodeRepositoryProperty = {
repositoryUrl: 'repositoryUrl',
};
Properties
Name | Type | Description |
---|---|---|
repository | string | The URL of the Git repository. |
repositoryUrl
Type:
string
The URL of the Git repository.