Interface CfnActionPropsMixin.IMetadataPropertiesProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnActionPropsMixin.IMetadataPropertiesProperty
Syntax (vb)
Public Interface CfnActionPropsMixin.IMetadataPropertiesProperty
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.CfnPropertyMixins.AWS.SageMaker;
var metadataPropertiesProperty = new MetadataPropertiesProperty {
CommitId = "commitId",
GeneratedBy = "generatedBy",
ProjectId = "projectId",
Repository = "repository"
};
Synopsis
Properties
| CommitId | The commit ID. |
| GeneratedBy | The entity this entity was generated by. |
| ProjectId | The project ID. |
| Repository | The repository. |
Properties
CommitId
The commit ID.
string? CommitId { get; }
Property Value
Remarks
GeneratedBy
The entity this entity was generated by.
string? GeneratedBy { get; }
Property Value
Remarks
ProjectId
The project ID.
string? ProjectId { get; }
Property Value
Remarks
Repository
The repository.
string? Repository { get; }