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