validateOnly property

bool? validateOnly
getter/setter pair

Run in validate only mode, no fine tuning will actually run.

Data quality validations like training data distributions will run. Even when set to false, the data quality validations will still run but once the validations complete we will proceed with the fine tune, if applicable.

Optional.

Implementation

core.bool? validateOnly;