Method: Aws::Omics::Types::GetRunTaskResponse#gpus

Defined in:
lib/aws-sdk-omics/types.rb

#gpusInteger

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

Returns:

  • (Integer)


3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
# File 'lib/aws-sdk-omics/types.rb', line 3601

class GetRunTaskResponse < Struct.new(
  :task_id,
  :status,
  :name,
  :cpus,
  :cache_hit,
  :cache_s3_uri,
  :memory,
  :creation_time,
  :start_time,
  :stop_time,
  :status_message,
  :log_stream,
  :gpus,
  :instance_type,
  :failure_reason,
  :image_details)
  SENSITIVE = []
  include Aws::Structure
end