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.



3917
3918
3919
# File 'sig/types.rbs', line 3917

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


3916
3917
3918
# File 'sig/types.rbs', line 3916

def analysis_type
  @analysis_type
end

#inputTypes::EvaluationQuestionInputDetails

Returns the value of attribute input.



3915
3916
3917
# File 'sig/types.rbs', line 3915

def input
  @input
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


3914
3915
3916
# File 'sig/types.rbs', line 3914

def status
  @status
end

#valueTypes::EvaluationAnswerData

Returns the value of attribute value.



3913
3914
3915
# File 'sig/types.rbs', line 3913

def value
  @value
end