Class: Aws::Types::EvaluationInferenceConfig
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationInferenceConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Models, RagConfigs, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#models ⇒ ::Array[Types::EvaluationModelConfig]
Returns the value of attribute models.
-
#rag_configs ⇒ ::Array[Types::RAGConfig]
Returns the value of attribute rag_configs.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#models ⇒ ::Array[Types::EvaluationModelConfig]
Returns the value of attribute models.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def models @models end |
#rag_configs ⇒ ::Array[Types::RAGConfig]
Returns the value of attribute rag_configs.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def rag_configs @rag_configs end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def unknown @unknown end |