- 1.35.0 (latest)
- 1.34.0
- 1.33.0
- 1.32.1
- 1.31.0
- 1.30.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.39.0
- 0.38.0
- 0.37.1
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.2
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.1
- 0.10.0
Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ResourcePool.
Represents the spec of a group of resources of the same type, for example machine type, disk, and accelerators, in a PersistentResource.
Generated from protobuf message google.cloud.aiplatform.v1.ResourcePool
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
Immutable. The unique ID in a PersistentResource for referring to this resource pool. User can specify it if necessary. Otherwise, it's generated automatically.
↳ machine_spec
↳ replica_count
int|string
Optional. The total number of machines to use for this resource pool.
↳ disk_spec
↳ used_replica_count
int|string
Output only. The number of machines currently in use by training jobs for this resource pool. Will replace idle_replica_count.
↳ autoscaling_spec
Google\Cloud\AIPlatform\V1\ResourcePool\AutoscalingSpec
Optional. Optional spec to configure GKE or Ray-on-Vertex autoscaling
getId
Immutable. The unique ID in a PersistentResource for referring to this resource pool. User can specify it if necessary. Otherwise, it's generated automatically.
string
setId
Immutable. The unique ID in a PersistentResource for referring to this resource pool. User can specify it if necessary. Otherwise, it's generated automatically.
var
string
$this
getMachineSpec
Required. Immutable. The specification of a single machine.
hasMachineSpec
clearMachineSpec
setMachineSpec
Required. Immutable. The specification of a single machine.
$this
getReplicaCount
Optional. The total number of machines to use for this resource pool.
int|string
hasReplicaCount
clearReplicaCount
setReplicaCount
Optional. The total number of machines to use for this resource pool.
var
int|string
$this
getDiskSpec
Optional. Disk spec for the machine in this node pool.
hasDiskSpec
clearDiskSpec
setDiskSpec
Optional. Disk spec for the machine in this node pool.
$this
getUsedReplicaCount
Output only. The number of machines currently in use by training jobs for this resource pool. Will replace idle_replica_count.
int|string
setUsedReplicaCount
Output only. The number of machines currently in use by training jobs for this resource pool. Will replace idle_replica_count.
var
int|string
$this
getAutoscalingSpec
Optional. Optional spec to configure GKE or Ray-on-Vertex autoscaling
hasAutoscalingSpec
clearAutoscalingSpec
setAutoscalingSpec
Optional. Optional spec to configure GKE or Ray-on-Vertex autoscaling
$this