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.
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 Freeze for BoostedTreesCreateQuantileStreamResource
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