Interface CfnModelPackagePropsMixin.ModelPackageStatusDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelPackagePropsMixin.ModelPackageStatusDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnModelPackagePropsMixin
@Stability(Stable)
public static interface CfnModelPackagePropsMixin.ModelPackageStatusDetailsProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the validation and image scan statuses of the 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.mixins.preview.services.sagemaker.mixins.*;
ModelPackageStatusDetailsProperty modelPackageStatusDetailsProperty = ModelPackageStatusDetailsProperty.builder()
.validationStatuses(List.of(ModelPackageStatusItemProperty.builder()
.failureReason("failureReason")
.name("name")
.status("status")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnModelPackagePropsMixin.ModelPackageStatusDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValidationStatuses
The validation status of the model package.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnModelPackagePropsMixin.ModelPackageStatusItemProperty>- See Also:
-
builder
@Stability(Stable) static CfnModelPackagePropsMixin.ModelPackageStatusDetailsProperty.Builder builder()
-