Class: Google::Cloud::AIPlatform::V1::WorkerPoolSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#container_spec::Google::Cloud::AIPlatform::V1::ContainerSpec

Returns The custom container task.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)

    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