Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

Specification of the model.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec

Returns a new instance of GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec.



5765
5766
5767
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 5765

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#versionString

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. Corresponds to the JSON property version

Returns:

  • (String)


5763
5764
5765
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 5763

def version
  @version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5770
5771
5772
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 5770

def update!(**args)
  @version = args[:version] if args.key?(:version)
end