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

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