master Type
Parameters
Specifies the type of virtual machine to use for your training job's master worker. You must specify this field when scaleTier
is set to CUSTOM
. You can use certain Compute Engine machine types directly in this field. The following types are supported: - n1-standard-4
- n1-standard-8
- n1-standard-16
- n1-standard-32
- n1-standard-64
- n1-standard-96
- n1-highmem-2
- n1-highmem-4
- n1-highmem-8
- n1-highmem-16
- n1-highmem-32
- n1-highmem-64
- n1-highmem-96
- n1-highcpu-16
- n1-highcpu-32
- n1-highcpu-64
- n1-highcpu-96
Alternatively, you can use the following legacy machine types: - standard
- large_model
- complex_model_s
- complex_model_m
- complex_model_l
- standard_gpu
- complex_model_m_gpu
- complex_model_l_gpu
- standard_p100
- complex_model_m_p100
- standard_v100
- large_model_v100
- complex_model_m_v100
- complex_model_l_v100
Finally, if you want to use a TPU for training, specify cloud_tpu
in this field. Learn more about the special configuration options for training with TPU.