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 CreateDocumentClassifierResponse |
ComprehendClient.createDocumentClassifier(Consumer<CreateDocumentClassifierRequest.Builder> createDocumentClassifierRequest) |
Creates a new document classifier that you can use to categorize documents.
|
default CreateDocumentClassifierResponse |
ComprehendClient.createDocumentClassifier(CreateDocumentClassifierRequest createDocumentClassifierRequest) |
Creates a new document classifier that you can use to categorize documents.
|
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 CreateEntityRecognizerResponse |
ComprehendClient.createEntityRecognizer(Consumer<CreateEntityRecognizerRequest.Builder> createEntityRecognizerRequest) |
Creates an entity recognizer using submitted files.
|
default CreateEntityRecognizerResponse |
ComprehendClient.createEntityRecognizer(CreateEntityRecognizerRequest createEntityRecognizerRequest) |
Creates an entity recognizer using submitted files.
|
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 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 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.
|