Class: Aws::Types::EvaluationSuggestedAnswer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_detailsTypes::EvaluationQuestionAnswerAnalysisDetails

Returns the value of attribute analysis_details.



3881
3882
3883
# File 'sig/types.rbs', line 3881

def analysis_details
  @analysis_details
end

#analysis_type"CONTACT_LENS_DATA", "GEN_AI"

Returns the value of attribute analysis_type.

Returns:

  • ("CONTACT_LENS_DATA", "GEN_AI")


3880
3881
3882
# File 'sig/types.rbs', line 3880

def analysis_type
  @analysis_type
end

#inputTypes::EvaluationQuestionInputDetails

Returns the value of attribute input.



3879
3880
3881
# File 'sig/types.rbs', line 3879

def input
  @input
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED")


3878
3879
3880
# File 'sig/types.rbs', line 3878

def status
  @status
end

#valueTypes::EvaluationAnswerData

Returns the value of attribute value.



3877
3878
3879
# File 'sig/types.rbs', line 3877

def value
  @value
end