Interface ModelPackageModelCard.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelPackageModelCard.Builder,ModelPackageModelCard>
,SdkBuilder<ModelPackageModelCard.Builder,ModelPackageModelCard>
,SdkPojo
- Enclosing class:
- ModelPackageModelCard
public static interface ModelPackageModelCard.Builder extends SdkPojo, CopyableBuilder<ModelPackageModelCard.Builder,ModelPackageModelCard>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelPackageModelCard.Builder
modelCardContent(String modelCardContent)
The content of the model card.ModelPackageModelCard.Builder
modelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.ModelPackageModelCard.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
modelCardContent
ModelPackageModelCard.Builder modelCardContent(String 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
ModelPackageModelCard.Builder modelCardStatus(String 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
,ModelCardStatus
-
-
modelCardStatus
ModelPackageModelCard.Builder modelCardStatus(ModelCardStatus 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
,ModelCardStatus
-
-
-