@Generated(value="software.amazon.awssdk:codegen") public final class DescribeModelCardResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeModelCardResponse.Builder,DescribeModelCardResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeModelCardResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeModelCardResponse.Builder |
builder() |
String |
content()
The content of the model card.
|
UserContext |
createdBy()
Returns the value of the CreatedBy property for this object.
|
Instant |
creationTime()
The date and time the model card was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UserContext |
lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
Instant |
lastModifiedTime()
The date and time 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.
|
ModelCardProcessingStatus |
modelCardProcessingStatus()
The processing status of model card deletion.
|
String |
modelCardProcessingStatusAsString()
The processing status of model card deletion.
|
ModelCardStatus |
modelCardStatus()
The approval status of the model card within your organization.
|
String |
modelCardStatusAsString()
The approval status of the model card within your organization.
|
Integer |
modelCardVersion()
The version of the model card.
|
List<SdkField<?>> |
sdkFields() |
ModelCardSecurityConfig |
securityConfig()
The security configuration used to protect model card content.
|
static Class<? extends DescribeModelCardResponse.Builder> |
serializableBuilderClass() |
DescribeModelCardResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelCardArn()
The Amazon Resource Name (ARN) of the model card.
public final String modelCardName()
The name of the model card.
public final Integer modelCardVersion()
The version of the model card.
public final String content()
The content 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 ModelCardSecurityConfig securityConfig()
The security configuration used to protect model card content.
public final Instant creationTime()
The date and time the model card was created.
public final UserContext createdBy()
public final Instant lastModifiedTime()
The date and time the model card was last modified.
public final UserContext lastModifiedBy()
public final ModelCardProcessingStatus modelCardProcessingStatus()
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the
different deletion steps.
DeletePending: Model card deletion request received.
DeleteInProgress: Model card deletion is in progress.
ContentDeleted: Deleted model card content.
ExportJobsDeleted: Deleted all export jobs associated with the model card.
DeleteCompleted: Successfully deleted the model card.
DeleteFailed: The model card failed to delete.
If the service returns an enum value that is not available in the current SDK version,
modelCardProcessingStatus will return ModelCardProcessingStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from modelCardProcessingStatusAsString().
ModelCardProcessingStatus updates
throughout the different deletion steps.
DeletePending: Model card deletion request received.
DeleteInProgress: Model card deletion is in progress.
ContentDeleted: Deleted model card content.
ExportJobsDeleted: Deleted all export jobs associated with the model card.
DeleteCompleted: Successfully deleted the model card.
DeleteFailed: The model card failed to delete.
ModelCardProcessingStatuspublic final String modelCardProcessingStatusAsString()
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the
different deletion steps.
DeletePending: Model card deletion request received.
DeleteInProgress: Model card deletion is in progress.
ContentDeleted: Deleted model card content.
ExportJobsDeleted: Deleted all export jobs associated with the model card.
DeleteCompleted: Successfully deleted the model card.
DeleteFailed: The model card failed to delete.
If the service returns an enum value that is not available in the current SDK version,
modelCardProcessingStatus will return ModelCardProcessingStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from modelCardProcessingStatusAsString().
ModelCardProcessingStatus updates
throughout the different deletion steps.
DeletePending: Model card deletion request received.
DeleteInProgress: Model card deletion is in progress.
ContentDeleted: Deleted model card content.
ExportJobsDeleted: Deleted all export jobs associated with the model card.
DeleteCompleted: Successfully deleted the model card.
DeleteFailed: The model card failed to delete.
ModelCardProcessingStatuspublic DescribeModelCardResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeModelCardResponse.Builder,DescribeModelCardResponse>toBuilder in class AwsResponsepublic static DescribeModelCardResponse.Builder builder()
public static Class<? extends DescribeModelCardResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.