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