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