Class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec
Assistant generation specification for the request. This allows to override the default generation configuration at the engine level.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec : 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 |