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 page details the `CreateModelRequest` class, which is a request message used for the `AutoMl.CreateModel` function in the Google Cloud AutoML V1 API."],["The `CreateModelRequest` class is available in multiple versions, ranging from 2.2.0 to the latest 3.4.0 version."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateModelRequest` class has properties such as `Model`, which represents the model to be created, and `Parent`, representing the resource name of the parent project."],["There are two constructors provided: a default `CreateModelRequest()` and another `CreateModelRequest(CreateModelRequest other)`, which allows creating a copy from another `CreateModelRequest` instance."]]],[]]