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
- Struct
- Aws::SageMaker::Types::CompilationJobSummary
- Defined in:
- (unknown)
Overview
A summary of a model compilation job.
Instance Attribute Summary collapse
-
#compilation_end_time ⇒ Time
The time when the model compilation job completed.
-
#compilation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the model compilation job.
-
#compilation_job_name ⇒ String
The name of the model compilation job that you want a summary for.
-
#compilation_job_status ⇒ String
The status of the model compilation job.
-
#compilation_start_time ⇒ Time
The time when the model compilation job started.
-
#compilation_target_device ⇒ String
The type of device that the model will run on after the compilation job has completed.
-
#compilation_target_platform_accelerator ⇒ String
The type of accelerator that the model will run on after the compilation job has completed.
-
#compilation_target_platform_arch ⇒ String
The type of architecture that the model will run on after the compilation job has completed.
-
#compilation_target_platform_os ⇒ String
The type of OS that the model will run on after the compilation job has completed.
-
#creation_time ⇒ Time
The time when the model compilation job was created.
-
#last_modified_time ⇒ Time
The time when the model compilation job was last modified.
Instance Attribute Details
#compilation_end_time ⇒ Time
The time when the model compilation job completed.
#compilation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the model compilation job.
#compilation_job_name ⇒ String
The name of the model compilation job that you want a summary for.
#compilation_job_status ⇒ String
The status of the model compilation job.
Possible values:
- INPROGRESS
- COMPLETED
- FAILED
- STARTING
- STOPPING
- STOPPED
#compilation_start_time ⇒ Time
The time when the model compilation job started.
#compilation_target_device ⇒ String
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
#compilation_target_platform_accelerator ⇒ String
The type of accelerator that the model will run on after the compilation job has completed.
Possible values:
- INTEL_GRAPHICS
- MALI
- NVIDIA
#compilation_target_platform_arch ⇒ String
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
#compilation_target_platform_os ⇒ String
The type of OS that the model will run on after the compilation job has completed.
Possible values:
- ANDROID
- LINUX
#creation_time ⇒ Time
The time when the model compilation job was created.
#last_modified_time ⇒ Time
The time when the model compilation job was last modified.