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