pub struct BoostedTreesMakeQuantileSummaries { /* private fields */ }
Expand description
Builder for the BoostedTreesMakeQuantileSummaries
operation.
Implementations§
Source§impl BoostedTreesMakeQuantileSummaries
impl BoostedTreesMakeQuantileSummaries
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.
Sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
float_values: O0,
example_weights: O1,
epsilon: O2,
scope: &mut Scope,
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( &self, float_values: O0, example_weights: O1, epsilon: O2, scope: &mut Scope, ) -> Result<Operation>
Builds the BoostedTreesMakeQuantileSummaries
operation.
Sourcepub fn build_instance(
&self,
float_values: Vec<Output>,
example_weights: Output,
epsilon: Output,
scope: &mut Scope,
) -> Result<BoostedTreesMakeQuantileSummariesInst>
pub fn build_instance( &self, float_values: Vec<Output>, example_weights: Output, epsilon: Output, scope: &mut Scope, ) -> Result<BoostedTreesMakeQuantileSummariesInst>
Builds a new instance of ‘BoostedTreesMakeQuantileSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Source§impl Default for BoostedTreesMakeQuantileSummaries
impl Default for BoostedTreesMakeQuantileSummaries
Source§fn default() -> BoostedTreesMakeQuantileSummaries
fn default() -> BoostedTreesMakeQuantileSummaries
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BoostedTreesMakeQuantileSummaries
impl RefUnwindSafe for BoostedTreesMakeQuantileSummaries
impl Send for BoostedTreesMakeQuantileSummaries
impl Sync for BoostedTreesMakeQuantileSummaries
impl Unpin for BoostedTreesMakeQuantileSummaries
impl UnwindSafe for BoostedTreesMakeQuantileSummaries
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