Interface CfnModelPackage.MetadataPropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnModelPackage.MetadataPropertiesProperty.Jsii$Proxy
Enclosing class:
CfnModelPackage

@Stability(Stable) public static interface CfnModelPackage.MetadataPropertiesProperty extends software.amazon.jsii.JsiiSerializable
Metadata properties of the tracking entity, trial, or trial component.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.*;
 MetadataPropertiesProperty metadataPropertiesProperty = MetadataPropertiesProperty.builder()
         .commitId("commitId")
         .generatedBy("generatedBy")
         .projectId("projectId")
         .repository("repository")
         .build();
 

See Also: