Class DescribeModelCardExportJobResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribeModelCardExportJobResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeModelCardExportJobResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeModelCardExportJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeModelCardExportJobResponse.Builderbuilder()InstantcreatedAt()The date and time that the model export job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ModelCardExportArtifactsexportArtifacts()The exported model card artifacts.StringfailureReason()The failure reason if the model export job fails.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedAt()The date and time that the model export job was last modified.StringmodelCardExportJobArn()The Amazon Resource Name (ARN) of the model card export job.StringmodelCardExportJobName()The name of the model card export job to describe.StringmodelCardName()The name or Amazon Resource Name (ARN) of the model card that the model export job exports.IntegermodelCardVersion()The version of the model card that the model export job exports.ModelCardExportOutputConfigoutputConfig()The export output details for the model card.List<SdkField<?>>sdkFields()static Class<? extends DescribeModelCardExportJobResponse.Builder>serializableBuilderClass()ModelCardExportJobStatusstatus()The completion status of the model card export job.StringstatusAsString()The completion status of the model card export job.DescribeModelCardExportJobResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelCardExportJobName
public final String modelCardExportJobName()
The name of the model card export job to describe.
- Returns:
- The name of the model card export job to describe.
-
modelCardExportJobArn
public final String modelCardExportJobArn()
The Amazon Resource Name (ARN) of the model card export job.
- Returns:
- The Amazon Resource Name (ARN) of the model card export job.
-
status
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 theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelCardExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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 theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
-
- See Also:
ModelCardExportJobStatus
-
-
statusAsString
public 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 theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelCardExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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 theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
-
- See Also:
ModelCardExportJobStatus
-
-
modelCardName
public final String modelCardName()
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
- Returns:
- The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
-
modelCardVersion
public final Integer modelCardVersion()
The version of the model card that the model export job exports.
- Returns:
- The version of the model card that the model export job exports.
-
outputConfig
public final ModelCardExportOutputConfig outputConfig()
The export output details for the model card.
- Returns:
- The export output details for the model card.
-
createdAt
public final Instant createdAt()
The date and time that the model export job was created.
- Returns:
- The date and time that the model export job was created.
-
lastModifiedAt
public final Instant lastModifiedAt()
The date and time that the model export job was last modified.
- Returns:
- The date and time that the model export job was last modified.
-
failureReason
public final String failureReason()
The failure reason if the model export job fails.
- Returns:
- The failure reason if the model export job fails.
-
exportArtifacts
public final ModelCardExportArtifacts exportArtifacts()
The exported model card artifacts.
- Returns:
- The exported model card artifacts.
-
toBuilder
public DescribeModelCardExportJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeModelCardExportJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeModelCardExportJobResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-