public sealed class EvaluationRun.Types.EvaluationRunSummary : IMessage<EvaluationRun.Types.EvaluationRunSummary>, IEquatable<EvaluationRun.Types.EvaluationRunSummary>, IDeepCloneable<EvaluationRun.Types.EvaluationRunSummary>, IBufferMessage, IMessageReference 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.
Implements
IMessageEvaluationRunTypesEvaluationRunSummary, IEquatableEvaluationRunTypesEvaluationRunSummary, IDeepCloneableEvaluationRunTypesEvaluationRunSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
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 |
|