Gemini Enterprise for Customer Experience v1beta API - Class EvaluationRun.Types.EvaluationRunSummary (1.0.0-beta01)

public sealed class EvaluationRun.Types.EvaluationRunSummary : IMessage<EvaluationRun.Types.EvaluationRunSummary>, IEquatable<EvaluationRun.Types.EvaluationRunSummary>, IDeepCloneable<EvaluationRun.Types.EvaluationRunSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationRun.Types.EvaluationRunSummary.

Contains the summary of passed and failed result counts for a specific evaluation in an evaluation run.

Inheritance

object > EvaluationRun.Types.EvaluationRunSummary

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

EvaluationRunSummary()

public EvaluationRunSummary()

EvaluationRunSummary(EvaluationRunSummary)

public EvaluationRunSummary(EvaluationRun.Types.EvaluationRunSummary other)
Parameter
Name Description
other EvaluationRunTypesEvaluationRunSummary

Properties

ErrorCount

public int ErrorCount { get; set; }

Output only. Number of error results for the associated Evaluation in this run.

Property Value
Type Description
int

FailedCount

public int FailedCount { get; set; }

Output only. Number of failed results for the associated Evaluation in this run.

Property Value
Type Description
int

PassedCount

public int PassedCount { get; set; }

Output only. Number of passed results for the associated Evaluation in this run.

Property Value
Type Description
int