Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation
Evaluation results for a program candidate.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Insights
Optional. Represents various insights about the candidate, which are not directly used as optimization target, but that can be used to improve subsequent generations, and as such can be used to construct the evolution prompt.
Declaration
[JsonProperty("insights")]
public virtual GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights Insights { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights |
Scores
Optional. Contains the evaluation scores for the target metrics to optimize.
Declaration
[JsonProperty("scores")]
public virtual GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores Scores { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores |