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