Class: Google::Cloud::DiscoveryEngine::V1beta::TuneEngineMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::TuneEngineMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb
Overview
Metadata associated with a tune operation.
Instance Attribute Summary collapse
-
#engine ⇒ ::String
Required.
Instance Attribute Details
#engine ⇒ ::String
Returns 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}
.
217 218 219 220 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 217 class TuneEngineMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |