public sealed class CreateModelRequest : IMessage<CreateModelRequest>, IEquatable<CreateModelRequest>, IDeepCloneable<CreateModelRequest>, IBufferMessage, IMessage
Request message for [AutoMl.CreateModel][google.cloud.automl.v1.AutoMl.CreateModel].
[[["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-03-21 UTC."],[[["The `CreateModelRequest` class is used to request the creation of a model within Google Cloud AutoML's API, specifically for version 2.2.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`, which allows for message management, equality checks, deep cloning, and buffered message handling."],["The `CreateModelRequest` class has properties such as `Model`, `Parent`, and `ParentAsLocationName` that are used to provide details about the model to be created and the project location where it should be placed."],["The latest version available for the `CreateModelRequest` is 3.4.0, with multiple older versions, from 3.3.0 down to 2.2.0, also listed and accessible."],["The `CreateModelRequest` class includes two constructors: one default constructor `CreateModelRequest()` and another that accepts another instance of `CreateModelRequest` as a parameter: `CreateModelRequest(CreateModelRequest other)`."]]],[]]