pub fn boosted_trees_quantile_stream_resource_flush<O0: Into<Output>, O1: Into<Output>>(
quantile_stream_resource_handle: O0,
num_buckets: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BoostedTreesQuantileStreamResourceFlush::new().build(quantile_stream_resource_handle, num_buckets, scope)
.