outputDisplayName property
Output only. 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.
Implementation
final String outputDisplayName;