Class: Aws::Omics::Types::CreateRunGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_cpusInteger

The maximum number of CPUs that can run concurrently across all active runs in the run group.

Returns:

  • (Integer)


933
934
935
936
937
938
939
940
941
942
943
# File 'lib/aws-sdk-omics/types.rb', line 933

class CreateRunGroupRequest < Struct.new(
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :tags,
  :request_id,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#max_durationInteger

The maximum time for each run (in minutes). If a run exceeds the maximum run time, the run fails automatically.

Returns:

  • (Integer)


933
934
935
936
937
938
939
940
941
942
943
# File 'lib/aws-sdk-omics/types.rb', line 933

class CreateRunGroupRequest < Struct.new(
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :tags,
  :request_id,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#max_gpusInteger

The maximum number of GPUs that can run concurrently across all active runs in the run group.

Returns:

  • (Integer)


933
934
935
936
937
938
939
940
941
942
943
# File 'lib/aws-sdk-omics/types.rb', line 933

class CreateRunGroupRequest < Struct.new(
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :tags,
  :request_id,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#max_runsInteger

The maximum number of runs that can be running at the same time.

Returns:

  • (Integer)


933
934
935
936
937
938
939
940
941
942
943
# File 'lib/aws-sdk-omics/types.rb', line 933

class CreateRunGroupRequest < Struct.new(
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :tags,
  :request_id,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the group.

Returns:

  • (String)


933
934
935
936
937
938
939
940
941
942
943
# File 'lib/aws-sdk-omics/types.rb', line 933

class CreateRunGroupRequest < Struct.new(
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :tags,
  :request_id,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

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.

Returns:

  • (String)


933
934
935
936
937
938
939
940
941
942
943
# File 'lib/aws-sdk-omics/types.rb', line 933

class CreateRunGroupRequest < Struct.new(
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :tags,
  :request_id,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags for the group.

Returns:

  • (Hash<String,String>)


933
934
935
936
937
938
939
940
941
942
943
# File 'lib/aws-sdk-omics/types.rb', line 933

class CreateRunGroupRequest < Struct.new(
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :tags,
  :request_id,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end