Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation

Evaluation results for a program candidate.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation
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.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX