![]() |
tuner_fn returns a TunerFnResult that contains:
tfx.components.tuner.component.TunerFnResult(
tuner, fit_kwargs
)
- tuner: A BaseTuner that will be used for tuning.
- fit_kwargs: Args to pass to tuner's run_trial function for fitting the model , e.g., the training and validation dataset. Required args depend on the tuner's implementation.
Attributes | |
---|---|
tuner
|
|
fit_kwargs
|