@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.
|
Instant |
compilationStartTime()
The time when the model compilation job started.
|
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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 compilationStartTime()
The time when the model compilation job started.
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()
.
TargetDevice
public 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()
.
TargetDevice
public 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()
.
CompilationJobStatus
public 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()
.
CompilationJobStatus
public CompilationJobSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>
public static CompilationJobSummary.Builder builder()
public static Class<? extends CompilationJobSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.