Class: Aws::Omics::Types::UpdateRunGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateRunGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The group’s ID.
-
#max_cpus ⇒ Integer
The maximum number of CPUs to use.
-
#max_duration ⇒ Integer
A maximum run time for the group in minutes.
-
#max_gpus ⇒ Integer
The maximum GPUs that can be used by a run group.
-
#max_runs ⇒ Integer
The maximum number of concurrent runs for the group.
-
#name ⇒ String
A name for the group.
Instance Attribute Details
#id ⇒ String
The group’s ID.
6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 |
# File 'lib/aws-sdk-omics/types.rb', line 6977 class UpdateRunGroupRequest < Struct.new( :id, :name, :max_cpus, :max_runs, :max_duration, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_cpus ⇒ Integer
The maximum number of CPUs to use.
6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 |
# File 'lib/aws-sdk-omics/types.rb', line 6977 class UpdateRunGroupRequest < Struct.new( :id, :name, :max_cpus, :max_runs, :max_duration, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_duration ⇒ Integer
A maximum run time for the group in minutes.
6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 |
# File 'lib/aws-sdk-omics/types.rb', line 6977 class UpdateRunGroupRequest < Struct.new( :id, :name, :max_cpus, :max_runs, :max_duration, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_gpus ⇒ Integer
The maximum GPUs that can be used by a run group.
6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 |
# File 'lib/aws-sdk-omics/types.rb', line 6977 class UpdateRunGroupRequest < Struct.new( :id, :name, :max_cpus, :max_runs, :max_duration, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_runs ⇒ Integer
The maximum number of concurrent runs for the group.
6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 |
# File 'lib/aws-sdk-omics/types.rb', line 6977 class UpdateRunGroupRequest < Struct.new( :id, :name, :max_cpus, :max_runs, :max_duration, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the group.
6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 |
# File 'lib/aws-sdk-omics/types.rb', line 6977 class UpdateRunGroupRequest < Struct.new( :id, :name, :max_cpus, :max_runs, :max_duration, :max_gpus) SENSITIVE = [] include Aws::Structure end |