maxIterations property

String? maxIterations
getter/setter pair

Maximum number of iterations specified as max_iterations in the 'CREATE MODEL' query.

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

Output only.

Implementation

core.String? maxIterations;