Struct tensorflow::ops::DataServiceDatasetInst
source · pub struct DataServiceDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘DataServiceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built DataServiceDataset Operation in a Tensorflow graph.
Implementations§
source§impl DataServiceDatasetInst
impl DataServiceDatasetInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘DataServiceDataset’ operation.
sourcepub fn dataset_id(&self) -> Input<'_>
pub fn dataset_id(&self) -> Input<'_>
Returns the ‘dataset_id’ Input of this ‘DataServiceDataset’ operation.
sourcepub fn processing_mode(&self) -> Input<'_>
pub fn processing_mode(&self) -> Input<'_>
Returns the ‘processing_mode’ Input of this ‘DataServiceDataset’ operation.
sourcepub fn address(&self) -> Input<'_>
pub fn address(&self) -> Input<'_>
Returns the ‘address’ Input of this ‘DataServiceDataset’ operation.
sourcepub fn protocol(&self) -> Input<'_>
pub fn protocol(&self) -> Input<'_>
Returns the ‘protocol’ Input of this ‘DataServiceDataset’ operation.
sourcepub fn job_name(&self) -> Input<'_>
pub fn job_name(&self) -> Input<'_>
Returns the ‘job_name’ Input of this ‘DataServiceDataset’ operation.
sourcepub fn max_outstanding_requests(&self) -> Input<'_>
pub fn max_outstanding_requests(&self) -> Input<'_>
Returns the ‘max_outstanding_requests’ Input of this ‘DataServiceDataset’ operation.
sourcepub fn iteration_counter(&self) -> Input<'_>
pub fn iteration_counter(&self) -> Input<'_>
Returns the ‘iteration_counter’ Input of this ‘DataServiceDataset’ operation.
Trait Implementations§
source§impl Clone for DataServiceDatasetInst
impl Clone for DataServiceDatasetInst
source§fn clone(&self) -> DataServiceDatasetInst
fn clone(&self) -> DataServiceDatasetInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more