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)


8927
8928
8929
# File 'sig/types.rbs', line 8927

def 
  @aws_account_id
end

#include_generated_answer"INCLUDE", "EXCLUDE"

Returns the value of attribute include_generated_answer.

Returns:

  • ("INCLUDE", "EXCLUDE")


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.

Returns:

  • ("INCLUDE", "EXCLUDE")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


8928
8929
8930
# File 'sig/types.rbs', line 8928

def query_text
  @query_text
end