hyperparameterMetricTag property

String? hyperparameterMetricTag
getter/setter pair

The TensorFlow summary tag name to use for optimizing trials.

For current versions of TensorFlow, this tag name should exactly match what is shown in TensorBoard, including all scopes. For versions of TensorFlow prior to 0.12, this should be only the tag passed to tf.Summary. By default, "training/hptuning/metric" will be used.

Optional.

Implementation

core.String? hyperparameterMetricTag;