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 provides documentation for the `CreateModelRequest` class within the Google.Cloud.AutoML.V1 namespace, specifically version 2.6.0."],["`CreateModelRequest` is used to request the creation of a model in Google Cloud's AutoML service, inheriting from and implementing several interfaces like `IMessage` and `IEquatable`."],["The class includes properties like `Model`, `Parent`, and `ParentAsLocationName`, which are required to specify the model to be created and the location where it should reside."],["There are multiple versions available for this class, going all the way up to version 3.4.0, with the page detailing version 2.6.0."],["The `CreateModelRequest` class has two constructors available, a default one, and one that takes another `CreateModelRequest` object as a parameter."]]],[]]