public static interface CfnModelPackage.ModelPackageStatusItemProperty
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.*; ModelPackageStatusItemProperty modelPackageStatusItemProperty = ModelPackageStatusItemProperty.builder() .name("name") .status("status") // the properties below are optional .failureReason("failureReason") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelPackage.ModelPackageStatusItemProperty.Builder
A builder for
CfnModelPackage.ModelPackageStatusItemProperty |
static class |
CfnModelPackage.ModelPackageStatusItemProperty.Jsii$Proxy
An implementation for
CfnModelPackage.ModelPackageStatusItemProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelPackage.ModelPackageStatusItemProperty.Builder |
builder() |
default java.lang.String |
getFailureReason()
if the overall status is `Failed` , the reason for the failure.
|
java.lang.String |
getName()
The name of the model package for which the overall status is being reported.
|
java.lang.String |
getStatus()
The current status.
|
java.lang.String getName()
java.lang.String getStatus()
default java.lang.String getFailureReason()
static CfnModelPackage.ModelPackageStatusItemProperty.Builder builder()