Class: Aws::CleanRooms::Types::WorkerComputeConfiguration

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

Overview

The configuration of the compute resources for workers running an analysis with the Clean Rooms SQL analytics engine.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#numberInteger

The number of workers.

SQL queries support a minimum value of 2 and a maximum value of 400.

PySpark jobs support a minimum value of 4 and a maximum value of 128.

Returns:

  • (Integer)


9917
9918
9919
9920
9921
9922
9923
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9917

class WorkerComputeConfiguration < Struct.new(
  :type,
  :number,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesTypes::WorkerComputeConfigurationProperties

The configuration properties for the worker compute environment. These properties allow you to customize the compute settings for your Clean Rooms workloads.



9917
9918
9919
9920
9921
9922
9923
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9917

class WorkerComputeConfiguration < Struct.new(
  :type,
  :number,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The worker compute configuration type.

Returns:

  • (String)


9917
9918
9919
9920
9921
9922
9923
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9917

class WorkerComputeConfiguration < Struct.new(
  :type,
  :number,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end