@Generated(value="software.amazon.awssdk:codegen") public final class CompilationJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>
A summary of a model compilation job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CompilationJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CompilationJobSummary.Builder |
builder() |
Instant |
compilationEndTime()
The time when the model compilation job completed.
|
String |
compilationJobArn()
The Amazon Resource Name (ARN) of the model compilation job.
|
String |
compilationJobName()
The name of the model compilation job that you want a summary for.
|
CompilationJobStatus |
compilationJobStatus()
The status of the model compilation job.
|
String |
compilationJobStatusAsString()
The status of the model compilation job.
|
TargetDevice |
compilationTargetDevice()
The type of device that the model will run on after compilation has completed.
|
String |
compilationTargetDeviceAsString()
The type of device that the model will run on after compilation has completed.
|
Instant |
creationTime()
The time when the model compilation job was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The time when the model compilation job was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CompilationJobSummary.Builder> |
serializableBuilderClass() |
CompilationJobSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String compilationJobName()
The name of the model compilation job that you want a summary for.
public String compilationJobArn()
The Amazon Resource Name (ARN) of the model compilation job.
public Instant creationTime()
The time when the model compilation job was created.
public Instant compilationEndTime()
The time when the model compilation job completed.
public TargetDevice compilationTargetDevice()
The type of device that the model will run on after compilation has completed.
If the service returns an enum value that is not available in the current SDK version,
compilationTargetDevice will return TargetDevice.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from compilationTargetDeviceAsString().
TargetDevicepublic String compilationTargetDeviceAsString()
The type of device that the model will run on after compilation has completed.
If the service returns an enum value that is not available in the current SDK version,
compilationTargetDevice will return TargetDevice.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from compilationTargetDeviceAsString().
TargetDevicepublic Instant lastModifiedTime()
The time when the model compilation job was last modified.
public CompilationJobStatus compilationJobStatus()
The status of the model compilation job.
If the service returns an enum value that is not available in the current SDK version,
compilationJobStatus will return CompilationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from compilationJobStatusAsString().
CompilationJobStatuspublic String compilationJobStatusAsString()
The status of the model compilation job.
If the service returns an enum value that is not available in the current SDK version,
compilationJobStatus will return CompilationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from compilationJobStatusAsString().
CompilationJobStatuspublic CompilationJobSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>public static CompilationJobSummary.Builder builder()
public static Class<? extends CompilationJobSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.