pub struct RetrieveTPUEmbeddingRMSPropParameters { /* private fields */ }
Expand description
Builder for the RetrieveTPUEmbeddingRMSPropParameters
operation.
Implementations§
Source§impl RetrieveTPUEmbeddingRMSPropParameters
impl RetrieveTPUEmbeddingRMSPropParameters
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(&self, scope: &mut Scope) -> Result<Operation>
pub fn build(&self, scope: &mut Scope) -> Result<Operation>
Builds the RetrieveTPUEmbeddingRMSPropParameters
operation.
Sourcepub fn build_instance(
&self,
scope: &mut Scope,
) -> Result<RetrieveTPUEmbeddingRMSPropParametersInst>
pub fn build_instance( &self, scope: &mut Scope, ) -> Result<RetrieveTPUEmbeddingRMSPropParametersInst>
Builds a new instance of ‘RetrieveTPUEmbeddingRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Source§impl Default for RetrieveTPUEmbeddingRMSPropParameters
impl Default for RetrieveTPUEmbeddingRMSPropParameters
Source§fn default() -> RetrieveTPUEmbeddingRMSPropParameters
fn default() -> RetrieveTPUEmbeddingRMSPropParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RetrieveTPUEmbeddingRMSPropParameters
impl RefUnwindSafe for RetrieveTPUEmbeddingRMSPropParameters
impl Send for RetrieveTPUEmbeddingRMSPropParameters
impl Sync for RetrieveTPUEmbeddingRMSPropParameters
impl Unpin for RetrieveTPUEmbeddingRMSPropParameters
impl UnwindSafe for RetrieveTPUEmbeddingRMSPropParameters
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