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 latest version of the `CreateModelRequest` class in the Google Cloud Translation v3 API is 3.9.0, with several previous versions available for reference."],["`CreateModelRequest` is a class used as a request message for creating a model within the Google Cloud Translation v3 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for extensive functionality and compatibility."],["The `CreateModelRequest` class requires two key properties to be set, `Model`, which is the model to create, and `Parent`, the project name with location."],["It offers constructors to create new instances either as an empty request or by copying an existing `CreateModelRequest` object."]]],[]]