Class: Aws::Omics::Types::GetRunTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetRunTaskResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpus ⇒ Integer
The task's CPU usage.
-
#creation_time ⇒ Time
When the task was created.
-
#failure_reason ⇒ String
The reason a task has failed.
-
#gpus ⇒ Integer
The number of Graphics Processing Units (GPU) specified in the task.
-
#instance_type ⇒ String
The instance type for a task.
-
#log_stream ⇒ String
The task's log stream.
-
#memory ⇒ Integer
The task's memory use in gigabytes.
-
#name ⇒ String
The task's name.
-
#start_time ⇒ Time
The task's start time.
-
#status ⇒ String
The task's status.
-
#status_message ⇒ String
The task's status message.
-
#stop_time ⇒ Time
The task's stop time.
-
#task_id ⇒ String
The task's ID.
Instance Attribute Details
#cpus ⇒ Integer
The task's CPU usage.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the task was created.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason a task has failed.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#gpus ⇒ Integer
The number of Graphics Processing Units (GPU) specified in the task.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type for a task.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#log_stream ⇒ String
The task's log stream.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#memory ⇒ Integer
The task's memory use in gigabytes.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The task's name.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The task's start time.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The task's status.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The task's status message.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#stop_time ⇒ Time
The task's stop time.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task's ID.
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2846 class GetRunTaskResponse < Struct.new( :task_id, :status, :name, :cpus, :memory, :creation_time, :start_time, :stop_time, :status_message, :log_stream, :gpus, :instance_type, :failure_reason) SENSITIVE = [] include Aws::Structure end |