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