@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, waitcopypublic String edgePackagingJobArn()
The Amazon Resource Name (ARN) of the edge packaging job.
public String edgePackagingJobName()
The name of the edge packaging job.
public 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().
EdgePackagingJobStatuspublic 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().
EdgePackagingJobStatuspublic String compilationJobName()
The name of the SageMaker Neo compilation job.
public String modelName()
The name of the model.
public String modelVersion()
The version of the model.
public Instant creationTime()
The timestamp of when the job was created.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.