public sealed class GetDeploymentResourcePoolRequest : IMessage<GetDeploymentResourcePoolRequest>, IEquatable<GetDeploymentResourcePoolRequest>, IDeepCloneable<GetDeploymentResourcePoolRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetDeploymentResourcePoolRequest.
Request message for GetDeploymentResourcePool method.
Implements
IMessageGetDeploymentResourcePoolRequest, IEquatableGetDeploymentResourcePoolRequest, IDeepCloneableGetDeploymentResourcePoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetDeploymentResourcePoolRequest()
public GetDeploymentResourcePoolRequest()GetDeploymentResourcePoolRequest(GetDeploymentResourcePoolRequest)
public GetDeploymentResourcePoolRequest(GetDeploymentResourcePoolRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDeploymentResourcePoolRequest |
Properties
DeploymentResourcePoolName
public DeploymentResourcePoolName DeploymentResourcePoolName { get; set; }DeploymentResourcePoolName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DeploymentResourcePoolName |
|
Name
public string Name { get; set; }Required. The name of the DeploymentResourcePool to retrieve.
Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
| Property Value | |
|---|---|
| Type | Description |
string |
|