Class: Google::Cloud::DiscoveryEngine::V1beta::TuneEngineRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb

Overview

Request to manually start a tuning process now (instead of waiting for the periodically scheduled tuning to happen).

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the engine to tune. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}.

Returns:

  • (::String)

    Required. The resource name of the engine to tune. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}



206
207
208
209
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 206

class TuneEngineRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end