Class: Google::Cloud::Retail::V2::TuneModelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/model_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 model to tune. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}.

Returns:

  • (::String)

    Required. The resource name of the model to tune. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}



137
138
139
140
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 137

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