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