pub struct RaggedCountSparseOutput { /* private fields */ }
Expand description
Builder for the RaggedCountSparseOutput
operation.
Implementations§
Source§impl RaggedCountSparseOutput
impl RaggedCountSparseOutput
Sourcepub fn minlength<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn minlength<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the minlength
attribute.
Sourcepub fn maxlength<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn maxlength<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the maxlength
attribute.
Sourcepub fn binary_output<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn binary_output<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the binary_output
attribute.
Sourcepub fn output_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn output_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the output_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 RaggedCountSparseOutput
impl Debug for RaggedCountSparseOutput
Source§impl Default for RaggedCountSparseOutput
impl Default for RaggedCountSparseOutput
Source§fn default() -> RaggedCountSparseOutput
fn default() -> RaggedCountSparseOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RaggedCountSparseOutput
impl RefUnwindSafe for RaggedCountSparseOutput
impl Send for RaggedCountSparseOutput
impl Sync for RaggedCountSparseOutput
impl Unpin for RaggedCountSparseOutput
impl UnwindSafe for RaggedCountSparseOutput
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