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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnModelPackage.MetadataPropertiesPropertystatic final classAn implementation forCfnModelPackage.MetadataPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCommitId
The commit ID. -
getGeneratedBy
The entity this entity was generated by. -
getProjectId
The project ID. -
getRepository
The repository. -
builder
-