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