Class: Google::Cloud::DiscoveryEngine::V1::SearchRequest::ContentSearchSpec::SummarySpec::ModelSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::SearchRequest::ContentSearchSpec::SummarySpec::ModelSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/search_service.rb
Overview
Specification of the model.
Instance Attribute Summary collapse
-
#version ⇒ ::String
The model version used to generate the summary.
Instance Attribute Details
#version ⇒ ::String
Returns The model version used to generate the summary.
Supported values are:
stable
: string. Default value when no value is specified. Uses a generally available, fine-tuned model. For more information, see Answer generation model versions and lifecycle.preview
: string. (Public preview) Uses a preview model. For more information, see Answer generation model versions and lifecycle.
627 628 629 630 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 627 class ModelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |