@Generated(value="software.amazon.awssdk:codegen") public final class EdgePackagingJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>
Summary of edge packaging job.
Modifier and Type | Class and Description |
---|---|
static interface |
EdgePackagingJobSummary.Builder |
Modifier and Type | Method and 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EdgePackagingJobSummary.Builder> |
serializableBuilderClass() |
EdgePackagingJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String edgePackagingJobArn()
The Amazon Resource Name (ARN) of the edge packaging job.
public final String edgePackagingJobName()
The name of the edge packaging job.
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 return EdgePackagingJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from edgePackagingJobStatusAsString()
.
EdgePackagingJobStatus
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 return EdgePackagingJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from edgePackagingJobStatusAsString()
.
EdgePackagingJobStatus
public final String compilationJobName()
The name of the SageMaker Neo compilation job.
public final String modelName()
The name of the model.
public final String modelVersion()
The version of the model.
public final Instant creationTime()
The timestamp of when the job was created.
public final Instant lastModifiedTime()
The timestamp of when the edge packaging job was last updated.
public EdgePackagingJobSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>
public static EdgePackagingJobSummary.Builder builder()
public static Class<? extends EdgePackagingJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.