Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/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.
15094 15095 15096 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 15094 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`
15092 15093 15094 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 15092 def engine @engine end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15099 15100 15101 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 15099 def update!(**args) @engine = args[:engine] if args.key?(:engine) end |