outputDisplayName property

String? outputDisplayName
getter/setter pair

The display name of the output identified by output_index.

For example, the predicted class name by a multi-classification Model. This field is only populated iff the Model predicts display names as a separate field along with the explained output. The predicted display name must has the same shape of the explained output, and can be located using output_index.

Output only.

Implementation

core.String? outputDisplayName;