useChiefInTfConfig property

bool? useChiefInTfConfig
getter/setter pair

Use chief instead of master in the TF_CONFIG environment variable when training with a custom container.

Defaults to false. [Learn more about this field.](/ai-platform/training/docs/distributed-training-details#chief-versus-master) This field has no effect for training jobs that don't use a custom container.

Optional.

Implementation

core.bool? useChiefInTfConfig;