Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::EvaluationRun::EvaluationRunSummary.
Contains the summary of passed and failed result counts for a specific evaluation in an evaluation run.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_count
def error_count() -> ::Integer
Returns
- (::Integer) — Output only. Number of error results for the associated Evaluation in this run.
#failed_count
def failed_count() -> ::Integer
Returns
- (::Integer) — Output only. Number of failed results for the associated Evaluation in this run.
#passed_count
def passed_count() -> ::Integer
Returns
- (::Integer) — Output only. Number of passed results for the associated Evaluation in this run.