Show / Hide Table of Contents

Class EvaluationMetricsConfig

Configures the metrics for an evaluation.

Inheritance
object
EvaluationMetricsConfig
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 EvaluationMetricsConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GoldenMetricsConfig

Optional. Configuration for the golden metrics for the evaluation.

Declaration
[JsonProperty("goldenMetricsConfig")]
public virtual EvaluationMetricsConfigGoldenMetricsConfig GoldenMetricsConfig { get; set; }
Property Value
Type Description
EvaluationMetricsConfigGoldenMetricsConfig

ScenarioMetricsConfig

Optional. Configuration for the scenario metrics for the evaluation.

Declaration
[JsonProperty("scenarioMetricsConfig")]
public virtual EvaluationMetricsConfigScenarioMetricsConfig ScenarioMetricsConfig { get; set; }
Property Value
Type Description
EvaluationMetricsConfigScenarioMetricsConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX