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.



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

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")


3875
3876
3877
# File 'sig/types.rbs', line 3875

def analysis_type
  @analysis_type
end

#inputTypes::EvaluationQuestionInputDetails

Returns the value of attribute input.



3874
3875
3876
# File 'sig/types.rbs', line 3874

def input
  @input
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


3873
3874
3875
# File 'sig/types.rbs', line 3873

def status
  @status
end

#valueTypes::EvaluationAnswerData

Returns the value of attribute value.



3872
3873
3874
# File 'sig/types.rbs', line 3872

def value
  @value
end