Uses of Class
software.amazon.awssdk.services.comprehend.model.CreateDatasetResponse
-
Packages that use CreateDatasetResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of CreateDatasetResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return CreateDatasetResponse Modifier and Type Method Description default CreateDatasetResponseComprehendClient. createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)Creates a dataset to upload training or test data for a model associated with a flywheel.default CreateDatasetResponseComprehendClient. createDataset(CreateDatasetRequest createDatasetRequest)Creates a dataset to upload training or test data for a model associated with a flywheel.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type CreateDatasetResponse Modifier and Type Method Description default CompletableFuture<CreateDatasetResponse>ComprehendAsyncClient. createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)Creates a dataset to upload training or test data for a model associated with a flywheel.default CompletableFuture<CreateDatasetResponse>ComprehendAsyncClient. createDataset(CreateDatasetRequest createDatasetRequest)Creates a dataset to upload training or test data for a model associated with a flywheel.
-