evaluatorType property

String? evaluatorType
getter/setter pair

Specifies the type of virtual machine to use for your training job's evaluator nodes.

The supported values are the same as those described in the entry for masterType. 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 evaluatorCount is greater than zero.

Optional.

Implementation

core.String? evaluatorType;