Class: Google::Cloud::DiscoveryEngine::V1::StreamAssistRequest::GenerationSpec

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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