Class: Aws::Types::EvaluationQuestionAnswerAnalysisDetails
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationQuestionAnswerAnalysisDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ContactLens, GenAi, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_lens ⇒ Types::EvaluationContactLensAnswerAnalysisDetails
Returns the value of attribute contact_lens.
-
#gen_ai ⇒ Types::EvaluationGenAIAnswerAnalysisDetails
Returns the value of attribute gen_ai.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#contact_lens ⇒ Types::EvaluationContactLensAnswerAnalysisDetails
Returns the value of attribute contact_lens.
3754 3755 3756 |
# File 'sig/types.rbs', line 3754 def contact_lens @contact_lens end |
#gen_ai ⇒ Types::EvaluationGenAIAnswerAnalysisDetails
Returns the value of attribute gen_ai.
3753 3754 3755 |
# File 'sig/types.rbs', line 3753 def gen_ai @gen_ai end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3755 3756 3757 |
# File 'sig/types.rbs', line 3755 def unknown @unknown end |