@Generated(value="software.amazon.awssdk:codegen") public final class ModelCardExportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelCardExportJobSummary.Builder,ModelCardExportJobSummary>
The summary of the Amazon SageMaker Model Card export job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelCardExportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelCardExportJobSummary.Builder |
builder() |
Instant |
createdAt()
The date and time that the model card export job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedAt()
The date and time that the model card 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.
|
String |
modelCardName()
The name of the model card that the export job exports.
|
Integer |
modelCardVersion()
The version of the model card that the export job exports.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelCardExportJobSummary.Builder> |
serializableBuilderClass() |
ModelCardExportJobStatus |
status()
The completion status of the model card export job.
|
String |
statusAsString()
The completion status of the model card export job.
|
ModelCardExportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelCardExportJobName()
The name of the model card export job.
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.
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().
ModelCardExportJobStatuspublic final String statusAsString()
The completion status of the model card export job.
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().
ModelCardExportJobStatuspublic final String modelCardName()
The name of the model card that the export job exports.
public final Integer modelCardVersion()
The version of the model card that the export job exports.
public final Instant createdAt()
The date and time that the model card export job was created.
public final Instant lastModifiedAt()
The date and time that the model card export job was last modified..
public ModelCardExportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelCardExportJobSummary.Builder,ModelCardExportJobSummary>public static ModelCardExportJobSummary.Builder builder()
public static Class<? extends ModelCardExportJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.