public sealed class CreateModelRequest : IMessage<CreateModelRequest>, IEquatable<CreateModelRequest>, IDeepCloneable<CreateModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class CreateModelRequest.
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 document provides reference documentation for the `CreateModelRequest` class within the Google AutoML v1 API, specifically for version 3.2.0."],["`CreateModelRequest` is a request message used for creating a model via the `AutoMl.CreateModel` method in the Google Cloud AutoML API."],["The `CreateModelRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and three key properties: `Model` (the model to be created), `Parent` (the parent project's resource name), and `ParentAsLocationName` (a typed view over the `Parent` property)."],["The document also references other versions of the Google Cloud AutoML v1 API class CreateModelRequest, ranging from version 2.2.0 to 3.4.0, the latest."]]],[]]