public static interface CfnModelPackage.MetadataPropertiesProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelPackage.MetadataPropertiesProperty.Builder
A builder for
CfnModelPackage.MetadataPropertiesProperty |
static class |
CfnModelPackage.MetadataPropertiesProperty.Jsii$Proxy
An implementation for
CfnModelPackage.MetadataPropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelPackage.MetadataPropertiesProperty.Builder |
builder() |
default java.lang.String |
getCommitId()
The commit ID.
|
default java.lang.String |
getGeneratedBy()
The entity this entity was generated by.
|
default java.lang.String |
getProjectId()
The project ID.
|
default java.lang.String |
getRepository()
The repository.
|
default java.lang.String getCommitId()
default java.lang.String getGeneratedBy()
default java.lang.String getProjectId()
default java.lang.String getRepository()
static CfnModelPackage.MetadataPropertiesProperty.Builder builder()