View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1WorkerPoolSpec (google_api_ai_platform v0.24.0)
Represents the spec of a worker pool in a job.
Attributes
-
containerSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ContainerSpec.t, default:nil) - The custom container task. -
diskSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DiskSpec.t, default:nil) - Disk spec. -
machineSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MachineSpec.t, default:nil) - Optional. Immutable. The specification of a single machine. -
nfsMounts(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NfsMount.t), default:nil) - Optional. List of NFS mount spec. -
pythonPackageSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PythonPackageSpec.t, default:nil) - The Python packaged task. -
replicaCount(type:String.t, default:nil) - Optional. The number of worker replicas to use for this worker pool.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1WorkerPoolSpec{ containerSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ContainerSpec.t() | nil, diskSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DiskSpec.t() | nil, machineSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MachineSpec.t() | nil, nfsMounts: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NfsMount.t()] | nil, pythonPackageSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PythonPackageSpec.t() | nil, replicaCount: String.t() | nil }