Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ListCustomModelsResponse

Inherits:
Object
  • Object
show all
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

Response message for SearchTuningService.ListCustomModels method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1ListCustomModelsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1ListCustomModelsResponse.



6549
6550
6551
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 6549

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

Instance Attribute Details

#modelsArray<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CustomTuningModel>

List of custom tuning models. Corresponds to the JSON property models



6547
6548
6549
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 6547

def models
  @models
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6554
6555
6556
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 6554

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