Class: Aws::Types::PredictQAResultsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PredictQAResultsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#include_generated_answer ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute include_generated_answer.
-
#include_quick_sight_q_index ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute include_quick_sight_q_index.
-
#max_topics_to_consider ⇒ ::Integer
Returns the value of attribute max_topics_to_consider.
-
#query_text ⇒ ::String
Returns the value of attribute query_text.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
9278 9279 9280 |
# File 'sig/types.rbs', line 9278 def aws_account_id @aws_account_id end |
#include_generated_answer ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute include_generated_answer.
9281 9282 9283 |
# File 'sig/types.rbs', line 9281 def include_generated_answer @include_generated_answer end |
#include_quick_sight_q_index ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute include_quick_sight_q_index.
9280 9281 9282 |
# File 'sig/types.rbs', line 9280 def include_quick_sight_q_index @include_quick_sight_q_index end |
#max_topics_to_consider ⇒ ::Integer
Returns the value of attribute max_topics_to_consider.
9282 9283 9284 |
# File 'sig/types.rbs', line 9282 def max_topics_to_consider @max_topics_to_consider end |
#query_text ⇒ ::String
Returns the value of attribute query_text.
9279 9280 9281 |
# File 'sig/types.rbs', line 9279 def query_text @query_text end |