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-04-17 UTC."],[[["The latest version available for `CreateModelRequest` is 3.4.0, while the current document focuses on version 2.4.0."],["`CreateModelRequest` is a request message used in AutoMl.CreateModel within the Google Cloud AutoML V1 service."],["This class inherits from `Object` and implements `IMessage\u003cCreateModelRequest\u003e`, `IEquatable\u003cCreateModelRequest\u003e`, `IDeepCloneable\u003cCreateModelRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `CreateModelRequest` class has properties for `Model`, `Parent`, and `ParentAsLocationName`, which define the model to be created and the location of the project."],["The class offers two constructors: a default constructor and one that accepts another `CreateModelRequest` object for initialization."]]],[]]