Interface CfnModelPackagePropsMixin.ModelCardProperty

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

@Stability(Stable) public static interface CfnModelPackagePropsMixin.ModelCardProperty extends software.amazon.jsii.JsiiSerializable
An Amazon SageMaker Model Card.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
 ModelCardProperty modelCardProperty = ModelCardProperty.builder()
         .modelCardContent("modelCardContent")
         .modelCardStatus("modelCardStatus")
         .build();
 

See Also: