maxStepCount property

String? maxStepCount
getter/setter pair

Steps used in predicting the final objective for early stopped trials.

In general, it's set to be the same as the defined steps in training / tuning. If not defined, it will learn it from the completed trials. When use_steps is false, this field is set to the maximum elapsed seconds.

Implementation

core.String? maxStepCount;