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 interfaceCompilationJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompilationJobSummary.Builderbuilder()InstantcompilationEndTime()The time when the model compilation job completed.StringcompilationJobArn()The Amazon Resource Name (ARN) of the model compilation job.StringcompilationJobName()The name of the model compilation job that you want a summary for.CompilationJobStatuscompilationJobStatus()The status of the model compilation job.StringcompilationJobStatusAsString()The status of the model compilation job.InstantcompilationStartTime()The time when the model compilation job started.TargetDevicecompilationTargetDevice()The type of device that the model will run on after the compilation job has completed.StringcompilationTargetDeviceAsString()The type of device that the model will run on after the compilation job has completed.TargetPlatformAcceleratorcompilationTargetPlatformAccelerator()The type of accelerator that the model will run on after the compilation job has completed.StringcompilationTargetPlatformAcceleratorAsString()The type of accelerator that the model will run on after the compilation job has completed.TargetPlatformArchcompilationTargetPlatformArch()The type of architecture that the model will run on after the compilation job has completed.StringcompilationTargetPlatformArchAsString()The type of architecture that the model will run on after the compilation job has completed.TargetPlatformOscompilationTargetPlatformOs()The type of OS that the model will run on after the compilation job has completed.StringcompilationTargetPlatformOsAsString()The type of OS that the model will run on after the compilation job has completed.InstantcreationTime()The time when the model compilation job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()The time when the model compilation job was last modified.List<SdkField<?>>sdkFields()static Class<? extends CompilationJobSummary.Builder>serializableBuilderClass()CompilationJobSummary.BuildertoBuilder()StringtoString()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,
compilationTargetDevicewill 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,
compilationTargetDevicewill 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,
compilationTargetPlatformOswill 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,
compilationTargetPlatformOswill 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,
compilationTargetPlatformArchwill 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,
compilationTargetPlatformArchwill 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,
compilationTargetPlatformAcceleratorwill 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,
compilationTargetPlatformAcceleratorwill 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,
compilationJobStatuswill 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,
compilationJobStatuswill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-