Interface ModelCardSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelCardSummary.Builder,ModelCardSummary>
,SdkBuilder<ModelCardSummary.Builder,ModelCardSummary>
,SdkPojo
- Enclosing class:
- ModelCardSummary
public static interface ModelCardSummary.Builder extends SdkPojo, CopyableBuilder<ModelCardSummary.Builder,ModelCardSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelCardSummary.Builder
creationTime(Instant creationTime)
The date and time that the model card was created.ModelCardSummary.Builder
lastModifiedTime(Instant lastModifiedTime)
The date and time that the model card was last modified.ModelCardSummary.Builder
modelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.ModelCardSummary.Builder
modelCardName(String modelCardName)
The name of the model card.ModelCardSummary.Builder
modelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.ModelCardSummary.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, sdkFields
-
-
-
-
Method Detail
-
modelCardName
ModelCardSummary.Builder modelCardName(String 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
ModelCardSummary.Builder modelCardArn(String 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
ModelCardSummary.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 should be made to the model card, but it can still be exported.
- 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 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
,ModelCardStatus
-
-
modelCardStatus
ModelCardSummary.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 should be made to the model card, but it can still be exported.
- 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 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
,ModelCardStatus
-
-
creationTime
ModelCardSummary.Builder creationTime(Instant creationTime)
The date and time that the model card was created.
- Parameters:
creationTime
- The date and time that the model card was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
ModelCardSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the model card was last modified.
- Parameters:
lastModifiedTime
- The date and time that the model card was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-