Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1StreamAssistRequestGenerationSpec

Assistant generation specification for the request. This allows to override the default generation configuration at the engine level.

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

Properties

ETag

The ETag of the item.

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

ModelId

Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX