@Generated(value="software.amazon.awssdk:codegen") public final class ModelCardVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelCardVersionSummary.Builder,ModelCardVersionSummary>
A summary of a specific version of the model card.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelCardVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelCardVersionSummary.Builder |
builder() |
Instant |
creationTime()
The date and time that the model card version was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The time date and time that the model card version 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 version within your organization.
|
String |
modelCardStatusAsString()
The approval status of the model card version within your organization.
|
Integer |
modelCardVersion()
A version of the model card.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelCardVersionSummary.Builder> |
serializableBuilderClass() |
ModelCardVersionSummary.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 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.
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 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.
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 Integer modelCardVersion()
A version of the model card.
public final Instant creationTime()
The date and time that the model card version was created.
public final Instant lastModifiedTime()
The time date and time that the model card version was last modified.
public ModelCardVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelCardVersionSummary.Builder,ModelCardVersionSummary>public static ModelCardVersionSummary.Builder builder()
public static Class<? extends ModelCardVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.