Cloud AI Platform v1 API - Class DeploymentResourcePool (2.27.0)

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

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

A description of resources that can be shared by multiple DeployedModels, whose underlying specification consists of a DedicatedResources.

Inheritance

object > DeploymentResourcePool

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeploymentResourcePool()

public DeploymentResourcePool()

DeploymentResourcePool(DeploymentResourcePool)

public DeploymentResourcePool(DeploymentResourcePool other)
Parameter
NameDescription
otherDeploymentResourcePool

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this DeploymentResourcePool was created.

Property Value
TypeDescription
Timestamp

DedicatedResources

public DedicatedResources DedicatedResources { get; set; }

Required. The underlying DedicatedResources that the DeploymentResourcePool uses.

Property Value
TypeDescription
DedicatedResources

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; }

Immutable. The resource name of the DeploymentResourcePool. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

Property Value
TypeDescription
string