Class: Google::Cloud::DiscoveryEngine::V1::StreamAssistRequest::GenerationSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::StreamAssistRequest::GenerationSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb
Overview
Assistant generation specification for the request. This allows to override the default generation configuration at the engine level.
Instance Attribute Summary collapse
-
#model_id ⇒ ::String
Optional.
Instance Attribute Details
#model_id ⇒ ::String
Returns Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used.
153 154 155 156 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb', line 153 class GenerationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |