Class: Aws::Types::PredictQAResultsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:query_text])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


9278
9279
9280
# File 'sig/types.rbs', line 9278

def 
  @aws_account_id
end

#include_generated_answer"INCLUDE", "EXCLUDE"

Returns the value of attribute include_generated_answer.

Returns:

  • ("INCLUDE", "EXCLUDE")


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.

Returns:

  • ("INCLUDE", "EXCLUDE")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


9279
9280
9281
# File 'sig/types.rbs', line 9279

def query_text
  @query_text
end