Cloud AI Platform v1 API - Class GetDeploymentResourcePoolRequest (2.27.0)

public sealed class GetDeploymentResourcePoolRequest : IMessage<GetDeploymentResourcePoolRequest>, IEquatable<GetDeploymentResourcePoolRequest>, IDeepCloneable<GetDeploymentResourcePoolRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GetDeploymentResourcePoolRequest.

Request message for GetDeploymentResourcePool method.

Inheritance

object > GetDeploymentResourcePoolRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetDeploymentResourcePoolRequest()

public GetDeploymentResourcePoolRequest()

GetDeploymentResourcePoolRequest(GetDeploymentResourcePoolRequest)

public GetDeploymentResourcePoolRequest(GetDeploymentResourcePoolRequest other)
Parameter
NameDescription
otherGetDeploymentResourcePoolRequest

Properties

DeploymentResourcePoolName

public DeploymentResourcePoolName DeploymentResourcePoolName { get; set; }

DeploymentResourcePoolName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string