Interface CfnSpace.ICodeRepositoryProperty
A Git repository that SageMaker AI automatically displays to users for cloning in the JupyterServer application.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICodeRepositoryProperty
Syntax (vb)
Public Interface ICodeRepositoryProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var codeRepositoryProperty = new CodeRepositoryProperty {
RepositoryUrl = "repositoryUrl"
};
Synopsis
Properties
Repository |
The URL of the Git repository. |
Properties
RepositoryUrl
The URL of the Git repository.
string RepositoryUrl { get; }
Property Value
System.