pub struct StatefulPartitionedCall { /* private fields */ }
Expand description
Builder for the StatefulPartitionedCall
operation.
Implementations§
Source§impl StatefulPartitionedCall
impl StatefulPartitionedCall
Sourcepub fn Tout<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
pub fn Tout<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
Sets the Tout
attribute.
Sourcepub fn config_proto<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn config_proto<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the config_proto
attribute.
Sourcepub fn executor_type<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn executor_type<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the executor_type
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for StatefulPartitionedCall
impl Debug for StatefulPartitionedCall
Source§impl Default for StatefulPartitionedCall
impl Default for StatefulPartitionedCall
Source§fn default() -> StatefulPartitionedCall
fn default() -> StatefulPartitionedCall
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatefulPartitionedCall
impl RefUnwindSafe for StatefulPartitionedCall
impl Send for StatefulPartitionedCall
impl Sync for StatefulPartitionedCall
impl Unpin for StatefulPartitionedCall
impl UnwindSafe for StatefulPartitionedCall
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more