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.
8927 8928 8929 |
# File 'sig/types.rbs', line 8927 def aws_account_id @aws_account_id end |
#include_generated_answer ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute include_generated_answer.
8930 8931 8932 |
# File 'sig/types.rbs', line 8930 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.
8929 8930 8931 |
# File 'sig/types.rbs', line 8929 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.
8931 8932 8933 |
# File 'sig/types.rbs', line 8931 def max_topics_to_consider @max_topics_to_consider end |
#query_text ⇒ ::String
Returns the value of attribute query_text.
8928 8929 8930 |
# File 'sig/types.rbs', line 8928 def query_text @query_text end |