Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig
Configuration of an experiment.
Implements
Inherited Members
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 |