Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 824 Bytes

V1beta1EarlyStoppingRule.md

File metadata and controls

14 lines (10 loc) · 824 Bytes

V1beta1EarlyStoppingRule

EarlyStoppingRule represents each rule for early stopping.

Properties

Name Type Description Notes
comparison str Comparison defines correlation between name and value. [optional]
name str Name contains metric name for the rule. [optional]
start_step int StartStep defines quantity of intermediate results that should be received before applying the rule. If start step is empty, rule is applied from the first recorded metric. [optional]
value str Value contains metric value for the rule. [optional]

[Back to Model list] [Back to API list] [Back to README]