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 interface
EdgePackagingJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgePackagingJobSummary.Builder
builder()
String
compilationJobName()
The name of the SageMaker Neo compilation job.Instant
creationTime()
The timestamp of when the job was created.String
edgePackagingJobArn()
The Amazon Resource Name (ARN) of the edge packaging job.String
edgePackagingJobName()
The name of the edge packaging job.EdgePackagingJobStatus
edgePackagingJobStatus()
The status of the edge packaging job.String
edgePackagingJobStatusAsString()
The status of the edge packaging job.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastModifiedTime()
The timestamp of when the edge packaging job was last updated.String
modelName()
The name of the model.String
modelVersion()
The version of the model.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends EdgePackagingJobSummary.Builder>
serializableBuilderClass()
EdgePackagingJobSummary.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
-
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,
edgePackagingJobStatus
will 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,
edgePackagingJobStatus
will 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:
toBuilder
in 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:
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-