Class EdgePackagingJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EdgePackagingJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class EdgePackagingJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>
Summary of edge packaging job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEdgePackagingJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgePackagingJobSummary.Builderbuilder()StringcompilationJobName()The name of the SageMaker Neo compilation job.InstantcreationTime()The timestamp of when the job was created.StringedgePackagingJobArn()The Amazon Resource Name (ARN) of the edge packaging job.StringedgePackagingJobName()The name of the edge packaging job.EdgePackagingJobStatusedgePackagingJobStatus()The status of the edge packaging job.StringedgePackagingJobStatusAsString()The status of the edge packaging job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()The timestamp of when the edge packaging job was last updated.StringmodelName()The name of the model.StringmodelVersion()The version of the model.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EdgePackagingJobSummary.Builder>serializableBuilderClass()EdgePackagingJobSummary.BuildertoBuilder()StringtoString()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
-
edgePackagingJobArn
public final String edgePackagingJobArn()
The Amazon Resource Name (ARN) of the edge packaging job.
- Returns:
- The Amazon Resource Name (ARN) of the edge packaging job.
-
edgePackagingJobName
public final String edgePackagingJobName()
The name of the edge packaging job.
- Returns:
- The name of the edge packaging job.
-
edgePackagingJobStatus
public final EdgePackagingJobStatus edgePackagingJobStatus()
The status of the edge packaging job.
If the service returns an enum value that is not available in the current SDK version,
edgePackagingJobStatuswill returnEdgePackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromedgePackagingJobStatusAsString().- Returns:
- The status of the edge packaging job.
- See Also:
EdgePackagingJobStatus
-
edgePackagingJobStatusAsString
public final String edgePackagingJobStatusAsString()
The status of the edge packaging job.
If the service returns an enum value that is not available in the current SDK version,
edgePackagingJobStatuswill returnEdgePackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromedgePackagingJobStatusAsString().- Returns:
- The status of the edge packaging job.
- See Also:
EdgePackagingJobStatus
-
compilationJobName
public final String compilationJobName()
The name of the SageMaker Neo compilation job.
- Returns:
- The name of the SageMaker Neo compilation job.
-
modelName
public final String modelName()
The name of the model.
- Returns:
- The name of the model.
-
modelVersion
public final String modelVersion()
The version of the model.
- Returns:
- The version of the model.
-
creationTime
public final Instant creationTime()
The timestamp of when the job was created.
- Returns:
- The timestamp of when the job was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
The timestamp of when the edge packaging job was last updated.
- Returns:
- The timestamp of when the edge packaging job was last updated.
-
toBuilder
public EdgePackagingJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>
-
builder
public static EdgePackagingJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EdgePackagingJobSummary.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-