Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats
Stats about the experiment.
Implements
Inherited Members
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? |