Interface ModelCardVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelCardVersionSummary.Builder,
,ModelCardVersionSummary> SdkBuilder<ModelCardVersionSummary.Builder,
,ModelCardVersionSummary> SdkPojo
- Enclosing class:
ModelCardVersionSummary
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The date and time that the model card version was created.lastModifiedTime
(Instant lastModifiedTime) The time date and time that the model card version was last modified.modelCardArn
(String modelCardArn) The Amazon Resource Name (ARN) of the model card.modelCardName
(String modelCardName) The name of the model card.modelCardStatus
(String modelCardStatus) The approval status of the model card version within your organization.modelCardStatus
(ModelCardStatus modelCardStatus) The approval status of the model card version within your organization.modelCardVersion
(Integer modelCardVersion) A version of the model card.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 Details
-
modelCardName
The name of the model card.
- Parameters:
modelCardName
- The name of the model card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardArn
The Amazon Resource Name (ARN) of the model card.
- Parameters:
modelCardArn
- The Amazon Resource Name (ARN) of the model card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardStatus
The approval status of the model card version 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.
- Parameters:
modelCardStatus
- The approval status of the model card version 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.
-
- 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 version 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.
- Parameters:
modelCardStatus
- The approval status of the model card version 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
modelCardVersion
A version of the model card.
- Parameters:
modelCardVersion
- A version of the model card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The date and time that the model card version was created.
- Parameters:
creationTime
- The date and time that the model card version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time date and time that the model card version was last modified.
- Parameters:
lastModifiedTime
- The time date and time that the model card version was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-