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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]