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