Class: Aws::Omics::Types::TaskListItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

A workflow run task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpusInteger

The task's CPU count.

Returns:

  • (Integer)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the task was created.

Returns:

  • (Time)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#gpusInteger

The number of Graphics Processing Units (GPU) specified for the task.

Returns:

  • (Integer)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type for a task.

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#memoryInteger

The task's memory use in gigabyes.

Returns:

  • (Integer)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The task's name.

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

When the task started.

Returns:

  • (Time)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The task's status.

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#stop_timeTime

When the task stopped.

Returns:

  • (Time)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The task's ID.

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6110

class TaskListItem < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :gpus,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end