Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig

Configuration of an experiment.

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

Properties

ETag

The ETag of the item.

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

EvolutionSettings

Optional. Evolution settings for the experiment.

Declaration
[JsonProperty("evolutionSettings")]
public virtual GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings EvolutionSettings { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings

GenerationSettings

Optional. Generation settings for the experiment, controlling how new program candidates are generated, including things LLM parameters and user-provided context and prompts.

Declaration
[JsonProperty("generationSettings")]
public virtual GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings GenerationSettings { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings

ProblemDescription

Required. Description of the problem to be solved by the experiment.

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

ProgramLanguage

Required. Primary programming language of the code being optimized.

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

RunSettings

Required. Run settings for the experiment, controlling the overall behavior of the experiment run.

Declaration
[JsonProperty("runSettings")]
public virtual GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings RunSettings { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings

Title

Required. Title of the experiment.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX