Class: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec::SummarySpec::ModelSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb

Overview

Specification of the model.

Instance Attribute Summary collapse

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 version of the text-bison@001 model.
  • preview: string. (Public preview) Uses a fine-tuned version of the text-bison@002 model. This model works only for summaries in English.

Returns:

  • (::String)

    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 version of the text-bison@001 model.
    • preview: string. (Public preview) Uses a fine-tuned version of the text-bison@002 model. This model works only for summaries in English.


641
642
643
644
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 641

class ModelSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end