Class: Aws::Types::EvaluationSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_type ⇒ "ModelEvaluation", "RagEvaluation"
Returns the value of attribute application_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#custom_metrics_evaluator_model_identifiers ⇒ ::Array[::String]
Returns the value of attribute custom_metrics_evaluator_model_identifiers.
-
#evaluation_task_types ⇒ ::Array[("Summarization" | "Classification" | "QuestionAndAnswer" | "Generation" | "Custom")]
Returns the value of attribute evaluation_task_types.
-
#evaluator_model_identifiers ⇒ ::Array[::String]
Returns the value of attribute evaluator_model_identifiers.
-
#inference_config_summary ⇒ Types::EvaluationInferenceConfigSummary
Returns the value of attribute inference_config_summary.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_type ⇒ "Human", "Automated"
Returns the value of attribute job_type.
-
#model_identifiers ⇒ ::Array[::String]
Returns the value of attribute model_identifiers.
-
#rag_identifiers ⇒ ::Array[::String]
Returns the value of attribute rag_identifiers.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#application_type ⇒ "ModelEvaluation", "RagEvaluation"
Returns the value of attribute application_type.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def application_type @application_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def creation_time @creation_time end |
#custom_metrics_evaluator_model_identifiers ⇒ ::Array[::String]
Returns the value of attribute custom_metrics_evaluator_model_identifiers.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def custom_metrics_evaluator_model_identifiers @custom_metrics_evaluator_model_identifiers end |
#evaluation_task_types ⇒ ::Array[("Summarization" | "Classification" | "QuestionAndAnswer" | "Generation" | "Custom")]
Returns the value of attribute evaluation_task_types.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def evaluation_task_types @evaluation_task_types end |
#evaluator_model_identifiers ⇒ ::Array[::String]
Returns the value of attribute evaluator_model_identifiers.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def evaluator_model_identifiers @evaluator_model_identifiers end |
#inference_config_summary ⇒ Types::EvaluationInferenceConfigSummary
Returns the value of attribute inference_config_summary.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def inference_config_summary @inference_config_summary end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def job_arn @job_arn end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def job_name @job_name end |
#job_type ⇒ "Human", "Automated"
Returns the value of attribute job_type.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def job_type @job_type end |
#model_identifiers ⇒ ::Array[::String]
Returns the value of attribute model_identifiers.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def model_identifiers @model_identifiers end |
#rag_identifiers ⇒ ::Array[::String]
Returns the value of attribute rag_identifiers.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def rag_identifiers @rag_identifiers end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def status @status end |