Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1ExperimentResult

The inference result which includes an objective metric to optimize and the confidence interval.

Inheritance
object
GoogleCloudDialogflowCxV3beta1ExperimentResult
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.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExperimentResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LastUpdateTime

object representation of LastUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdateTimeDateTimeOffset instead.")]
public virtual object LastUpdateTime { get; set; }
Property Value
Type Description
object

LastUpdateTimeDateTimeOffset

DateTimeOffset representation of LastUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastUpdateTimeRaw

The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.

Declaration
[JsonProperty("lastUpdateTime")]
public virtual string LastUpdateTimeRaw { get; set; }
Property Value
Type Description
string

VersionMetrics

Version variants and metrics.

Declaration
[JsonProperty("versionMetrics")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics> VersionMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX