//! Profile computation (training) request and response types.
//!
//! Profile computations train a Profile by running a Function against a
//! dataset of example inputs with expected outputs, optimizing the weights
//! to minimize loss.
pub use *;
pub use *;