@Stability(value=Stable)
public static interface CfnModelPackage.MetadataPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getCommitId()
The commit ID.
|
default String |
getGeneratedBy()
The entity this entity was generated by.
|
default String |
getProjectId()
The project ID.
|
default String |
getRepository()
The repository.
|
@Stability(value=Stable) @Nullable default String getCommitId()
@Stability(value=Stable) @Nullable default String getGeneratedBy()
@Stability(value=Stable) @Nullable default String getProjectId()
@Stability(value=Stable) @Nullable default String getRepository()
@Stability(value=Stable) static CfnModelPackage.MetadataPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.