Class: Aws::QuickSight::Types::PredictQAResultsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:query_text]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.

Returns:

  • (String)


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_answerString

Indicates whether generated answers are included or excluded.

Returns:

  • (String)


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_indexString

Indicates whether Q indicies are included or excluded.

Returns:

  • (String)


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_considerInteger

The number of maximum topics to be considered to predict QA results.

Returns:

  • (Integer)


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_textString

The query text to be used to predict QA results.

Returns:

  • (String)


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