| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| Modifier and Type | Method and Description |
|---|---|
default ListDatasetsResponse |
ComprehendClient.listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
List the datasets that you have configured in this Region.
|
default ListDatasetsResponse |
ComprehendClient.listDatasets(ListDatasetsRequest listDatasetsRequest)
List the datasets that you have configured in this Region.
|
default ListDatasetsIterable |
ComprehendClient.listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
List the datasets that you have configured in this Region.
|
default ListDatasetsIterable |
ComprehendClient.listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)
List the datasets that you have configured in this Region.
|
default ListDocumentClassificationJobsResponse |
ComprehendClient.listDocumentClassificationJobs()
Gets a list of the documentation classification jobs that you have submitted.
|
default ListDocumentClassificationJobsResponse |
ComprehendClient.listDocumentClassificationJobs(Consumer<ListDocumentClassificationJobsRequest.Builder> listDocumentClassificationJobsRequest)
Gets a list of the documentation classification jobs that you have submitted.
|
default ListDocumentClassificationJobsResponse |
ComprehendClient.listDocumentClassificationJobs(ListDocumentClassificationJobsRequest listDocumentClassificationJobsRequest)
Gets a list of the documentation classification jobs that you have submitted.
|
default ListDocumentClassificationJobsIterable |
ComprehendClient.listDocumentClassificationJobsPaginator()
Gets a list of the documentation classification jobs that you have submitted.
|
default ListDocumentClassificationJobsIterable |
ComprehendClient.listDocumentClassificationJobsPaginator(Consumer<ListDocumentClassificationJobsRequest.Builder> listDocumentClassificationJobsRequest)
Gets a list of the documentation classification jobs that you have submitted.
|
default ListDocumentClassificationJobsIterable |
ComprehendClient.listDocumentClassificationJobsPaginator(ListDocumentClassificationJobsRequest listDocumentClassificationJobsRequest)
Gets a list of the documentation classification jobs that you have submitted.
|
default ListDocumentClassifiersResponse |
ComprehendClient.listDocumentClassifiers()
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersResponse |
ComprehendClient.listDocumentClassifiers(Consumer<ListDocumentClassifiersRequest.Builder> listDocumentClassifiersRequest)
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersResponse |
ComprehendClient.listDocumentClassifiers(ListDocumentClassifiersRequest listDocumentClassifiersRequest)
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersIterable |
ComprehendClient.listDocumentClassifiersPaginator()
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersIterable |
ComprehendClient.listDocumentClassifiersPaginator(Consumer<ListDocumentClassifiersRequest.Builder> listDocumentClassifiersRequest)
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersIterable |
ComprehendClient.listDocumentClassifiersPaginator(ListDocumentClassifiersRequest listDocumentClassifiersRequest)
Gets a list of the document classifiers that you have created.
|
default ListDominantLanguageDetectionJobsResponse |
ComprehendClient.listDominantLanguageDetectionJobs()
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsResponse |
ComprehendClient.listDominantLanguageDetectionJobs(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsResponse |
ComprehendClient.listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsIterable |
ComprehendClient.listDominantLanguageDetectionJobsPaginator()
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsIterable |
ComprehendClient.listDominantLanguageDetectionJobsPaginator(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsIterable |
ComprehendClient.listDominantLanguageDetectionJobsPaginator(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsResponse |
ComprehendClient.listEntitiesDetectionJobs()
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsResponse |
ComprehendClient.listEntitiesDetectionJobs(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsResponse |
ComprehendClient.listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsIterable |
ComprehendClient.listEntitiesDetectionJobsPaginator()
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsIterable |
ComprehendClient.listEntitiesDetectionJobsPaginator(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsIterable |
ComprehendClient.listEntitiesDetectionJobsPaginator(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntityRecognizersResponse |
ComprehendClient.listEntityRecognizers()
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersResponse |
ComprehendClient.listEntityRecognizers(Consumer<ListEntityRecognizersRequest.Builder> listEntityRecognizersRequest)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersResponse |
ComprehendClient.listEntityRecognizers(ListEntityRecognizersRequest listEntityRecognizersRequest)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersIterable |
ComprehendClient.listEntityRecognizersPaginator()
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersIterable |
ComprehendClient.listEntityRecognizersPaginator(Consumer<ListEntityRecognizersRequest.Builder> listEntityRecognizersRequest)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersIterable |
ComprehendClient.listEntityRecognizersPaginator(ListEntityRecognizersRequest listEntityRecognizersRequest)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEventsDetectionJobsResponse |
ComprehendClient.listEventsDetectionJobs(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
default ListEventsDetectionJobsResponse |
ComprehendClient.listEventsDetectionJobs(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
default ListEventsDetectionJobsIterable |
ComprehendClient.listEventsDetectionJobsPaginator(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
default ListEventsDetectionJobsIterable |
ComprehendClient.listEventsDetectionJobsPaginator(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
default ListFlywheelIterationHistoryResponse |
ComprehendClient.listFlywheelIterationHistory(Consumer<ListFlywheelIterationHistoryRequest.Builder> listFlywheelIterationHistoryRequest)
Information about the history of a flywheel iteration.
|
default ListFlywheelIterationHistoryResponse |
ComprehendClient.listFlywheelIterationHistory(ListFlywheelIterationHistoryRequest listFlywheelIterationHistoryRequest)
Information about the history of a flywheel iteration.
|
default ListFlywheelIterationHistoryIterable |
ComprehendClient.listFlywheelIterationHistoryPaginator(Consumer<ListFlywheelIterationHistoryRequest.Builder> listFlywheelIterationHistoryRequest)
Information about the history of a flywheel iteration.
|
default ListFlywheelIterationHistoryIterable |
ComprehendClient.listFlywheelIterationHistoryPaginator(ListFlywheelIterationHistoryRequest listFlywheelIterationHistoryRequest)
Information about the history of a flywheel iteration.
|
default ListFlywheelsResponse |
ComprehendClient.listFlywheels(Consumer<ListFlywheelsRequest.Builder> listFlywheelsRequest)
Gets a list of the flywheels that you have created.
|
default ListFlywheelsResponse |
ComprehendClient.listFlywheels(ListFlywheelsRequest listFlywheelsRequest)
Gets a list of the flywheels that you have created.
|
default ListFlywheelsIterable |
ComprehendClient.listFlywheelsPaginator(Consumer<ListFlywheelsRequest.Builder> listFlywheelsRequest)
Gets a list of the flywheels that you have created.
|
default ListFlywheelsIterable |
ComprehendClient.listFlywheelsPaginator(ListFlywheelsRequest listFlywheelsRequest)
Gets a list of the flywheels that you have created.
|
default ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs()
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsIterable |
ComprehendClient.listKeyPhrasesDetectionJobsPaginator()
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsIterable |
ComprehendClient.listKeyPhrasesDetectionJobsPaginator(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsIterable |
ComprehendClient.listKeyPhrasesDetectionJobsPaginator(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
default ListPiiEntitiesDetectionJobsResponse |
ComprehendClient.listPiiEntitiesDetectionJobs(Consumer<ListPiiEntitiesDetectionJobsRequest.Builder> listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
default ListPiiEntitiesDetectionJobsResponse |
ComprehendClient.listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
default ListPiiEntitiesDetectionJobsIterable |
ComprehendClient.listPiiEntitiesDetectionJobsPaginator(Consumer<ListPiiEntitiesDetectionJobsRequest.Builder> listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
default ListPiiEntitiesDetectionJobsIterable |
ComprehendClient.listPiiEntitiesDetectionJobsPaginator(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
default ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs()
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsIterable |
ComprehendClient.listSentimentDetectionJobsPaginator()
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsIterable |
ComprehendClient.listSentimentDetectionJobsPaginator(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsIterable |
ComprehendClient.listSentimentDetectionJobsPaginator(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
default ListTargetedSentimentDetectionJobsResponse |
ComprehendClient.listTargetedSentimentDetectionJobs(Consumer<ListTargetedSentimentDetectionJobsRequest.Builder> listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
default ListTargetedSentimentDetectionJobsResponse |
ComprehendClient.listTargetedSentimentDetectionJobs(ListTargetedSentimentDetectionJobsRequest listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
default ListTargetedSentimentDetectionJobsIterable |
ComprehendClient.listTargetedSentimentDetectionJobsPaginator(Consumer<ListTargetedSentimentDetectionJobsRequest.Builder> listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
default ListTargetedSentimentDetectionJobsIterable |
ComprehendClient.listTargetedSentimentDetectionJobsPaginator(ListTargetedSentimentDetectionJobsRequest listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
default ListTopicsDetectionJobsResponse |
ComprehendClient.listTopicsDetectionJobs()
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsResponse |
ComprehendClient.listTopicsDetectionJobs(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsResponse |
ComprehendClient.listTopicsDetectionJobs(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsIterable |
ComprehendClient.listTopicsDetectionJobsPaginator()
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsIterable |
ComprehendClient.listTopicsDetectionJobsPaginator(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsIterable |
ComprehendClient.listTopicsDetectionJobsPaginator(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
Copyright © 2023. All rights reserved.