Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluationSubmission

Evaluation submission for a program candidate.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluationSubmission
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 GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluationSubmission : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Evaluation

Required. Evaluation results for the program candidate.

Declaration
[JsonProperty("evaluation")]
public virtual GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation Evaluation { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation

LockToken

Required. Lock token for the program obtained in the AcquireAlphaEvolvePrograms call.

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

Program

Required. Unique identifier for the program. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/alphaEvolveExperiments/{alpha_evolve_experiment}/alphaEvolvePrograms/{alpha_evolve_program}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX