Struct aws_sdk_comprehend::operation::stop_training_document_classifier::StopTrainingDocumentClassifierInput
source · #[non_exhaustive]pub struct StopTrainingDocumentClassifierInput { /* private fields */ }Implementations§
source§impl StopTrainingDocumentClassifierInput
impl StopTrainingDocumentClassifierInput
sourcepub fn document_classifier_arn(&self) -> Option<&str>
pub fn document_classifier_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that identifies the document classifier currently being trained.
source§impl StopTrainingDocumentClassifierInput
impl StopTrainingDocumentClassifierInput
sourcepub fn builder() -> StopTrainingDocumentClassifierInputBuilder
pub fn builder() -> StopTrainingDocumentClassifierInputBuilder
Creates a new builder-style object to manufacture StopTrainingDocumentClassifierInput.
source§impl StopTrainingDocumentClassifierInput
impl StopTrainingDocumentClassifierInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopTrainingDocumentClassifier, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StopTrainingDocumentClassifier, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopTrainingDocumentClassifier>
Trait Implementations§
source§impl Clone for StopTrainingDocumentClassifierInput
impl Clone for StopTrainingDocumentClassifierInput
source§fn clone(&self) -> StopTrainingDocumentClassifierInput
fn clone(&self) -> StopTrainingDocumentClassifierInput
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<StopTrainingDocumentClassifierInput> for StopTrainingDocumentClassifierInput
impl PartialEq<StopTrainingDocumentClassifierInput> for StopTrainingDocumentClassifierInput
source§fn eq(&self, other: &StopTrainingDocumentClassifierInput) -> bool
fn eq(&self, other: &StopTrainingDocumentClassifierInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StopTrainingDocumentClassifierInput
Auto Trait Implementations§
impl RefUnwindSafe for StopTrainingDocumentClassifierInput
impl Send for StopTrainingDocumentClassifierInput
impl Sync for StopTrainingDocumentClassifierInput
impl Unpin for StopTrainingDocumentClassifierInput
impl UnwindSafe for StopTrainingDocumentClassifierInput
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