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"]],[["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 of the `CreateModelRequest` class is 3.4.0, with prior versions available dating back to 2.2.0, all accessible via their respective documentation links."],["The `CreateModelRequest` class, part of the Google AutoML v1 API, is used to send requests for creating new models."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET functionalities."],["`CreateModelRequest` requires properties for `Model`, which specifies the details of the model to be created, and `Parent`, which indicates the project location for creating said model."],["There are two constuctors for `CreateModelRequest`, the first being empty, and the second taking another `CreateModelRequest` as a parameter."]]],[]]