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