maxFailedTrials property

int? maxFailedTrials
getter/setter pair

The number of failed trials that need to be seen before failing the hyperparameter tuning job.

You can specify this field to override the default failing criteria for AI Platform hyperparameter tuning jobs. Defaults to zero, which means the service decides when a hyperparameter job should fail.

Optional.

Implementation

core.int? maxFailedTrials;