Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings

Generation settings for the experiment.

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

Properties

Context

Optional. Additional user-provided context to be used during generation.

Declaration
[JsonProperty("context")]
public virtual string Context { 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

IncludeFullProgramInPrompt

Optional. When true, the LLM prompt includes the full program text (both mutable EVOLVE-BLOCK regions and immutable boilerplate). When false (default), only the mutable EVOLVE-BLOCK regions are shown, saving context window.

Declaration
[JsonProperty("includeFullProgramInPrompt")]
public virtual bool? IncludeFullProgramInPrompt { get; set; }
Property Value
Type Description
bool?

Models

Optional. Per-model configuration. See ModelConfig for details. If left unset, the server selects a default model.

Declaration
[JsonProperty("models")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig> Models { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX