pub struct BoostedTreesAggregateStats { /* private fields */ }
Expand description
Builder for the BoostedTreesAggregateStats
operation.
Implementations§
Source§impl BoostedTreesAggregateStats
impl BoostedTreesAggregateStats
Sourcepub fn max_splits<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn max_splits<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the max_splits
attribute.
Sourcepub fn num_buckets<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_buckets<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_buckets
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 Debug for BoostedTreesAggregateStats
impl Debug for BoostedTreesAggregateStats
Source§impl Default for BoostedTreesAggregateStats
impl Default for BoostedTreesAggregateStats
Source§fn default() -> BoostedTreesAggregateStats
fn default() -> BoostedTreesAggregateStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BoostedTreesAggregateStats
impl RefUnwindSafe for BoostedTreesAggregateStats
impl Send for BoostedTreesAggregateStats
impl Sync for BoostedTreesAggregateStats
impl Unpin for BoostedTreesAggregateStats
impl UnwindSafe for BoostedTreesAggregateStats
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