Class: Aws::Omics::Types::CreateRunGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateRunGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_cpus ⇒ Integer
The maximum number of CPUs that can run concurrently across all active runs in the run group.
-
#max_duration ⇒ Integer
The maximum time for each run (in minutes).
-
#max_gpus ⇒ Integer
The maximum number of GPUs that can run concurrently across all active runs in the run group.
-
#max_runs ⇒ Integer
The maximum number of runs that can be running at the same time.
-
#name ⇒ String
A name for the group.
-
#request_id ⇒ String
To ensure that requests don’t run multiple times, specify a unique ID for each request.
-
#tags ⇒ Hash<String,String>
Tags for the group.
Instance Attribute Details
#max_cpus ⇒ Integer
The maximum number of CPUs that can run concurrently across all active runs in the run group.
1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-omics/types.rb', line 1033 class CreateRunGroupRequest < Struct.new( :name, :max_cpus, :max_runs, :max_duration, :tags, :request_id, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_duration ⇒ Integer
The maximum time for each run (in minutes). If a run exceeds the maximum run time, the run fails automatically.
1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-omics/types.rb', line 1033 class CreateRunGroupRequest < Struct.new( :name, :max_cpus, :max_runs, :max_duration, :tags, :request_id, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_gpus ⇒ Integer
The maximum number of GPUs that can run concurrently across all active runs in the run group.
1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-omics/types.rb', line 1033 class CreateRunGroupRequest < Struct.new( :name, :max_cpus, :max_runs, :max_duration, :tags, :request_id, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_runs ⇒ Integer
The maximum number of runs that can be running at the same time.
1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-omics/types.rb', line 1033 class CreateRunGroupRequest < Struct.new( :name, :max_cpus, :max_runs, :max_duration, :tags, :request_id, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the group.
1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-omics/types.rb', line 1033 class CreateRunGroupRequest < Struct.new( :name, :max_cpus, :max_runs, :max_duration, :tags, :request_id, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
To ensure that requests don’t run multiple times, specify a unique ID for each request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-omics/types.rb', line 1033 class CreateRunGroupRequest < Struct.new( :name, :max_cpus, :max_runs, :max_duration, :tags, :request_id, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the group.
1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-omics/types.rb', line 1033 class CreateRunGroupRequest < Struct.new( :name, :max_cpus, :max_runs, :max_duration, :tags, :request_id, :max_gpus) SENSITIVE = [] include Aws::Structure end |