#[non_exhaustive]pub struct StopTrainingEntityRecognizerInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for StopTrainingEntityRecognizerInput
impl Clone for StopTrainingEntityRecognizerInput
sourcefn clone(&self) -> StopTrainingEntityRecognizerInput
fn clone(&self) -> StopTrainingEntityRecognizerInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<StopTrainingEntityRecognizerInput> for StopTrainingEntityRecognizerInput
impl PartialEq<StopTrainingEntityRecognizerInput> for StopTrainingEntityRecognizerInput
sourcefn eq(&self, other: &StopTrainingEntityRecognizerInput) -> bool
fn eq(&self, other: &StopTrainingEntityRecognizerInput) -> bool
impl StructuralPartialEq for StopTrainingEntityRecognizerInput
Auto Trait Implementations
impl RefUnwindSafe for StopTrainingEntityRecognizerInput
impl Send for StopTrainingEntityRecognizerInput
impl Sync for StopTrainingEntityRecognizerInput
impl Unpin for StopTrainingEntityRecognizerInput
impl UnwindSafe for StopTrainingEntityRecognizerInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more