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."],[[["This document provides reference documentation for the `CreateModelRequest` class within the Google Cloud Retail v2 API, detailing its properties, constructors, inheritance, and implemented interfaces."],["The latest version of the documentation is for version 2.12.0, with numerous older versions, dating back to 1.0.0, available for reference as well."],["The `CreateModelRequest` class is used to send a request for creating a model and has required fields such as `Parent` and `Model`, and an optional field `DryRun` which dictates whether the model creation is a test run or not."],["`CreateModelRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, indicating its structure and functionality within the .NET framework."],["It provides `CreateModelRequest()` and `CreateModelRequest(CreateModelRequest)` constructors and offers information about the parameters, name and descriptions, as well as each properties return type and description."]]],[]]