parameterServerType property

String? parameterServerType
getter/setter pair

Specifies the type of virtual machine to use for your training job's parameter server.

The supported values are the same as those described in the entry for master_type. This value must be consistent with the category of machine type that masterType uses. In other words, both must be Compute Engine machine types or both must be legacy machine types. This value must be present when scaleTier is set to CUSTOM and parameter_server_count is greater than zero.

Optional.

Implementation

core.String? parameterServerType;