@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 the compilation job has completed.
|
String |
compilationTargetDeviceAsString()
The type of device that the model will run on after the compilation job has completed.
|
TargetPlatformAccelerator |
compilationTargetPlatformAccelerator()
The type of accelerator that the model will run on after the compilation job has completed.
|
String |
compilationTargetPlatformAcceleratorAsString()
The type of accelerator that the model will run on after the compilation job has completed.
|
TargetPlatformArch |
compilationTargetPlatformArch()
The type of architecture that the model will run on after the compilation job has completed.
|
String |
compilationTargetPlatformArchAsString()
The type of architecture that the model will run on after the compilation job has completed.
|
TargetPlatformOs |
compilationTargetPlatformOs()
The type of OS that the model will run on after the compilation job has completed.
|
String |
compilationTargetPlatformOsAsString()
The type of OS that the model will run on after the compilation job 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, waitcopypublic final String compilationJobName()
The name of the model compilation job that you want a summary for.
public final String compilationJobArn()
The Amazon Resource Name (ARN) of the model compilation job.
public final Instant creationTime()
The time when the model compilation job was created.
public final Instant compilationStartTime()
The time when the model compilation job started.
public final Instant compilationEndTime()
The time when the model compilation job completed.
public final TargetDevice compilationTargetDevice()
The type of device that the model will run on after the compilation job 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 final String compilationTargetDeviceAsString()
The type of device that the model will run on after the compilation job 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 final TargetPlatformOs compilationTargetPlatformOs()
The type of OS that the model will run on after the compilation job has completed.
If the service returns an enum value that is not available in the current SDK version,
compilationTargetPlatformOs will return TargetPlatformOs.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from compilationTargetPlatformOsAsString().
TargetPlatformOspublic final String compilationTargetPlatformOsAsString()
The type of OS that the model will run on after the compilation job has completed.
If the service returns an enum value that is not available in the current SDK version,
compilationTargetPlatformOs will return TargetPlatformOs.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from compilationTargetPlatformOsAsString().
TargetPlatformOspublic final TargetPlatformArch compilationTargetPlatformArch()
The type of architecture that the model will run on after the compilation job has completed.
If the service returns an enum value that is not available in the current SDK version,
compilationTargetPlatformArch will return TargetPlatformArch.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from compilationTargetPlatformArchAsString().
TargetPlatformArchpublic final String compilationTargetPlatformArchAsString()
The type of architecture that the model will run on after the compilation job has completed.
If the service returns an enum value that is not available in the current SDK version,
compilationTargetPlatformArch will return TargetPlatformArch.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from compilationTargetPlatformArchAsString().
TargetPlatformArchpublic final TargetPlatformAccelerator compilationTargetPlatformAccelerator()
The type of accelerator that the model will run on after the compilation job has completed.
If the service returns an enum value that is not available in the current SDK version,
compilationTargetPlatformAccelerator will return
TargetPlatformAccelerator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
compilationTargetPlatformAcceleratorAsString().
TargetPlatformAcceleratorpublic final String compilationTargetPlatformAcceleratorAsString()
The type of accelerator that the model will run on after the compilation job has completed.
If the service returns an enum value that is not available in the current SDK version,
compilationTargetPlatformAccelerator will return
TargetPlatformAccelerator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
compilationTargetPlatformAcceleratorAsString().
TargetPlatformAcceleratorpublic final Instant lastModifiedTime()
The time when the model compilation job was last modified.
public final 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 final 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()
toBuilder in interface ToCopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>public static CompilationJobSummary.Builder builder()
public static Class<? extends CompilationJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.