pub fn boosted_trees_serialize_ensemble<O0: Into<Output>>(
    tree_ensemble_handle: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BoostedTreesSerializeEnsemble::new().build(tree_ensemble_handle, scope).