Struct tensorflow::ops::BoostedTreesTrainingPredictInst
source · pub struct BoostedTreesTrainingPredictInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesTrainingPredict’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesTrainingPredict Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesTrainingPredictInst
impl BoostedTreesTrainingPredictInst
sourcepub fn partial_logits(&self) -> Output
pub fn partial_logits(&self) -> Output
Returns the ‘partial_logits’ Output of this ‘BoostedTreesTrainingPredict’ operation.
sourcepub fn tree_ids(&self) -> Output
pub fn tree_ids(&self) -> Output
Returns the ‘tree_ids’ Output of this ‘BoostedTreesTrainingPredict’ operation.
sourcepub fn node_ids(&self) -> Output
pub fn node_ids(&self) -> Output
Returns the ‘node_ids’ Output of this ‘BoostedTreesTrainingPredict’ operation.
sourcepub fn tree_ensemble_handle(&self) -> Input<'_>
pub fn tree_ensemble_handle(&self) -> Input<'_>
Returns the ‘tree_ensemble_handle’ Input of this ‘BoostedTreesTrainingPredict’ operation.
sourcepub fn cached_tree_ids(&self) -> Input<'_>
pub fn cached_tree_ids(&self) -> Input<'_>
Returns the ‘cached_tree_ids’ Input of this ‘BoostedTreesTrainingPredict’ operation.
sourcepub fn cached_node_ids(&self) -> Input<'_>
pub fn cached_node_ids(&self) -> Input<'_>
Returns the ‘cached_node_ids’ Input of this ‘BoostedTreesTrainingPredict’ operation.
sourcepub fn bucketized_features(&self) -> Result<Vec<Input<'_>>>
pub fn bucketized_features(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of bucketized_features for ‘bucketized_features’ Input of this BoostedTreesTrainingPredict operation.
Trait Implementations§
source§impl Clone for BoostedTreesTrainingPredictInst
impl Clone for BoostedTreesTrainingPredictInst
source§fn clone(&self) -> BoostedTreesTrainingPredictInst
fn clone(&self) -> BoostedTreesTrainingPredictInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more