Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::StreamAssistRequest::GenerationSpec.
Assistant generation specification for the request. This allows to override the default generation configuration at the engine level.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model_id
def model_id() -> ::String
Returns
- (::String) — Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used.
#model_id=
def model_id=(value) -> ::String
Parameter
- value (::String) — Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used.
Returns
- (::String) — Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used.