Class: Google::Cloud::Retail::V2::TuneModelMetadata

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

Metadata associated with a tune operation.

Instance Attribute Summary collapse

Instance Attribute Details

#model::String

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

Returns:

  • (::String)

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



159
160
161
162
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 159

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