expectedTotalIterations property

String? expectedTotalIterations
getter/setter pair

[Output-only, Beta] Expected number of iterations for the create model query job specified as num_iterations in the input query.

The actual total number of iterations may be less than this number due to early stop.

Implementation

core.String? expectedTotalIterations;