Class Google::Cloud::AIPlatform::V1::WorkerPoolSpec (v0.1.0)

Represents the spec of a worker pool in a job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#container_spec

def container_spec() -> ::Google::Cloud::AIPlatform::V1::ContainerSpec
Returns

#container_spec=

def container_spec=(value) -> ::Google::Cloud::AIPlatform::V1::ContainerSpec
Parameter
Returns

#disk_spec

def disk_spec() -> ::Google::Cloud::AIPlatform::V1::DiskSpec

#disk_spec=

def disk_spec=(value) -> ::Google::Cloud::AIPlatform::V1::DiskSpec
Parameter

#machine_spec

def machine_spec() -> ::Google::Cloud::AIPlatform::V1::MachineSpec
Returns

#machine_spec=

def machine_spec=(value) -> ::Google::Cloud::AIPlatform::V1::MachineSpec
Parameter
Returns

#python_package_spec

def python_package_spec() -> ::Google::Cloud::AIPlatform::V1::PythonPackageSpec
Returns

#python_package_spec=

def python_package_spec=(value) -> ::Google::Cloud::AIPlatform::V1::PythonPackageSpec
Parameter
Returns

#replica_count

def replica_count() -> ::Integer
Returns
  • (::Integer) — Optional. The number of worker replicas to use for this worker pool.

#replica_count=

def replica_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The number of worker replicas to use for this worker pool.
Returns
  • (::Integer) — Optional. The number of worker replicas to use for this worker pool.