Class: Aws::CleanRooms::Types::ProtectedJobWorkerComputeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobWorkerComputeConfiguration
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
The configuration of the compute resources for a PySpark job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#number ⇒ Integer
The number of workers for a PySpark job.
-
#type ⇒ String
The worker compute configuration type.
Instance Attribute Details
#number ⇒ Integer
The number of workers for a PySpark job.
7864 7865 7866 7867 7868 7869 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7864 class ProtectedJobWorkerComputeConfiguration < Struct.new( :type, :number) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The worker compute configuration type.
7864 7865 7866 7867 7868 7869 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7864 class ProtectedJobWorkerComputeConfiguration < Struct.new( :type, :number) SENSITIVE = [] include Aws::Structure end |