Class ModelCardExportJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ModelCardExportJobSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ModelCardExportJobSummary.Builder,ModelCardExportJobSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ModelCardExportJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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.
- Returns:
- The name of the model card export job.
-
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.
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.
- See Also:
ModelCardExportJobStatus
-
statusAsString
public 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 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.
- See Also:
ModelCardExportJobStatus
-
modelCardName
public final String modelCardName()
The name of the model card that the export job exports.
- Returns:
- The name of the model card that the export job exports.
-
modelCardVersion
public final Integer modelCardVersion()
The version of the model card that the export job exports.
- Returns:
- The version of the model card that the export job exports.
-
createdAt
public final Instant createdAt()
The date and time that the model card export job was created.
- Returns:
- The date and time that the model card export job was created.
-
lastModifiedAt
public final Instant lastModifiedAt()
The date and time that the model card export job was last modified..
- Returns:
- The date and time that the model card export job was last modified..
-
toBuilder
public ModelCardExportJobSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ModelCardExportJobSummary.Builder,ModelCardExportJobSummary>
-
builder
public static ModelCardExportJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelCardExportJobSummary.Builder> serializableBuilderClass()
-
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.
-
-