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 interface
DescribeModelCardExportJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
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 theFailureReason
field in the response to aDescribeModelCardExportJob
call.
If the service returns an enum value that is not available in the current SDK version,
status
will 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 theFailureReason
field in the response to aDescribeModelCardExportJob
call.
-
- 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 theFailureReason
field in the response to aDescribeModelCardExportJob
call.
If the service returns an enum value that is not available in the current SDK version,
status
will 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 theFailureReason
field in the response to aDescribeModelCardExportJob
call.
-
- 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:
toBuilder
in interfaceToCopyableBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static DescribeModelCardExportJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeModelCardExportJobResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-