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.



5666
5667
5668
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 5666

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)


5664
5665
5666
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 5664

def version
  @version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5671
5672
5673
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 5671

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