Class EvaluationRunEvaluationRunSummary
Contains the summary of passed and failed result counts for a specific evaluation in an evaluation run.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationRunEvaluationRunSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorCount
Output only. Number of error results for the associated Evaluation in this run.
Declaration
[JsonProperty("errorCount")]
public virtual int? ErrorCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
FailedCount
Output only. Number of failed results for the associated Evaluation in this run.
Declaration
[JsonProperty("failedCount")]
public virtual int? FailedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PassedCount
Output only. Number of passed results for the associated Evaluation in this run.
Declaration
[JsonProperty("passedCount")]
public virtual int? PassedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |