public sealed class CreateModelRequest : IMessage<CreateModelRequest>, IEquatable<CreateModelRequest>, IDeepCloneable<CreateModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CreateModelRequest.
[[["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-09 UTC."],[[["This document provides reference information for the `CreateModelRequest` class within the Google Cloud Retail v2 API, detailing its properties, constructors, and the interfaces it implements."],["The latest version of the API documentation is 2.12.0, with a history of versions going back to 1.0.0 for `CreateModelRequest`."],["`CreateModelRequest` allows you to define a request for creating a model, including parameters such as `DryRun` to validate the request without actually creating the model, `Model` which is the payload for the model, and `Parent` which determines the location for the new model to be created."],["The `CreateModelRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Retail.V2` namespace."],["The `CreateModelRequest` allows for two constructors, one being the default and the second allowing the copying of another `CreateModelRequest` object through it's `other` parameter."]]],[]]