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