Class CompilationJobSummary

    • 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 return TargetDevice.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compilationTargetDeviceAsString().

        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 return TargetDevice.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compilationTargetDeviceAsString().

        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 return TargetPlatformOs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compilationTargetPlatformOsAsString().

        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 return TargetPlatformOs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compilationTargetPlatformOsAsString().

        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 return TargetPlatformArch.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compilationTargetPlatformArchAsString().

        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 return TargetPlatformArch.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compilationTargetPlatformArchAsString().

        Returns:
        The type of architecture that the model will run on after the compilation job has completed.
        See Also:
        TargetPlatformArch
      • 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 return TargetPlatformAccelerator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compilationTargetPlatformAcceleratorAsString().

        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)