Interface CfnModelPackagePropsMixin.ModelPackageStatusItemProperty

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

@Stability(Stable) public static interface CfnModelPackagePropsMixin.ModelPackageStatusItemProperty extends software.amazon.jsii.JsiiSerializable
Represents the overall status of a model package.

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.*;
 ModelPackageStatusItemProperty modelPackageStatusItemProperty = ModelPackageStatusItemProperty.builder()
         .failureReason("failureReason")
         .name("name")
         .status("status")
         .build();
 

See Also: