@Generated(value="software.amazon.awssdk:codegen") public final class ModelCardSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelCardSummary.Builder,ModelCardSummary>
A summary of the model card.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelCardSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelCardSummary.Builder |
builder() |
Instant |
creationTime()
The date and time that the model card was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The date and time that the model card was last modified.
|
String |
modelCardArn()
The Amazon Resource Name (ARN) of the model card.
|
String |
modelCardName()
The name of the model card.
|
ModelCardStatus |
modelCardStatus()
The approval status of the model card within your organization.
|
String |
modelCardStatusAsString()
The approval status of the model card within your organization.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelCardSummary.Builder> |
serializableBuilderClass() |
ModelCardSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelCardName()
The name of the model card.
public final String modelCardArn()
The Amazon Resource Name (ARN) of the model card.
public final 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.
If the service returns an enum value that is not available in the current SDK version, modelCardStatus
will return ModelCardStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from modelCardStatusAsString().
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.
ModelCardStatuspublic final String modelCardStatusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, modelCardStatus
will return ModelCardStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from modelCardStatusAsString().
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.
ModelCardStatuspublic final Instant creationTime()
The date and time that the model card was created.
public final Instant lastModifiedTime()
The date and time that the model card was last modified.
public ModelCardSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelCardSummary.Builder,ModelCardSummary>public static ModelCardSummary.Builder builder()
public static Class<? extends ModelCardSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.