Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgram

Represents a single program to be used within the context of an AlphaEvolve experiment.

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

Properties

Content

Optional. Content of the program.

Declaration
[JsonProperty("content")]
public virtual GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent Content { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Time when the program was created.

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

ETag

The ETag of the item.

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

Evaluation

Optional. Evaluation results for the program.

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

LockToken

Optional. Lock token for the program.

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

Name

Identifier. 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("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ParentPrograms

Output only. Optionally specifies which parent programs this program was evolved from. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/alphaEvolveExperiments/{alpha_evolve_experiment}/alphaEvolvePrograms/{alpha_evolve_program}

Declaration
[JsonProperty("parentPrograms")]
public virtual IList<string> ParentPrograms { get; set; }
Property Value
Type Description
IList<string>

State

Output only. State of the program.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX