Class GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGenerationSpec
Content generation specification.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGenerationSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FrequencyPenalty
If specified, custom value for frequency penalty will be used.
Declaration
[JsonProperty("frequencyPenalty")]
public virtual float? FrequencyPenalty { get; set; }
Property Value
Type | Description |
---|---|
float? |
LanguageCode
Language code for content. Use language tags defined by BCP47.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxOutputTokens
If specified, custom value for max output tokens will be used.
Declaration
[JsonProperty("maxOutputTokens")]
public virtual int? MaxOutputTokens { get; set; }
Property Value
Type | Description |
---|---|
int? |
ModelId
Specifies which Vertex model id to use for generation.
Declaration
[JsonProperty("modelId")]
public virtual string ModelId { get; set; }
Property Value
Type | Description |
---|---|
string |
PresencePenalty
If specified, custom value for presence penalty will be used.
Declaration
[JsonProperty("presencePenalty")]
public virtual float? PresencePenalty { get; set; }
Property Value
Type | Description |
---|---|
float? |
Seed
If specified, custom value for the seed will be used.
Declaration
[JsonProperty("seed")]
public virtual int? Seed { get; set; }
Property Value
Type | Description |
---|---|
int? |
Temperature
If specified, custom value for the temperature will be used.
Declaration
[JsonProperty("temperature")]
public virtual float? Temperature { get; set; }
Property Value
Type | Description |
---|---|
float? |
TopK
If specified, custom value for top-k sampling will be used.
Declaration
[JsonProperty("topK")]
public virtual int? TopK { get; set; }
Property Value
Type | Description |
---|---|
int? |
TopP
If specified, custom value for nucleus sampling will be used.
Declaration
[JsonProperty("topP")]
public virtual float? TopP { get; set; }
Property Value
Type | Description |
---|---|
float? |