public sealed class Experiment.Types.Result.Types.Metric : IMessage<Experiment.Types.Result.Types.Metric>, IEquatable<Experiment.Types.Result.Types.Metric>, IDeepCloneable<Experiment.Types.Result.Types.Metric>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Experiment.Types.Result.Types.Metric.
Metric and corresponding confidence intervals.
Implements
IMessageExperimentTypesResultTypesMetric, IEquatableExperimentTypesResultTypesMetric, IDeepCloneableExperimentTypesResultTypesMetric, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Metric()
public Metric()
Metric(Metric)
public Metric(Experiment.Types.Result.Types.Metric other)
Parameter | |
---|---|
Name | Description |
other | ExperimentTypesResultTypesMetric |
Properties
ConfidenceInterval
public Experiment.Types.Result.Types.ConfidenceInterval ConfidenceInterval { get; set; }
The probability that the treatment is better than all other treatments in the experiment
Property Value | |
---|---|
Type | Description |
ExperimentTypesResultTypesConfidenceInterval |
Count
public double Count { get; set; }
Count value of a metric.
Property Value | |
---|---|
Type | Description |
double |
CountType
public Experiment.Types.Result.Types.CountType CountType { get; set; }
Count-based metric type. Only one of type or count_type is specified in each Metric.
Property Value | |
---|---|
Type | Description |
ExperimentTypesResultTypesCountType |
HasCount
public bool HasCount { get; }
Gets whether the "count" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasRatio
public bool HasRatio { get; }
Gets whether the "ratio" field is set
Property Value | |
---|---|
Type | Description |
bool |
Ratio
public double Ratio { get; set; }
Ratio value of a metric.
Property Value | |
---|---|
Type | Description |
double |
Type
public Experiment.Types.Result.Types.MetricType Type { get; set; }
Ratio-based metric type. Only one of type or count_type is specified in each Metric.
Property Value | |
---|---|
Type | Description |
ExperimentTypesResultTypesMetricType |
ValueCase
public Experiment.Types.Result.Types.Metric.ValueOneofCase ValueCase { get; }
Property Value | |
---|---|
Type | Description |
ExperimentTypesResultTypesMetricValueOneofCase |