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.
4712 4713 4714 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4712 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
4710 4711 4712 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4710 def models @models end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4717 4718 4719 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4717 def update!(**args) @models = args[:models] if args.key?(:models) end |