Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpecModelSpec
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpecModelSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Specification of the model.
Instance Attribute Summary collapse
-
#version ⇒ String
The model version used to generate the summary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpecModelSpec
constructor
A new instance of GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpecModelSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpecModelSpec
Returns a new instance of GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpecModelSpec.
7795 7796 7797 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 7795 def initialize(**args) update!(**args) end |
Instance Attribute Details
#version ⇒ 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 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.
Corresponds to the JSON property version
7793 7794 7795 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 7793 def version @version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7800 7801 7802 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 7800 def update!(**args) @version = args[:version] if args.key?(:version) end |