Class CompilationJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.CompilationJobSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class CompilationJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>
A summary of a model compilation job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CompilationJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends CompilationJobSummary.Builder>
serializableBuilderClass()
CompilationJobSummary.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
compilationJobName
public final String compilationJobName()
The name of the model compilation job that you want a summary for.
- Returns:
- The name of the model compilation job that you want a summary for.
-
compilationJobArn
public final String compilationJobArn()
The Amazon Resource Name (ARN) of the model compilation job.
- Returns:
- The Amazon Resource Name (ARN) of the model compilation job.
-
creationTime
public final Instant creationTime()
The time when the model compilation job was created.
- Returns:
- The time when the model compilation job was created.
-
compilationStartTime
public final Instant compilationStartTime()
The time when the model compilation job started.
- Returns:
- The time when the model compilation job started.
-
compilationEndTime
public final Instant compilationEndTime()
The time when the model compilation job completed.
- Returns:
- The time when the model compilation job completed.
-
compilationTargetDevice
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 returnTargetDevice.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationTargetDeviceAsString()
.- Returns:
- The type of device that the model will run on after the compilation job has completed.
- See Also:
TargetDevice
-
compilationTargetDeviceAsString
public 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 returnTargetDevice.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationTargetDeviceAsString()
.- Returns:
- The type of device that the model will run on after the compilation job has completed.
- See Also:
TargetDevice
-
compilationTargetPlatformOs
public 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 returnTargetPlatformOs.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationTargetPlatformOsAsString()
.- Returns:
- The type of OS that the model will run on after the compilation job has completed.
- See Also:
TargetPlatformOs
-
compilationTargetPlatformOsAsString
public 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 returnTargetPlatformOs.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationTargetPlatformOsAsString()
.- Returns:
- The type of OS that the model will run on after the compilation job has completed.
- See Also:
TargetPlatformOs
-
compilationTargetPlatformArch
public 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 returnTargetPlatformArch.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationTargetPlatformArchAsString()
.- Returns:
- The type of architecture that the model will run on after the compilation job has completed.
- See Also:
TargetPlatformArch
-
compilationTargetPlatformArchAsString
public 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 returnTargetPlatformArch.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationTargetPlatformArchAsString()
.- Returns:
- The type of architecture that the model will run on after the compilation job has completed.
- See Also:
TargetPlatformArch
-
compilationTargetPlatformAccelerator
public 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 returnTargetPlatformAccelerator.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationTargetPlatformAcceleratorAsString()
.- Returns:
- The type of accelerator that the model will run on after the compilation job has completed.
- See Also:
TargetPlatformAccelerator
-
compilationTargetPlatformAcceleratorAsString
public 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 returnTargetPlatformAccelerator.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationTargetPlatformAcceleratorAsString()
.- Returns:
- The type of accelerator that the model will run on after the compilation job has completed.
- See Also:
TargetPlatformAccelerator
-
lastModifiedTime
public final Instant lastModifiedTime()
The time when the model compilation job was last modified.
- Returns:
- The time when the model compilation job was last modified.
-
compilationJobStatus
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 returnCompilationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationJobStatusAsString()
.- Returns:
- The status of the model compilation job.
- See Also:
CompilationJobStatus
-
compilationJobStatusAsString
public 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 returnCompilationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompilationJobStatusAsString()
.- Returns:
- The status of the model compilation job.
- See Also:
CompilationJobStatus
-
toBuilder
public CompilationJobSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>
-
builder
public static CompilationJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CompilationJobSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-