Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaTuneEngineMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaTuneEngineMetadata
- 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) ⇒ GoogleCloudDiscoveryengineV1betaTuneEngineMetadata
constructor
A new instance of GoogleCloudDiscoveryengineV1betaTuneEngineMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaTuneEngineMetadata
Returns a new instance of GoogleCloudDiscoveryengineV1betaTuneEngineMetadata.
22435 22436 22437 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 22435 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/locations/
location/collections/
collection_id/engines/
engine_id`
Corresponds to the JSON property
engine`
22433 22434 22435 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 22433 def engine @engine end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22440 22441 22442 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 22440 def update!(**args) @engine = args[:engine] if args.key?(:engine) end |