Struct aws_sdk_comprehend::client::Client[][src]

pub struct Client<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description

An ergonomic service client for Comprehend_20171127.

This client allows ergonomic access to a Comprehend_20171127-shaped service. Each method corresponds to an endpoint defined in the service’s Smithy model, and the request and response shapes are auto-generated from that same model.

Using a Client

Once you have a client set up, you can access the service’s endpoints by calling the appropriate method on Client. Each such method returns a request builder for that endpoint, with methods for setting the various fields of the request. Once your request is complete, use the send method to send the request. send returns a future, which you then have to .await to get the service’s response.

Implementations

Creates a client with the given service configuration.

Returns the client’s configuration.

Constructs a fluent builder for the BatchDetectDominantLanguage operation.

See BatchDetectDominantLanguage for more information about the operation and its arguments.

Constructs a fluent builder for the BatchDetectEntities operation.

See BatchDetectEntities for more information about the operation and its arguments.

Constructs a fluent builder for the BatchDetectKeyPhrases operation.

See BatchDetectKeyPhrases for more information about the operation and its arguments.

Constructs a fluent builder for the BatchDetectSentiment operation.

See BatchDetectSentiment for more information about the operation and its arguments.

Constructs a fluent builder for the BatchDetectSyntax operation.

See BatchDetectSyntax for more information about the operation and its arguments.

Constructs a fluent builder for the ClassifyDocument operation.

See ClassifyDocument for more information about the operation and its arguments.

Constructs a fluent builder for the ContainsPiiEntities operation.

See ContainsPiiEntities for more information about the operation and its arguments.

Constructs a fluent builder for the CreateDocumentClassifier operation.

See CreateDocumentClassifier for more information about the operation and its arguments.

Constructs a fluent builder for the CreateEndpoint operation.

See CreateEndpoint for more information about the operation and its arguments.

Constructs a fluent builder for the CreateEntityRecognizer operation.

See CreateEntityRecognizer for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteDocumentClassifier operation.

See DeleteDocumentClassifier for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteEndpoint operation.

See DeleteEndpoint for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteEntityRecognizer operation.

See DeleteEntityRecognizer for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeDocumentClassificationJob operation.

See DescribeDocumentClassificationJob for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeDocumentClassifier operation.

See DescribeDocumentClassifier for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeDominantLanguageDetectionJob operation.

See DescribeDominantLanguageDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEndpoint operation.

See DescribeEndpoint for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEntitiesDetectionJob operation.

See DescribeEntitiesDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEntityRecognizer operation.

See DescribeEntityRecognizer for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEventsDetectionJob operation.

See DescribeEventsDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeKeyPhrasesDetectionJob operation.

See DescribeKeyPhrasesDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the DescribePiiEntitiesDetectionJob operation.

See DescribePiiEntitiesDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeSentimentDetectionJob operation.

See DescribeSentimentDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeTopicsDetectionJob operation.

See DescribeTopicsDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the DetectDominantLanguage operation.

See DetectDominantLanguage for more information about the operation and its arguments.

Constructs a fluent builder for the DetectEntities operation.

See DetectEntities for more information about the operation and its arguments.

Constructs a fluent builder for the DetectKeyPhrases operation.

See DetectKeyPhrases for more information about the operation and its arguments.

Constructs a fluent builder for the DetectPiiEntities operation.

See DetectPiiEntities for more information about the operation and its arguments.

Constructs a fluent builder for the DetectSentiment operation.

See DetectSentiment for more information about the operation and its arguments.

Constructs a fluent builder for the DetectSyntax operation.

See DetectSyntax for more information about the operation and its arguments.

Constructs a fluent builder for the ListDocumentClassificationJobs operation.

See ListDocumentClassificationJobs for more information about the operation and its arguments.

Constructs a fluent builder for the ListDocumentClassifiers operation.

See ListDocumentClassifiers for more information about the operation and its arguments.

Constructs a fluent builder for the ListDocumentClassifierSummaries operation.

See ListDocumentClassifierSummaries for more information about the operation and its arguments.

Constructs a fluent builder for the ListDominantLanguageDetectionJobs operation.

See ListDominantLanguageDetectionJobs for more information about the operation and its arguments.

Constructs a fluent builder for the ListEndpoints operation.

See ListEndpoints for more information about the operation and its arguments.

Constructs a fluent builder for the ListEntitiesDetectionJobs operation.

See ListEntitiesDetectionJobs for more information about the operation and its arguments.

Constructs a fluent builder for the ListEntityRecognizers operation.

See ListEntityRecognizers for more information about the operation and its arguments.

Constructs a fluent builder for the ListEntityRecognizerSummaries operation.

See ListEntityRecognizerSummaries for more information about the operation and its arguments.

Constructs a fluent builder for the ListEventsDetectionJobs operation.

See ListEventsDetectionJobs for more information about the operation and its arguments.

Constructs a fluent builder for the ListKeyPhrasesDetectionJobs operation.

See ListKeyPhrasesDetectionJobs for more information about the operation and its arguments.

Constructs a fluent builder for the ListPiiEntitiesDetectionJobs operation.

See ListPiiEntitiesDetectionJobs for more information about the operation and its arguments.

Constructs a fluent builder for the ListSentimentDetectionJobs operation.

See ListSentimentDetectionJobs for more information about the operation and its arguments.

Constructs a fluent builder for the ListTagsForResource operation.

See ListTagsForResource for more information about the operation and its arguments.

Constructs a fluent builder for the ListTopicsDetectionJobs operation.

See ListTopicsDetectionJobs for more information about the operation and its arguments.

Constructs a fluent builder for the StartDocumentClassificationJob operation.

See StartDocumentClassificationJob for more information about the operation and its arguments.

Constructs a fluent builder for the StartDominantLanguageDetectionJob operation.

See StartDominantLanguageDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StartEntitiesDetectionJob operation.

See StartEntitiesDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StartEventsDetectionJob operation.

See StartEventsDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StartKeyPhrasesDetectionJob operation.

See StartKeyPhrasesDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StartPiiEntitiesDetectionJob operation.

See StartPiiEntitiesDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StartSentimentDetectionJob operation.

See StartSentimentDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StartTopicsDetectionJob operation.

See StartTopicsDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StopDominantLanguageDetectionJob operation.

See StopDominantLanguageDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StopEntitiesDetectionJob operation.

See StopEntitiesDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StopEventsDetectionJob operation.

See StopEventsDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StopKeyPhrasesDetectionJob operation.

See StopKeyPhrasesDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StopPiiEntitiesDetectionJob operation.

See StopPiiEntitiesDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StopSentimentDetectionJob operation.

See StopSentimentDetectionJob for more information about the operation and its arguments.

Constructs a fluent builder for the StopTrainingDocumentClassifier operation.

See StopTrainingDocumentClassifier for more information about the operation and its arguments.

Constructs a fluent builder for the StopTrainingEntityRecognizer operation.

See StopTrainingEntityRecognizer for more information about the operation and its arguments.

Constructs a fluent builder for the TagResource operation.

See TagResource for more information about the operation and its arguments.

Constructs a fluent builder for the UntagResource operation.

See UntagResource for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateEndpoint operation.

See UpdateEndpoint for more information about the operation and its arguments.

Creates a client with the given service config and connector override.

Creates a new client from a shared config.

Creates a new client from the service Config.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more