public sealed class CreateModelMetadata : IMessage<CreateModelMetadata>, IEquatable<CreateModelMetadata>, IDeepCloneable<CreateModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CreateModelMetadata.
The resource name of the model that this create 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 documentation for the `CreateModelMetadata` class within the Google Cloud Retail V2 API for .NET."],["The latest version of the API documented is 2.12.0, but this page focuses on version 2.7.0, along with a historical archive of versions as far back as version 1.0.0."],["The `CreateModelMetadata` class, which is part of the `Google.Cloud.Retail.V2` namespace, is used for metadata associated with a create operation, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that accepts no arguments or an existing `CreateModelMetadata` object to copy, and includes a property named `Model` that is a string representing the resource name of the model."],["The documentation includes inheritance information and inherited members, including `object.GetHashCode()`, `object.GetType()`, and `object.ToString()`."]]],[]]