Class: Aws::Omics::Types::TaskListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::TaskListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
A workflow run task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_hit ⇒ Boolean
Set to true if AWS HealthOmics found a matching entry in the run cache for this task.
-
#cache_s3_uri ⇒ String
The S3 URI of the cache location.
-
#cpus ⇒ Integer
The task’s CPU count.
-
#creation_time ⇒ Time
When the task was created.
-
#gpus ⇒ Integer
The number of Graphics Processing Units (GPU) specified for the task.
-
#instance_type ⇒ String
The instance type for a task.
-
#memory ⇒ Integer
The task’s memory use in gigabyes.
-
#name ⇒ String
The task’s name.
-
#start_time ⇒ Time
When the task started.
-
#status ⇒ String
The task’s status.
-
#stop_time ⇒ Time
When the task stopped.
-
#task_id ⇒ String
The task’s ID.
Instance Attribute Details
#cache_hit ⇒ Boolean
Set to true if AWS HealthOmics found a matching entry in the run cache for this task.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#cache_s3_uri ⇒ String
The S3 URI of the cache location.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#cpus ⇒ Integer
The task’s CPU count.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the task was created.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#gpus ⇒ Integer
The number of Graphics Processing Units (GPU) specified for the task.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type for a task.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#memory ⇒ Integer
The task’s memory use in gigabyes.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The task’s name.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
When the task started.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The task’s status.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#stop_time ⇒ Time
When the task stopped.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task’s ID.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 |
# File 'lib/aws-sdk-omics/types.rb', line 6673 class TaskListItem < Struct.new( :task_id, :status, :name, :cpus, :cache_hit, :cache_s3_uri, :memory, :creation_time, :start_time, :stop_time, :gpus, :instance_type) SENSITIVE = [] include Aws::Structure end |