Interface ModelCardVersionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelCardVersionSummary.Builder,ModelCardVersionSummary>,SdkBuilder<ModelCardVersionSummary.Builder,ModelCardVersionSummary>,SdkPojo
- Enclosing class:
- ModelCardVersionSummary
public static interface ModelCardVersionSummary.Builder extends SdkPojo, CopyableBuilder<ModelCardVersionSummary.Builder,ModelCardVersionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelCardVersionSummary.BuildercreationTime(Instant creationTime)The date and time that the model card version was created.ModelCardVersionSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The time date and time that the model card version was last modified.ModelCardVersionSummary.BuildermodelCardArn(String modelCardArn)The Amazon Resource Name (ARN) of the model card.ModelCardVersionSummary.BuildermodelCardName(String modelCardName)The name of the model card.ModelCardVersionSummary.BuildermodelCardStatus(String modelCardStatus)The approval status of the model card version within your organization.ModelCardVersionSummary.BuildermodelCardStatus(ModelCardStatus modelCardStatus)The approval status of the model card version within your organization.ModelCardVersionSummary.BuildermodelCardVersion(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, sdkFields
-
-
-
-
Method Detail
-
modelCardName
ModelCardVersionSummary.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
ModelCardVersionSummary.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
ModelCardVersionSummary.Builder modelCardStatus(String 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,ModelCardStatus
-
-
modelCardStatus
ModelCardVersionSummary.Builder modelCardStatus(ModelCardStatus 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,ModelCardStatus
-
-
modelCardVersion
ModelCardVersionSummary.Builder modelCardVersion(Integer 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
ModelCardVersionSummary.Builder creationTime(Instant 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
ModelCardVersionSummary.Builder lastModifiedTime(Instant 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.
-
-