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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]