Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Response message for SearchTuningService.ListCustomModels method.
Instance Attribute Summary collapse
-
#models ⇒ Array<Google::Apis::DiscoveryengineV1alpha::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.
7700 7701 7702 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7700 def initialize(**args) update!(**args) end |
Instance Attribute Details
#models ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomTuningModel>
List of custom tuning models.
Corresponds to the JSON property models
7698 7699 7700 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7698 def models @models end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7705 7706 7707 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7705 def update!(**args) @models = args[:models] if args.key?(:models) end |