#[non_exhaustive]pub struct StopTrainingEntityRecognizerInput { /* private fields */ }Implementations§
source§impl StopTrainingEntityRecognizerInput
impl StopTrainingEntityRecognizerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopTrainingEntityRecognizer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopTrainingEntityRecognizer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopTrainingEntityRecognizer>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopTrainingEntityRecognizerInput.
source§impl StopTrainingEntityRecognizerInput
impl StopTrainingEntityRecognizerInput
sourcepub fn entity_recognizer_arn(&self) -> Option<&str>
pub fn entity_recognizer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.
Trait Implementations§
source§impl Clone for StopTrainingEntityRecognizerInput
impl Clone for StopTrainingEntityRecognizerInput
source§fn clone(&self) -> StopTrainingEntityRecognizerInput
fn clone(&self) -> StopTrainingEntityRecognizerInput
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 PartialEq<StopTrainingEntityRecognizerInput> for StopTrainingEntityRecognizerInput
impl PartialEq<StopTrainingEntityRecognizerInput> for StopTrainingEntityRecognizerInput
source§fn eq(&self, other: &StopTrainingEntityRecognizerInput) -> bool
fn eq(&self, other: &StopTrainingEntityRecognizerInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.