trialId property

String? trialId
getter/setter pair

The 1-based ID of the trial to be exported from a hyperparameter tuning model.

If not specified, the trial with id = Model.defaultTrialId is exported. This field is ignored for models not trained with hyperparameter tuning.

Implementation

core.String? trialId;