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.



3823
3824
3825
# File 'sig/types.rbs', line 3823

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


3822
3823
3824
# File 'sig/types.rbs', line 3822

def analysis_type
  @analysis_type
end

#inputTypes::EvaluationQuestionInputDetails

Returns the value of attribute input.



3821
3822
3823
# File 'sig/types.rbs', line 3821

def input
  @input
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


3820
3821
3822
# File 'sig/types.rbs', line 3820

def status
  @status
end

#valueTypes::EvaluationAnswerData

Returns the value of attribute value.



3819
3820
3821
# File 'sig/types.rbs', line 3819

def value
  @value
end