workerConfig property

GoogleCloudMlV1ReplicaConfig? workerConfig
getter/setter pair

The configuration for workers.

You should only set workerConfig.acceleratorConfig if workerType is set to a Compute Engine machine type. [Learn about restrictions on accelerator configurations for training.](/ai-platform/training/docs/using-gpus#compute-engine-machine-types-with-gpu) Set workerConfig.imageUri only if you build a custom image for your worker. If workerConfig.imageUri has not been set, AI Platform uses the value of masterConfig.imageUri. Learn more about [configuring custom containers](/ai-platform/training/docs/distributed-training-containers).

Optional.

Implementation

GoogleCloudMlV1ReplicaConfig? workerConfig;