pub struct LoadTPUEmbeddingAdadeltaParameters { /* private fields */ }
Expand description
Builder for the LoadTPUEmbeddingAdadeltaParameters
operation.
Implementations§
Source§impl LoadTPUEmbeddingAdadeltaParameters
impl LoadTPUEmbeddingAdadeltaParameters
Sourcepub fn table_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn table_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the table_name
attribute.
Sourcepub fn num_shards<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_shards<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_shards
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
parameters: O0,
accumulators: O1,
updates: O2,
scope: &mut Scope,
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( &self, parameters: O0, accumulators: O1, updates: O2, scope: &mut Scope, ) -> Result<Operation>
Builds the LoadTPUEmbeddingAdadeltaParameters
operation.
Sourcepub fn build_instance(
&self,
parameters: Output,
accumulators: Output,
updates: Output,
scope: &mut Scope,
) -> Result<LoadTPUEmbeddingAdadeltaParametersInst>
pub fn build_instance( &self, parameters: Output, accumulators: Output, updates: Output, scope: &mut Scope, ) -> Result<LoadTPUEmbeddingAdadeltaParametersInst>
Builds a new instance of ‘LoadTPUEmbeddingAdadeltaParameters’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Source§impl Default for LoadTPUEmbeddingAdadeltaParameters
impl Default for LoadTPUEmbeddingAdadeltaParameters
Source§fn default() -> LoadTPUEmbeddingAdadeltaParameters
fn default() -> LoadTPUEmbeddingAdadeltaParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoadTPUEmbeddingAdadeltaParameters
impl RefUnwindSafe for LoadTPUEmbeddingAdadeltaParameters
impl Send for LoadTPUEmbeddingAdadeltaParameters
impl Sync for LoadTPUEmbeddingAdadeltaParameters
impl Unpin for LoadTPUEmbeddingAdadeltaParameters
impl UnwindSafe for LoadTPUEmbeddingAdadeltaParameters
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