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-17 UTC."],[[["The latest version available for the `CreateModelRequest` is 2.12.0, with version 2.10.0 being the current version in focus on this page, and numerous older versions ranging down to 1.0.0 are also accessible."],["`CreateModelRequest` is a class within the Retail v2 API that is used to request the creation of a new model, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `DryRun`, `Model`, and `Parent`, which control whether to validate the request, set the payload of the model, and define the resource under which the model is created, respectively."],["There are two constructors available for creating a `CreateModelRequest` object, one default constructor and one that takes another `CreateModelRequest` object as a parameter."],["The `ParentAsCatalogName` property provides a view over the `Parent` resource name property in the form of a `CatalogName` type."]]],[]]