public sealed class TuneModelMetadata : IMessage<TuneModelMetadata>, IEquatable<TuneModelMetadata>, IDeepCloneable<TuneModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class TuneModelMetadata.
The resource name of the model that this tune applies to.
Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides reference documentation for the `TuneModelMetadata` class within the Google Cloud Retail v2 API."],["The latest version of the API available is 2.12.0, and the page includes a list of all versions from 1.0.0 up to 2.12.0 with their corresponding links."],["`TuneModelMetadata` is used to define metadata associated with a tune operation and is derived from multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes a `Model` property, which contains the resource name of the associated model in the format `projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}`."],["The class also contains two constructors, one default and one that accepts another `TuneModelMetadata` object as a parameter."]]],[]]