public sealed class GetModelRequest : IMessage<GetModelRequest>, IEquatable<GetModelRequest>, IDeepCloneable<GetModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GetModelRequest.
[[["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 webpage provides reference documentation for the `GetModelRequest` class within the Google Cloud Translation v3 API, specifically for version 3.8.0, with links to other versions as well."],["`GetModelRequest` is a request message used to retrieve a specific translation model and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `GetModelRequest()` and an overload `GetModelRequest(GetModelRequest other)` to copy an existing request."],["The `GetModelRequest` class contains two properties, `ModelName`, which provides a typed view over the resource name property, and `Name`, which is a string representing the required resource name of the model to be retrieved."],["The latest version of the documentation linked is 3.9.0, and multiple other versions of the reference documentation are readily available ranging from 2.2.0 to 3.8.0."]]],[]]