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."],[[["This webpage details the `CreateModelRequest` class, which is a request message used in Google Cloud AutoML V1 for creating models."],["The latest version of the `CreateModelRequest` is 3.4.0, with multiple older versions listed, including the currently displayed version, 2.3.0."],["`CreateModelRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains properties such as `Model`, `Parent`, and `ParentAsLocationName`, which are essential for defining and locating the model to be created."],["There are two constructors available: a default one, and another to construct a `CreateModelRequest` object by copying the content from another `CreateModelRequest` object."]]],[]]