Class: Aws::CleanRooms::Types::ReceiverConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ReceiverConfiguration
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
The receiver configuration for a protected query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_type ⇒ String
The type of analysis for the protected query.
-
#configuration_details ⇒ Types::ConfigurationDetails
The configuration details of the receiver configuration.
Instance Attribute Details
#analysis_type ⇒ String
The type of analysis for the protected query. The results of the
query can be analyzed directly (DIRECT_ANALYSIS
) or used as input
into additional analyses (ADDITIONAL_ANALYSIS
), such as a query
that is a seed for a lookalike ML model.
6855 6856 6857 6858 6859 6860 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6855 class ReceiverConfiguration < Struct.new( :analysis_type, :configuration_details) SENSITIVE = [] include Aws::Structure end |
#configuration_details ⇒ Types::ConfigurationDetails
The configuration details of the receiver configuration.
6855 6856 6857 6858 6859 6860 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6855 class ReceiverConfiguration < Struct.new( :analysis_type, :configuration_details) SENSITIVE = [] include Aws::Structure end |