Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats

Stats about the experiment.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats : IDirectResponseSchema

Properties

CandidatesCount

Output only. Number of candidates generated.

Declaration
[JsonProperty("candidatesCount")]
public virtual int? CandidatesCount { 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

EvaluatedCandidatesCount

Output only. Number of candidates evaluated.

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

InputTokenCount

Output only. Number of billed input tokens consumed by the experiment.

Declaration
[JsonProperty("inputTokenCount")]
public virtual long? InputTokenCount { get; set; }
Property Value
Type Description
long?

OutputTokenCount

Output only. Number of billed output tokens consumed by the experiment.

Declaration
[JsonProperty("outputTokenCount")]
public virtual long? OutputTokenCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX