Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::EvaluationRun::Progress (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::EvaluationRun::Progress.

The progress of the evaluation run.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#completed_count

def completed_count() -> ::Integer
Returns
  • (::Integer) — Output only. Number of evaluation results that finished successfully. (EvaluationResult.execution_state is COMPLETED).

#error_count

def error_count() -> ::Integer
Returns
  • (::Integer) — Output only. Number of evaluation results that failed to execute. (EvaluationResult.execution_state is ERROR).

#failed_count

def failed_count() -> ::Integer
Returns
  • (::Integer) — Output only. Number of completed evaluation results with an outcome of FAIL. (EvaluationResult.execution_state is COMPLETED and EvaluationResult.evaluation_status is FAIL).

#passed_count

def passed_count() -> ::Integer
Returns
  • (::Integer) — Output only. Number of completed evaluation results with an outcome of PASS. (EvaluationResult.execution_state is COMPLETED and EvaluationResult.evaluation_status is PASS).

#total_count

def total_count() -> ::Integer
Returns
  • (::Integer) — Output only. Total number of evaluation results in this run.