Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperiment

An experiment is a single run of the AlphaEvolve agent, an evolutionary coding agent powered by LLM for algorithm discovery and optimization.

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

Properties

Config

Required. Experiment configuration.

Declaration
[JsonProperty("config")]
public virtual GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig Config { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig

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 experiment 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

InitialAlphaEvolveProgram

Output only. Specifies the name of the seed program used to start the experiment.

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

Name

Identifier. The full resource name of the experiment. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/alphaEvolveExperiments/{alpha_evolve_experiment}

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

State

Output only. The state of the experiment.

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

Stats

Output only. Experiment stats.

Declaration
[JsonProperty("stats")]
public virtual GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats Stats { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX