public sealed class CreateModelRequest : IMessage<CreateModelRequest>, IEquatable<CreateModelRequest>, IDeepCloneable<CreateModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class CreateModelRequest.
[[["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."],[[["The `CreateModelRequest` class is part of the Google Cloud Translation v3 API and is used to define the request message for creating a new translation model."],["The latest version available is 3.9.0, with version 3.8.0 being the current context for this documentation, and other previous versions listed."],["The `CreateModelRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties such as `Model`, which is a required field representing the model to be created, and `Parent`, a required string indicating the project and location."],["It allows for a `ParentAsLocationName` property which offers a `LocationName`-typed view over the Parent resource."]]],[]]