public sealed class GetDeploymentResourcePoolRequest : IMessage<GetDeploymentResourcePoolRequest>, IEquatable<GetDeploymentResourcePoolRequest>, IDeepCloneable<GetDeploymentResourcePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetDeploymentResourcePoolRequest.
Request message for GetDeploymentResourcePool method.
Required. The name of the DeploymentResourcePool to retrieve.
Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
[[["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 `GetDeploymentResourcePoolRequest` class is a request message for the `GetDeploymentResourcePool` method within the Vertex AI v1beta1 API, used to retrieve information about a specific deployment resource pool."],["This class, part of the `Google.Cloud.AIPlatform.V1Beta1` namespace in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetDeploymentResourcePoolRequest` class has two constructors: one default and another that accepts another `GetDeploymentResourcePoolRequest` instance for initialization, allowing a user to pass in a parameter of `other` to create a copy."],["The class includes two properties: `DeploymentResourcePoolName`, which is a typed view over the resource name, and `Name`, which is a string representing the required resource name of the DeploymentResourcePool to retrieve in the format `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`."],["The latest version of this class available is 1.0.0-beta21, with a prior version of 1.0.0-beta20 also listed for reference."]]],[]]