Class AsyncEvaluationSetsClient


  • public class AsyncEvaluationSetsClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncEvaluationSetsClient

        public AsyncEvaluationSetsClient​(ClientOptions clientOptions)
    • Method Detail

      • create

        public java.util.concurrent.CompletableFuture<EvaluationSet> create​(EvaluationSetsCreateRequest request)
        Evaluation sets are collections of files and expected outputs that are used to evaluate the performance of a given extractor, classifier, or splitter. This endpoint will create a new evaluation set, which items can be added to using the Create Evaluation Set Item endpoint.

        Note: It is not necessary to create an evaluation set via API. You can also create an evaluation set via the Extend dashboard and take the ID from there. To learn more about how to create evaluation sets, see the Evaluation Sets product page.

      • create

        public java.util.concurrent.CompletableFuture<EvaluationSet> create​(EvaluationSetsCreateRequest request,
                                                                            RequestOptions requestOptions)
        Evaluation sets are collections of files and expected outputs that are used to evaluate the performance of a given extractor, classifier, or splitter. This endpoint will create a new evaluation set, which items can be added to using the Create Evaluation Set Item endpoint.

        Note: It is not necessary to create an evaluation set via API. You can also create an evaluation set via the Extend dashboard and take the ID from there. To learn more about how to create evaluation sets, see the Evaluation Sets product page.

      • retrieve

        public java.util.concurrent.CompletableFuture<EvaluationSet> retrieve​(java.lang.String id)
        Retrieve a specific evaluation set by ID. This returns an evaluation set object, but does not include the items in the evaluation set. You can use the List Evaluation Set Items endpoint to get the items in an evaluation set.
      • retrieve

        public java.util.concurrent.CompletableFuture<EvaluationSet> retrieve​(java.lang.String id,
                                                                              RequestOptions requestOptions)
        Retrieve a specific evaluation set by ID. This returns an evaluation set object, but does not include the items in the evaluation set. You can use the List Evaluation Set Items endpoint to get the items in an evaluation set.
      • retrieve

        public java.util.concurrent.CompletableFuture<EvaluationSet> retrieve​(java.lang.String id,
                                                                              EvaluationSetsRetrieveRequest request)
        Retrieve a specific evaluation set by ID. This returns an evaluation set object, but does not include the items in the evaluation set. You can use the List Evaluation Set Items endpoint to get the items in an evaluation set.