Running jobs on the cloud

How are models trained on the cloud? It seems from observing the training that its a cross-validation approach. If so, approximately how many samples are their per batch (or how many folds)? I am trying to set an appropriate batch size.

They are trained using the train method.

You can choose the train frequency before creating a Run. The model state need to be stored in the resources/ directory.