Class: Aws::Types::EvaluationInferenceConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationInferenceConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_config_summary ⇒ Types::EvaluationModelConfigSummary
Returns the value of attribute model_config_summary.
-
#rag_config_summary ⇒ Types::EvaluationRagConfigSummary
Returns the value of attribute rag_config_summary.
Instance Attribute Details
#model_config_summary ⇒ Types::EvaluationModelConfigSummary
Returns the value of attribute model_config_summary.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def model_config_summary @model_config_summary end |
#rag_config_summary ⇒ Types::EvaluationRagConfigSummary
Returns the value of attribute rag_config_summary.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def rag_config_summary @rag_config_summary end |