recipe property

String? recipe
final

The recipe to use when training the MLModel. The Recipe provides detailed information about the observation data to use during training, and manipulations to perform on the observation data during training.

Implementation

final String? recipe;