pub struct BoostedTreesCreateQuantileStreamResource { /* private fields */ }
Expand description
Builder for the BoostedTreesCreateQuantileStreamResource
operation.
Implementations§
source§impl BoostedTreesCreateQuantileStreamResource
impl BoostedTreesCreateQuantileStreamResource
sourcepub fn max_elements<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn max_elements<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the max_elements
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
quantile_stream_resource_handle: O0,
epsilon: O1,
num_streams: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( &self, quantile_stream_resource_handle: O0, epsilon: O1, num_streams: O2, scope: &mut Scope ) -> Result<Operation>
Builds the BoostedTreesCreateQuantileStreamResource
operation.
sourcepub fn build_instance(
&self,
quantile_stream_resource_handle: Output,
epsilon: Output,
num_streams: Output,
scope: &mut Scope
) -> Result<BoostedTreesCreateQuantileStreamResourceInst>
pub fn build_instance( &self, quantile_stream_resource_handle: Output, epsilon: Output, num_streams: Output, scope: &mut Scope ) -> Result<BoostedTreesCreateQuantileStreamResourceInst>
Builds a new instance of ‘BoostedTreesCreateQuantileStreamResource’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Default for BoostedTreesCreateQuantileStreamResource
impl Default for BoostedTreesCreateQuantileStreamResource
source§fn default() -> BoostedTreesCreateQuantileStreamResource
fn default() -> BoostedTreesCreateQuantileStreamResource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BoostedTreesCreateQuantileStreamResource
impl Send for BoostedTreesCreateQuantileStreamResource
impl Sync for BoostedTreesCreateQuantileStreamResource
impl Unpin for BoostedTreesCreateQuantileStreamResource
impl UnwindSafe for BoostedTreesCreateQuantileStreamResource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more