Interface CfnModelPackage.ModelCardProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelPackage.ModelCardProperty.Jsii$Proxy
- Enclosing class:
CfnModelPackage
@Stability(Stable)
public static interface CfnModelPackage.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.services.sagemaker.*; ModelCardProperty modelCardProperty = ModelCardProperty.builder() .modelCardContent("modelCardContent") .modelCardStatus("modelCardStatus") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnModelPackage.ModelCardProperty
static final class
An implementation forCfnModelPackage.ModelCardProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The content of the model card.The approval status of the model card within your organization.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModelCardContent
The content of the model card.- See Also:
-
getModelCardStatus
The approval status of the model card within your organization.Different organizations might have different criteria for model card review and approval.
Draft
: The model card is a work in progress.PendingReview
: The model card is pending review.Approved
: The model card is approved.Archived
: The model card is archived. No more updates should be made to the model card, but it can still be exported.
- See Also:
-
builder
-