Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class GenerationSpec.
Assistant generation specification for the request.
This allows to override the default generation configuration at the engine level.
Generated from protobuf message google.cloud.discoveryengine.v1.StreamAssistRequest.GenerationSpec
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ StreamAssistRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ model_id |
string
Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used. |
getModelId
Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used.
Returns | |
---|---|
Type | Description |
string |
setModelId
Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |