pub fn boosted_trees_create_quantile_stream_resource<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    quantile_stream_resource_handle: O0,
    epsilon: O1,
    num_streams: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BoostedTreesCreateQuantileStreamResource::new().build(quantile_stream_resource_handle, epsilon, num_streams, scope).