Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
- 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
Metadata associated with a tune operation.
Instance Attribute Summary collapse
-
#engine ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
Returns a new instance of GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata.
10916 10917 10918 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10916 def initialize(**args) update!(**args) end |
Instance Attribute Details
#engine ⇒ String
Required. The resource name of the engine that this tune applies to. Format:
projects/project_number/locations/location_id/collections/collection_id/
engines/engine_id`
Corresponds to the JSON propertyengine`
10914 10915 10916 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10914 def engine @engine end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10921 10922 10923 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10921 def update!(**args) @engine = args[:engine] if args.key?(:engine) end |