Interface ModelPackageModelCard.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelPackageModelCard.Builder,
,ModelPackageModelCard> SdkBuilder<ModelPackageModelCard.Builder,
,ModelPackageModelCard> SdkPojo
- Enclosing class:
ModelPackageModelCard
-
Method Summary
Modifier and TypeMethodDescriptionmodelCardContent
(String modelCardContent) The content of the model card.modelCardStatus
(String modelCardStatus) The approval status of the model card within your organization.modelCardStatus
(ModelCardStatus modelCardStatus) The approval status of the model card within your organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
modelCardContent
The content of the model card. The content must follow the schema described in Model Package Model Card Schema.
- Parameters:
modelCardContent
- The content of the model card. The content must follow the schema described in Model Package Model Card Schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardStatus
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 can be made to the model card content. If you try to update the model card content, you will receive the messageModel Card is in Archived state
.
- Parameters:
modelCardStatus
- 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 can be made to the model card content. If you try to update the model card content, you will receive the messageModel Card is in Archived state
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
modelCardStatus
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 can be made to the model card content. If you try to update the model card content, you will receive the messageModel Card is in Archived state
.
- Parameters:
modelCardStatus
- 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 can be made to the model card content. If you try to update the model card content, you will receive the messageModel Card is in Archived state
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-