public sealed class DeploymentResourcePool : IMessage<DeploymentResourcePool>, IEquatable<DeploymentResourcePool>, IDeepCloneable<DeploymentResourcePool>, IBufferMessage, IMessageReference 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.
Implements
IMessageDeploymentResourcePool, IEquatableDeploymentResourcePool, IDeepCloneableDeploymentResourcePool, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
DeploymentResourcePool()
public DeploymentResourcePool()DeploymentResourcePool(DeploymentResourcePool)
public DeploymentResourcePool(DeploymentResourcePool other)| Parameter | |
|---|---|
| Name | Description |
other |
DeploymentResourcePool |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Timestamp when this DeploymentResourcePool was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DedicatedResources
public DedicatedResources DedicatedResources { get; set; }Required. The underlying DedicatedResources that the DeploymentResourcePool uses.
| Property Value | |
|---|---|
| Type | Description |
DedicatedResources |
|
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; }Immutable. The resource name of the DeploymentResourcePool.
Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
| Property Value | |
|---|---|
| Type | Description |
string |
|