//! 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.
pubmodrequest;pubmodresponse;#[cfg(feature ="http")]modhttp;#[cfg(feature ="http")]pubusehttp::*;