Show / Hide Table of Contents

Class EvaluationRunProgress

The progress of the evaluation run.

Inheritance
object
EvaluationRunProgress
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationRunProgress : IDirectResponseSchema

Properties

CompletedCount

Output only. Number of evaluation results that finished successfully. (EvaluationResult.execution_state is COMPLETED).

Declaration
[JsonProperty("completedCount")]
public virtual int? CompletedCount { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorCount

Output only. Number of evaluation results that failed to execute. (EvaluationResult.execution_state is ERROR).

Declaration
[JsonProperty("errorCount")]
public virtual int? ErrorCount { get; set; }
Property Value
Type Description
int?

FailedCount

Output only. Number of completed evaluation results with an outcome of FAIL. (EvaluationResult.execution_state is COMPLETED and EvaluationResult.evaluation_status is FAIL).

Declaration
[JsonProperty("failedCount")]
public virtual int? FailedCount { get; set; }
Property Value
Type Description
int?

PassedCount

Output only. Number of completed evaluation results with an outcome of PASS. (EvaluationResult.execution_state is COMPLETED and EvaluationResult.evaluation_status is PASS).

Declaration
[JsonProperty("passedCount")]
public virtual int? PassedCount { get; set; }
Property Value
Type Description
int?

TotalCount

Output only. Total number of evaluation results in this run.

Declaration
[JsonProperty("totalCount")]
public virtual int? TotalCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX