Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::TuneModelMetadata.
Metadata associated with a tune operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model
def model() -> ::String
    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}
#model=
def model=(value) -> ::String
    Parameter
    
  - 
        value (::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}
    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}