pub struct LoadTPUEmbeddingMDLAdagradLightParameters { /* private fields */ }
Expand description
Builder for the LoadTPUEmbeddingMDLAdagradLightParameters
operation.
Implementations§
source§impl LoadTPUEmbeddingMDLAdagradLightParameters
impl LoadTPUEmbeddingMDLAdagradLightParameters
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>, O3: Into<Output>>(
&self,
parameters: O0,
accumulators: O1,
weights: O2,
benefits: O3,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>( &self, parameters: O0, accumulators: O1, weights: O2, benefits: O3, scope: &mut Scope ) -> Result<Operation>
Builds the LoadTPUEmbeddingMDLAdagradLightParameters
operation.
sourcepub fn build_instance(
&self,
parameters: Output,
accumulators: Output,
weights: Output,
benefits: Output,
scope: &mut Scope
) -> Result<LoadTPUEmbeddingMDLAdagradLightParametersInst>
pub fn build_instance( &self, parameters: Output, accumulators: Output, weights: Output, benefits: Output, scope: &mut Scope ) -> Result<LoadTPUEmbeddingMDLAdagradLightParametersInst>
Builds a new instance of ‘LoadTPUEmbeddingMDLAdagradLightParameters’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Default for LoadTPUEmbeddingMDLAdagradLightParameters
impl Default for LoadTPUEmbeddingMDLAdagradLightParameters
source§fn default() -> LoadTPUEmbeddingMDLAdagradLightParameters
fn default() -> LoadTPUEmbeddingMDLAdagradLightParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LoadTPUEmbeddingMDLAdagradLightParameters
impl Send for LoadTPUEmbeddingMDLAdagradLightParameters
impl Sync for LoadTPUEmbeddingMDLAdagradLightParameters
impl Unpin for LoadTPUEmbeddingMDLAdagradLightParameters
impl UnwindSafe for LoadTPUEmbeddingMDLAdagradLightParameters
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