Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse
- 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::GoogleCloudDiscoveryengineV1alphaCustomTuningModel>
List of custom tuning models.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse.
12747 12748 12749 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12747 def initialize(**args) update!(**args) end |
Instance Attribute Details
#models ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCustomTuningModel>
List of custom tuning models.
Corresponds to the JSON property models
12745 12746 12747 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12745 def models @models end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12752 12753 12754 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12752 def update!(**args) @models = args[:models] if args.key?(:models) end |