You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::CompilationJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A summary of a model compilation job.

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_end_timeTime

The time when the model compilation job completed.

Returns:

  • (Time)

    The time when the model compilation job completed.

#compilation_job_arnString

The Amazon Resource Name (ARN) of the model compilation job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the model compilation job.

#compilation_job_nameString

The name of the model compilation job that you want a summary for.

Returns:

  • (String)

    The name of the model compilation job that you want a summary for.

#compilation_job_statusString

The status of the model compilation job.

Possible values:

  • INPROGRESS
  • COMPLETED
  • FAILED
  • STARTING
  • STOPPING
  • STOPPED

Returns:

  • (String)

    The status of the model compilation job.

#compilation_start_timeTime

The time when the model compilation job started.

Returns:

  • (Time)

    The time when the model compilation job started.

#compilation_target_deviceString

The type of device that the model will run on after the compilation job has completed.

Possible values:

  • lambda
  • ml_m4
  • ml_m5
  • ml_c4
  • ml_c5
  • ml_p2
  • ml_p3
  • ml_g4dn
  • ml_inf1
  • jetson_tx1
  • jetson_tx2
  • jetson_nano
  • jetson_xavier
  • rasp3b
  • imx8qm
  • deeplens
  • rk3399
  • rk3288
  • aisage
  • sbe_c
  • qcs605
  • qcs603
  • sitara_am57x
  • amba_cv22
  • x86_win32
  • x86_win64
  • coreml

Returns:

  • (String)

    The type of device that the model will run on after the compilation job has completed.

#compilation_target_platform_acceleratorString

The type of accelerator that the model will run on after the compilation job has completed.

Possible values:

  • INTEL_GRAPHICS
  • MALI
  • NVIDIA

Returns:

  • (String)

    The type of accelerator that the model will run on after the compilation job has completed.

#compilation_target_platform_archString

The type of architecture that the model will run on after the compilation job has completed.

Possible values:

  • X86_64
  • X86
  • ARM64
  • ARM_EABI
  • ARM_EABIHF

Returns:

  • (String)

    The type of architecture that the model will run on after the compilation job has completed.

#compilation_target_platform_osString

The type of OS that the model will run on after the compilation job has completed.

Possible values:

  • ANDROID
  • LINUX

Returns:

  • (String)

    The type of OS that the model will run on after the compilation job has completed.

#creation_timeTime

The time when the model compilation job was created.

Returns:

  • (Time)

    The time when the model compilation job was created.

#last_modified_timeTime

The time when the model compilation job was last modified.

Returns:

  • (Time)

    The time when the model compilation job was last modified.