pub struct BoostedTreesCreateQuantileStreamResourceInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesCreateQuantileStreamResource’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesCreateQuantileStreamResource Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesCreateQuantileStreamResourceInst
impl BoostedTreesCreateQuantileStreamResourceInst
sourcepub fn quantile_stream_resource_handle(&self) -> Input<'_>
pub fn quantile_stream_resource_handle(&self) -> Input<'_>
Returns the ‘quantile_stream_resource_handle’ Input of this ‘BoostedTreesCreateQuantileStreamResource’ operation.
sourcepub fn epsilon(&self) -> Input<'_>
pub fn epsilon(&self) -> Input<'_>
Returns the ‘epsilon’ Input of this ‘BoostedTreesCreateQuantileStreamResource’ operation.
sourcepub fn num_streams(&self) -> Input<'_>
pub fn num_streams(&self) -> Input<'_>
Returns the ‘num_streams’ Input of this ‘BoostedTreesCreateQuantileStreamResource’ operation.
Trait Implementations§
source§impl Clone for BoostedTreesCreateQuantileStreamResourceInst
impl Clone for BoostedTreesCreateQuantileStreamResourceInst
source§fn clone(&self) -> BoostedTreesCreateQuantileStreamResourceInst
fn clone(&self) -> BoostedTreesCreateQuantileStreamResourceInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<BoostedTreesCreateQuantileStreamResourceInst> for Operation
impl From<BoostedTreesCreateQuantileStreamResourceInst> for Operation
source§fn from(inst: BoostedTreesCreateQuantileStreamResourceInst) -> Operation
fn from(inst: BoostedTreesCreateQuantileStreamResourceInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BoostedTreesCreateQuantileStreamResourceInst
impl Send for BoostedTreesCreateQuantileStreamResourceInst
impl Sync for BoostedTreesCreateQuantileStreamResourceInst
impl Unpin for BoostedTreesCreateQuantileStreamResourceInst
impl UnwindSafe for BoostedTreesCreateQuantileStreamResourceInst
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