Class: Aws::Omics::Types::GetRunTaskResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpusInteger

The task's CPU usage.

Returns:

  • (Integer)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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_timeTime

When the task was created.

Returns:

  • (Time)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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_reasonString

The reason a task has failed.

Returns:

  • (String)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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

#gpusInteger

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

Returns:

  • (Integer)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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_typeString

The instance type for a task.

Returns:

  • (String)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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_streamString

The task's log stream.

Returns:

  • (String)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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

#memoryInteger

The task's memory use in gigabytes.

Returns:

  • (Integer)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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

#nameString

The task's name.

Returns:

  • (String)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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_timeTime

The task's start time.

Returns:

  • (Time)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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

#statusString

The task's status.

Returns:

  • (String)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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_messageString

The task's status message.

Returns:

  • (String)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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_timeTime

The task's stop time.

Returns:

  • (Time)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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_idString

The task's ID.

Returns:

  • (String)


2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2808

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