Struct tensorflow::ops::CSVDatasetInst
source · pub struct CSVDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘CSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built CSVDataset Operation in a Tensorflow graph.
Implementations§
source§impl CSVDatasetInst
impl CSVDatasetInst
sourcepub fn filenames(&self) -> Input<'_>
pub fn filenames(&self) -> Input<'_>
Returns the ‘filenames’ Input of this ‘CSVDataset’ operation.
sourcepub fn compression_type(&self) -> Input<'_>
pub fn compression_type(&self) -> Input<'_>
Returns the ‘compression_type’ Input of this ‘CSVDataset’ operation.
sourcepub fn buffer_size(&self) -> Input<'_>
pub fn buffer_size(&self) -> Input<'_>
Returns the ‘buffer_size’ Input of this ‘CSVDataset’ operation.
sourcepub fn field_delim(&self) -> Input<'_>
pub fn field_delim(&self) -> Input<'_>
Returns the ‘field_delim’ Input of this ‘CSVDataset’ operation.
sourcepub fn use_quote_delim(&self) -> Input<'_>
pub fn use_quote_delim(&self) -> Input<'_>
Returns the ‘use_quote_delim’ Input of this ‘CSVDataset’ operation.
sourcepub fn na_value(&self) -> Input<'_>
pub fn na_value(&self) -> Input<'_>
Returns the ‘na_value’ Input of this ‘CSVDataset’ operation.
sourcepub fn select_cols(&self) -> Input<'_>
pub fn select_cols(&self) -> Input<'_>
Returns the ‘select_cols’ Input of this ‘CSVDataset’ operation.
sourcepub fn record_defaults(&self) -> Input<'_>
pub fn record_defaults(&self) -> Input<'_>
Returns the ‘record_defaults’ Input of this ‘CSVDataset’ operation.
Trait Implementations§
source§impl Clone for CSVDatasetInst
impl Clone for CSVDatasetInst
source§fn clone(&self) -> CSVDatasetInst
fn clone(&self) -> CSVDatasetInst
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 Debug for CSVDatasetInst
impl Debug for CSVDatasetInst
source§impl From<CSVDatasetInst> for Operation
impl From<CSVDatasetInst> for Operation
source§fn from(inst: CSVDatasetInst) -> Operation
fn from(inst: CSVDatasetInst) -> Operation
Converts to this type from the input type.