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, with multiple previous versions also accessible, starting from version 2.2.0."],["`CreateModelRequest` is a class used as a request message for the `AutoMl.CreateModel` method within the Google Cloud AutoML V1 API."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["The `CreateModelRequest` class requires two properties: `Model`, which specifies the model to be created, and `Parent`, representing the resource name of the parent project."],["The class offers a `ParentAsLocationName` property which provides a typed view over the `Parent` resource, utilizing `LocationName`."]]],[]]