Struct aws_sdk_comprehend::operation::stop_training_entity_recognizer::builders::StopTrainingEntityRecognizerInputBuilder
source · #[non_exhaustive]pub struct StopTrainingEntityRecognizerInputBuilder { /* private fields */ }Expand description
A builder for StopTrainingEntityRecognizerInput.
Implementations§
source§impl StopTrainingEntityRecognizerInputBuilder
impl StopTrainingEntityRecognizerInputBuilder
sourcepub fn entity_recognizer_arn(self, input: impl Into<String>) -> Self
pub fn entity_recognizer_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.
sourcepub fn set_entity_recognizer_arn(self, input: Option<String>) -> Self
pub fn set_entity_recognizer_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.
sourcepub fn build(self) -> Result<StopTrainingEntityRecognizerInput, BuildError>
pub fn build(self) -> Result<StopTrainingEntityRecognizerInput, BuildError>
Consumes the builder and constructs a StopTrainingEntityRecognizerInput.
Trait Implementations§
source§impl Clone for StopTrainingEntityRecognizerInputBuilder
impl Clone for StopTrainingEntityRecognizerInputBuilder
source§fn clone(&self) -> StopTrainingEntityRecognizerInputBuilder
fn clone(&self) -> StopTrainingEntityRecognizerInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for StopTrainingEntityRecognizerInputBuilder
impl Default for StopTrainingEntityRecognizerInputBuilder
source§fn default() -> StopTrainingEntityRecognizerInputBuilder
fn default() -> StopTrainingEntityRecognizerInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopTrainingEntityRecognizerInputBuilder> for StopTrainingEntityRecognizerInputBuilder
impl PartialEq<StopTrainingEntityRecognizerInputBuilder> for StopTrainingEntityRecognizerInputBuilder
source§fn eq(&self, other: &StopTrainingEntityRecognizerInputBuilder) -> bool
fn eq(&self, other: &StopTrainingEntityRecognizerInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.