public sealed class GetDeploymentResourcePoolRequest : IMessage<GetDeploymentResourcePoolRequest>, IEquatable<GetDeploymentResourcePoolRequest>, IDeepCloneable<GetDeploymentResourcePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `GetDeploymentResourcePoolRequest` class within the Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta02."],["The `GetDeploymentResourcePoolRequest` class is used to make requests to retrieve information about a specific DeploymentResourcePool and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This request class inherits from `object` and contains two constructors: a parameterless constructor and one that accepts another `GetDeploymentResourcePoolRequest` as a parameter."],["The class has two properties, `DeploymentResourcePoolName` and `Name`, the first of which provides a typed view over the second, which is a `string` representing the name of the deployment resource pool to retrieve."],["There are members inherited from `object` such as `GetHashCode`, `GetType`, and `ToString`, that are available to be called."]]],[]]