trainingLoss property

double? trainingLoss
getter/setter pair

[Output-only, Beta] Training loss computed on the training data at the end of the iteration.

The training loss function is defined by model type.

Implementation

core.double? trainingLoss;