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 information for the `CreateModelRequest` class within the Google AutoML v1 API, focusing on version 3.3.0."],["`CreateModelRequest` is used to request the creation of a new model within the AutoML service, as indicated by the \"Request message for AutoMl.CreateModel\" description."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes properties for specifying the model to be created (`Model`) and the parent project's resource name (`Parent`), with an additional view over the parent property as `LocationName` for ease of use."],["The page includes links to various versions of the API, with version 3.4.0 being the latest, and version 3.3.0 being the version of focus."]]],[]]