Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse
- 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
Response message for SearchTuningService.ListCustomModels method.
Instance Attribute Summary collapse
-
#models ⇒ Array<Google::Apis::DiscoveryengineV1beta::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.
4527 4528 4529 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4527 def initialize(**args) update!(**args) end |
Instance Attribute Details
#models ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCustomTuningModel>
List of custom tuning models.
Corresponds to the JSON property models
4525 4526 4527 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4525 def models @models end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4532 4533 4534 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4532 def update!(**args) @models = args[:models] if args.key?(:models) end |