Class: Google::Cloud::AIPlatform::V1::WorkerPoolSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::WorkerPoolSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/custom_job.rb
Overview
Represents the spec of a worker pool in a job.
Instance Attribute Summary collapse
-
#container_spec ⇒ ::Google::Cloud::AIPlatform::V1::ContainerSpec
The custom container task.
-
#disk_spec ⇒ ::Google::Cloud::AIPlatform::V1::DiskSpec
Disk spec.
-
#machine_spec ⇒ ::Google::Cloud::AIPlatform::V1::MachineSpec
Optional.
-
#nfs_mounts ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NfsMount>
Optional.
-
#python_package_spec ⇒ ::Google::Cloud::AIPlatform::V1::PythonPackageSpec
The Python packaged task.
-
#replica_count ⇒ ::Integer
Optional.
Instance Attribute Details
#container_spec ⇒ ::Google::Cloud::AIPlatform::V1::ContainerSpec
Returns The custom container task.
276 277 278 279 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 276 class WorkerPoolSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_spec ⇒ ::Google::Cloud::AIPlatform::V1::DiskSpec
Returns Disk spec.
276 277 278 279 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 276 class WorkerPoolSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_spec ⇒ ::Google::Cloud::AIPlatform::V1::MachineSpec
Returns Optional. Immutable. The specification of a single machine.
276 277 278 279 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 276 class WorkerPoolSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nfs_mounts ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NfsMount>
Returns Optional. List of NFS mount spec.
276 277 278 279 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 276 class WorkerPoolSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#python_package_spec ⇒ ::Google::Cloud::AIPlatform::V1::PythonPackageSpec
Returns The Python packaged task.
276 277 278 279 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 276 class WorkerPoolSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replica_count ⇒ ::Integer
Returns Optional. The number of worker replicas to use for this worker pool.
276 277 278 279 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 276 class WorkerPoolSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |