public sealed class GetModelRequest : IMessage<GetModelRequest>, IEquatable<GetModelRequest>, IDeepCloneable<GetModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetModelRequest.
Request message for
[ModelService.GetModel][google.cloud.aiplatform.v1beta1.ModelService.GetModel].
Required. The name of the Model resource.
Format: projects/{project}/locations/{location}/models/{model}
In order to retrieve a specific version of the model, also provide
the version ID or version alias.
Example: projects/{project}/locations/{location}/models/{model}@2
or
projects/{project}/locations/{location}/models/{model}@golden
If no version ID or alias is specified, the "default" version will be
returned. The "default" version alias is created for the first version of
the model, and can be moved to other versions later on. There will be
exactly one default version.
[[["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-04-09 UTC."],[[["This page provides documentation for the `GetModelRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["`GetModelRequest` is a request message used to retrieve a specific model via `ModelService.GetModel`, inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetModelRequest` class has two constructors, a default constructor and another that takes a `GetModelRequest` object as a parameter."],["The `GetModelRequest` class contains two properties, `ModelName`, which provides a typed view of the model name resource, and `Name`, which is a string representing the name of the model to retrieve, and it's required."],["The `Name` property has a format that requires the project, location and model name, also allowing to provide a model version to retrieve a specific one."]]],[]]