Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ListCustomModelsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ListCustomModelsResponse
- 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
-
#models ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CustomTuningModel>
List of custom tuning models.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1ListCustomModelsResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1ListCustomModelsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#models ⇒ Array<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 |