@Generated(value="software.amazon.awssdk:codegen") public final class DescribeModelCardExportJobResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeModelCardExportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeModelCardExportJobResponse.Builder |
builder() |
Instant |
createdAt()
The date and time that the model export job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ModelCardExportArtifacts |
exportArtifacts()
The exported model card artifacts.
|
String |
failureReason()
The failure reason if the model export job fails.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedAt()
The date and time that the model export job was last modified.
|
String |
modelCardExportJobArn()
The Amazon Resource Name (ARN) of the model card export job.
|
String |
modelCardExportJobName()
The name of the model card export job to describe.
|
String |
modelCardName()
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
|
Integer |
modelCardVersion()
The version of the model card that the model export job exports.
|
ModelCardExportOutputConfig |
outputConfig()
The export output details for the model card.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeModelCardExportJobResponse.Builder> |
serializableBuilderClass() |
ModelCardExportJobStatus |
status()
The completion status of the model card export job.
|
String |
statusAsString()
The completion status of the model card export job.
|
DescribeModelCardExportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelCardExportJobName()
The name of the model card export job to describe.
public final String modelCardExportJobArn()
The Amazon Resource Name (ARN) of the model card export job.
public final ModelCardExportJobStatus status()
The completion status of the model card export job.
InProgress: The model card export job is in progress.
Completed: The model card export job is complete.
Failed: The model card export job failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeModelCardExportJob call.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelCardExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
InProgress: The model card export job is in progress.
Completed: The model card export job is complete.
Failed: The model card export job failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeModelCardExportJob call.
ModelCardExportJobStatuspublic final String statusAsString()
The completion status of the model card export job.
InProgress: The model card export job is in progress.
Completed: The model card export job is complete.
Failed: The model card export job failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeModelCardExportJob call.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelCardExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
InProgress: The model card export job is in progress.
Completed: The model card export job is complete.
Failed: The model card export job failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeModelCardExportJob call.
ModelCardExportJobStatuspublic final String modelCardName()
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
public final Integer modelCardVersion()
The version of the model card that the model export job exports.
public final ModelCardExportOutputConfig outputConfig()
The export output details for the model card.
public final Instant createdAt()
The date and time that the model export job was created.
public final Instant lastModifiedAt()
The date and time that the model export job was last modified.
public final String failureReason()
The failure reason if the model export job fails.
public final ModelCardExportArtifacts exportArtifacts()
The exported model card artifacts.
public DescribeModelCardExportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>toBuilder in class AwsResponsepublic static DescribeModelCardExportJobResponse.Builder builder()
public static Class<? extends DescribeModelCardExportJobResponse.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.