Class GoogleCloudAiplatformV1ResourcePool
Represents the spec of a group of resources of the same type, for example machine type, disk, and accelerators, in a PersistentResource.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ResourcePool : IDirectResponseSchema
Properties
AutoscalingSpec
Optional. Optional spec to configure GKE or Ray-on-Vertex autoscaling
Declaration
[JsonProperty("autoscalingSpec")]
public virtual GoogleCloudAiplatformV1ResourcePoolAutoscalingSpec AutoscalingSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ResourcePoolAutoscalingSpec |
DiskSpec
Optional. Disk spec for the machine in this node pool.
Declaration
[JsonProperty("diskSpec")]
public virtual GoogleCloudAiplatformV1DiskSpec DiskSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1DiskSpec |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Immutable. The unique ID in a PersistentResource for referring to this resource pool. User can specify it if necessary. Otherwise, it's generated automatically.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineSpec
Required. Immutable. The specification of a single machine.
Declaration
[JsonProperty("machineSpec")]
public virtual GoogleCloudAiplatformV1MachineSpec MachineSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1MachineSpec |
ReplicaCount
Optional. The total number of machines to use for this resource pool.
Declaration
[JsonProperty("replicaCount")]
public virtual long? ReplicaCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
UsedReplicaCount
Output only. The number of machines currently in use by training jobs for this resource pool. Will replace idle_replica_count.
Declaration
[JsonProperty("usedReplicaCount")]
public virtual long? UsedReplicaCount { get; set; }
Property Value
Type | Description |
---|---|
long? |