pub struct BoostedTreesFlushQuantileSummariesInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesFlushQuantileSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesFlushQuantileSummaries Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesFlushQuantileSummariesInst
impl BoostedTreesFlushQuantileSummariesInst
sourcepub fn summaries(&self) -> Result<Vec<Output>>
pub fn summaries(&self) -> Result<Vec<Output>>
Returns a Vector of summaries for ‘summaries’ Output of this BoostedTreesFlushQuantileSummaries operation.
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 ‘BoostedTreesFlushQuantileSummaries’ operation.
Trait Implementations§
source§impl Clone for BoostedTreesFlushQuantileSummariesInst
impl Clone for BoostedTreesFlushQuantileSummariesInst
source§fn clone(&self) -> BoostedTreesFlushQuantileSummariesInst
fn clone(&self) -> BoostedTreesFlushQuantileSummariesInst
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<BoostedTreesFlushQuantileSummariesInst> for Operation
impl From<BoostedTreesFlushQuantileSummariesInst> for Operation
source§fn from(inst: BoostedTreesFlushQuantileSummariesInst) -> Operation
fn from(inst: BoostedTreesFlushQuantileSummariesInst) -> Operation
Converts to this type from the input type.