default CreateDatasetResponse |
ComprehendClient.createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) |
Creates a dataset to upload training or test data for a model associated with a flywheel.
|
default CreateDatasetResponse |
ComprehendClient.createDataset(CreateDatasetRequest createDatasetRequest) |
Creates a dataset to upload training or test data for a model associated with a flywheel.
|
default CreateEndpointResponse |
ComprehendClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest) |
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
default CreateEndpointResponse |
ComprehendClient.createEndpoint(CreateEndpointRequest createEndpointRequest) |
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
default CreateFlywheelResponse |
ComprehendClient.createFlywheel(Consumer<CreateFlywheelRequest.Builder> createFlywheelRequest) |
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
default CreateFlywheelResponse |
ComprehendClient.createFlywheel(CreateFlywheelRequest createFlywheelRequest) |
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
default DeleteDocumentClassifierResponse |
ComprehendClient.deleteDocumentClassifier(Consumer<DeleteDocumentClassifierRequest.Builder> deleteDocumentClassifierRequest) |
Deletes a previously created document classifier
|
default DeleteDocumentClassifierResponse |
ComprehendClient.deleteDocumentClassifier(DeleteDocumentClassifierRequest deleteDocumentClassifierRequest) |
Deletes a previously created document classifier
|
default DeleteEndpointResponse |
ComprehendClient.deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest) |
Deletes a model-specific endpoint for a previously-trained custom model.
|
default DeleteEndpointResponse |
ComprehendClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest) |
Deletes a model-specific endpoint for a previously-trained custom model.
|
default DeleteEntityRecognizerResponse |
ComprehendClient.deleteEntityRecognizer(Consumer<DeleteEntityRecognizerRequest.Builder> deleteEntityRecognizerRequest) |
Deletes an entity recognizer.
|
default DeleteEntityRecognizerResponse |
ComprehendClient.deleteEntityRecognizer(DeleteEntityRecognizerRequest deleteEntityRecognizerRequest) |
Deletes an entity recognizer.
|
default DeleteFlywheelResponse |
ComprehendClient.deleteFlywheel(Consumer<DeleteFlywheelRequest.Builder> deleteFlywheelRequest) |
Deletes a flywheel.
|
default DeleteFlywheelResponse |
ComprehendClient.deleteFlywheel(DeleteFlywheelRequest deleteFlywheelRequest) |
Deletes a flywheel.
|
default DeleteResourcePolicyResponse |
ComprehendClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) |
Deletes a resource-based policy that is attached to a custom model.
|
default DeleteResourcePolicyResponse |
ComprehendClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) |
Deletes a resource-based policy that is attached to a custom model.
|
default DescribeDatasetResponse |
ComprehendClient.describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest) |
Returns information about the dataset that you specify.
|
default DescribeDatasetResponse |
ComprehendClient.describeDataset(DescribeDatasetRequest describeDatasetRequest) |
Returns information about the dataset that you specify.
|
default DescribeDocumentClassifierResponse |
ComprehendClient.describeDocumentClassifier(Consumer<DescribeDocumentClassifierRequest.Builder> describeDocumentClassifierRequest) |
Gets the properties associated with a document classifier.
|
default DescribeDocumentClassifierResponse |
ComprehendClient.describeDocumentClassifier(DescribeDocumentClassifierRequest describeDocumentClassifierRequest) |
Gets the properties associated with a document classifier.
|
default DescribeEndpointResponse |
ComprehendClient.describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest) |
Gets the properties associated with a specific endpoint.
|
default DescribeEndpointResponse |
ComprehendClient.describeEndpoint(DescribeEndpointRequest describeEndpointRequest) |
Gets the properties associated with a specific endpoint.
|
default DescribeEntityRecognizerResponse |
ComprehendClient.describeEntityRecognizer(Consumer<DescribeEntityRecognizerRequest.Builder> describeEntityRecognizerRequest) |
Provides details about an entity recognizer including status, S3 buckets containing training data, recognizer
metadata, metrics, and so on.
|
default DescribeEntityRecognizerResponse |
ComprehendClient.describeEntityRecognizer(DescribeEntityRecognizerRequest describeEntityRecognizerRequest) |
Provides details about an entity recognizer including status, S3 buckets containing training data, recognizer
metadata, metrics, and so on.
|
default DescribeFlywheelResponse |
ComprehendClient.describeFlywheel(Consumer<DescribeFlywheelRequest.Builder> describeFlywheelRequest) |
Provides configuration information about the flywheel.
|
default DescribeFlywheelResponse |
ComprehendClient.describeFlywheel(DescribeFlywheelRequest describeFlywheelRequest) |
Provides configuration information about the flywheel.
|
default DescribeFlywheelIterationResponse |
ComprehendClient.describeFlywheelIteration(Consumer<DescribeFlywheelIterationRequest.Builder> describeFlywheelIterationRequest) |
Retrieve the configuration properties of a flywheel iteration.
|
default DescribeFlywheelIterationResponse |
ComprehendClient.describeFlywheelIteration(DescribeFlywheelIterationRequest describeFlywheelIterationRequest) |
Retrieve the configuration properties of a flywheel iteration.
|
default DescribeResourcePolicyResponse |
ComprehendClient.describeResourcePolicy(Consumer<DescribeResourcePolicyRequest.Builder> describeResourcePolicyRequest) |
Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the
policy.
|
default DescribeResourcePolicyResponse |
ComprehendClient.describeResourcePolicy(DescribeResourcePolicyRequest describeResourcePolicyRequest) |
Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the
policy.
|
default ImportModelResponse |
ComprehendClient.importModel(Consumer<ImportModelRequest.Builder> importModelRequest) |
Creates a new custom model that replicates a source custom model that you import.
|
default ImportModelResponse |
ComprehendClient.importModel(ImportModelRequest importModelRequest) |
Creates a new custom model that replicates a source custom model that you import.
|
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) |
|
default ListDatasetsIterable |
ComprehendClient.listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest) |
|
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) |
|
default ListFlywheelIterationHistoryIterable |
ComprehendClient.listFlywheelIterationHistoryPaginator(ListFlywheelIterationHistoryRequest listFlywheelIterationHistoryRequest) |
|
default ListTagsForResourceResponse |
ComprehendClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Lists all tags associated with a given Amazon Comprehend resource.
|
default ListTagsForResourceResponse |
ComprehendClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Lists all tags associated with a given Amazon Comprehend resource.
|
default PutResourcePolicyResponse |
ComprehendClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) |
Attaches a resource-based policy to a custom model.
|
default PutResourcePolicyResponse |
ComprehendClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) |
Attaches a resource-based policy to a custom model.
|
default StartDocumentClassificationJobResponse |
ComprehendClient.startDocumentClassificationJob(Consumer<StartDocumentClassificationJobRequest.Builder> startDocumentClassificationJobRequest) |
Starts an asynchronous document classification job using a custom classification model.
|
default StartDocumentClassificationJobResponse |
ComprehendClient.startDocumentClassificationJob(StartDocumentClassificationJobRequest startDocumentClassificationJobRequest) |
Starts an asynchronous document classification job using a custom classification model.
|
default StartEntitiesDetectionJobResponse |
ComprehendClient.startEntitiesDetectionJob(Consumer<StartEntitiesDetectionJobRequest.Builder> startEntitiesDetectionJobRequest) |
Starts an asynchronous entity detection job for a collection of documents.
|
default StartEntitiesDetectionJobResponse |
ComprehendClient.startEntitiesDetectionJob(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest) |
Starts an asynchronous entity detection job for a collection of documents.
|
default StartFlywheelIterationResponse |
ComprehendClient.startFlywheelIteration(Consumer<StartFlywheelIterationRequest.Builder> startFlywheelIterationRequest) |
Start the flywheel iteration.This operation uses any new datasets to train a new model version.
|
default StartFlywheelIterationResponse |
ComprehendClient.startFlywheelIteration(StartFlywheelIterationRequest startFlywheelIterationRequest) |
Start the flywheel iteration.This operation uses any new datasets to train a new model version.
|
default StopTrainingDocumentClassifierResponse |
ComprehendClient.stopTrainingDocumentClassifier(Consumer<StopTrainingDocumentClassifierRequest.Builder> stopTrainingDocumentClassifierRequest) |
Stops a document classifier training job while in progress.
|
default StopTrainingDocumentClassifierResponse |
ComprehendClient.stopTrainingDocumentClassifier(StopTrainingDocumentClassifierRequest stopTrainingDocumentClassifierRequest) |
Stops a document classifier training job while in progress.
|
default StopTrainingEntityRecognizerResponse |
ComprehendClient.stopTrainingEntityRecognizer(Consumer<StopTrainingEntityRecognizerRequest.Builder> stopTrainingEntityRecognizerRequest) |
Stops an entity recognizer training job while in progress.
|
default StopTrainingEntityRecognizerResponse |
ComprehendClient.stopTrainingEntityRecognizer(StopTrainingEntityRecognizerRequest stopTrainingEntityRecognizerRequest) |
Stops an entity recognizer training job while in progress.
|
default TagResourceResponse |
ComprehendClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associates a specific tag with an Amazon Comprehend resource.
|
default TagResourceResponse |
ComprehendClient.tagResource(TagResourceRequest tagResourceRequest) |
Associates a specific tag with an Amazon Comprehend resource.
|
default UntagResourceResponse |
ComprehendClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes a specific tag associated with an Amazon Comprehend resource.
|
default UntagResourceResponse |
ComprehendClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes a specific tag associated with an Amazon Comprehend resource.
|
default UpdateEndpointResponse |
ComprehendClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest) |
Updates information about the specified endpoint.
|
default UpdateEndpointResponse |
ComprehendClient.updateEndpoint(UpdateEndpointRequest updateEndpointRequest) |
Updates information about the specified endpoint.
|
default UpdateFlywheelResponse |
ComprehendClient.updateFlywheel(Consumer<UpdateFlywheelRequest.Builder> updateFlywheelRequest) |
Update the configuration information for an existing flywheel.
|
default UpdateFlywheelResponse |
ComprehendClient.updateFlywheel(UpdateFlywheelRequest updateFlywheelRequest) |
Update the configuration information for an existing flywheel.
|