Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec

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

Overview

Defines custom fine tuning spec.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec

Returns a new instance of GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec.



10420
10421
10422
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10420

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

Instance Attribute Details

#enable_search_adaptorBoolean Also known as: enable_search_adaptor?

Whether or not to enable and include custom fine tuned search adaptor model. Corresponds to the JSON property enableSearchAdaptor

Returns:

  • (Boolean)


10417
10418
10419
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10417

def enable_search_adaptor
  @enable_search_adaptor
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10425
10426
10427
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10425

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