public static interface ModelCardVersionSummary.Builder extends SdkPojo, CopyableBuilder<ModelCardVersionSummary.Builder,ModelCardVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
ModelCardVersionSummary.Builder |
creationTime(Instant creationTime)
The date and time that the model card version was created.
|
ModelCardVersionSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time date and time that the model card version was last modified.
|
ModelCardVersionSummary.Builder |
modelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
|
ModelCardVersionSummary.Builder |
modelCardName(String modelCardName)
The name of the model card.
|
ModelCardVersionSummary.Builder |
modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card version within your organization.
|
ModelCardVersionSummary.Builder |
modelCardStatus(String modelCardStatus)
The approval status of the model card version within your organization.
|
ModelCardVersionSummary.Builder |
modelCardVersion(Integer modelCardVersion)
A version of the model card.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelCardVersionSummary.Builder modelCardName(String modelCardName)
The name of the model card.
modelCardName - The name of the model card.ModelCardVersionSummary.Builder modelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
modelCardArn - The Amazon Resource Name (ARN) of the model card.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.
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.
ModelCardStatus,
ModelCardStatusModelCardVersionSummary.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.
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.
ModelCardStatus,
ModelCardStatusModelCardVersionSummary.Builder modelCardVersion(Integer modelCardVersion)
A version of the model card.
modelCardVersion - A version of the model card.ModelCardVersionSummary.Builder creationTime(Instant creationTime)
The date and time that the model card version was created.
creationTime - The date and time that the model card version was created.ModelCardVersionSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The time date and time that the model card version was last modified.
lastModifiedTime - The time date and time that the model card version was last modified.Copyright © 2023. All rights reserved.