pub struct RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug { /* private fields */ }
Expand description
Builder for the RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
operation.
Implementations§
Source§impl RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
impl RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
.
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.
Trait Implementations§
Source§impl Default for RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
impl Default for RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
Source§fn default() -> RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
fn default() -> RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
impl RefUnwindSafe for RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
impl Send for RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
impl Sync for RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
impl Unpin for RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
impl UnwindSafe for RetrieveTPUEmbeddingFrequencyEstimatorParametersGradAccumDebug
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