GoogleCloudAiplatformV1WorkerPoolSpec class
Represents the spec of a worker pool in a job.
Constructors
-
GoogleCloudAiplatformV1WorkerPoolSpec({GoogleCloudAiplatformV1ContainerSpec? containerSpec, GoogleCloudAiplatformV1DiskSpec? diskSpec, GoogleCloudAiplatformV1MachineSpec? machineSpec, List<
GoogleCloudAiplatformV1NfsMount> ? nfsMounts, GoogleCloudAiplatformV1PythonPackageSpec? pythonPackageSpec, String? replicaCount}) - GoogleCloudAiplatformV1WorkerPoolSpec.fromJson(Map json_)
Properties
- containerSpec ↔ GoogleCloudAiplatformV1ContainerSpec?
-
The custom container task.
getter/setter pair
- diskSpec ↔ GoogleCloudAiplatformV1DiskSpec?
-
Disk spec.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- machineSpec ↔ GoogleCloudAiplatformV1MachineSpec?
-
The specification of a single machine.
getter/setter pair
-
nfsMounts
↔ List<
GoogleCloudAiplatformV1NfsMount> ? -
List of NFS mount spec.
getter/setter pair
- pythonPackageSpec ↔ GoogleCloudAiplatformV1PythonPackageSpec?
-
The Python packaged task.
getter/setter pair
- replicaCount ↔ String?
-
The number of worker replicas to use for this worker pool.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited