Class: Aws::QuickSight::Types::PredictQAResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PredictQAResultsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:query_text]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.
-
#include_generated_answer ⇒ String
Indicates whether generated answers are included or excluded.
-
#include_quick_sight_q_index ⇒ String
Indicates whether Q indicies are included or excluded.
-
#max_topics_to_consider ⇒ Integer
The number of maximum topics to be considered to predict QA results.
-
#query_text ⇒ String
The query text to be used to predict QA results.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.
26411 26412 26413 26414 26415 26416 26417 26418 26419 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26411 class PredictQAResultsRequest < Struct.new( :aws_account_id, :query_text, :include_quick_sight_q_index, :include_generated_answer, :max_topics_to_consider) SENSITIVE = [:query_text] include Aws::Structure end |
#include_generated_answer ⇒ String
Indicates whether generated answers are included or excluded.
26411 26412 26413 26414 26415 26416 26417 26418 26419 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26411 class PredictQAResultsRequest < Struct.new( :aws_account_id, :query_text, :include_quick_sight_q_index, :include_generated_answer, :max_topics_to_consider) SENSITIVE = [:query_text] include Aws::Structure end |
#include_quick_sight_q_index ⇒ String
Indicates whether Q indicies are included or excluded.
26411 26412 26413 26414 26415 26416 26417 26418 26419 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26411 class PredictQAResultsRequest < Struct.new( :aws_account_id, :query_text, :include_quick_sight_q_index, :include_generated_answer, :max_topics_to_consider) SENSITIVE = [:query_text] include Aws::Structure end |
#max_topics_to_consider ⇒ Integer
The number of maximum topics to be considered to predict QA results.
26411 26412 26413 26414 26415 26416 26417 26418 26419 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26411 class PredictQAResultsRequest < Struct.new( :aws_account_id, :query_text, :include_quick_sight_q_index, :include_generated_answer, :max_topics_to_consider) SENSITIVE = [:query_text] include Aws::Structure end |
#query_text ⇒ String
The query text to be used to predict QA results.
26411 26412 26413 26414 26415 26416 26417 26418 26419 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26411 class PredictQAResultsRequest < Struct.new( :aws_account_id, :query_text, :include_quick_sight_q_index, :include_generated_answer, :max_topics_to_consider) SENSITIVE = [:query_text] include Aws::Structure end |