Class AsyncRawEvaluationSetClient


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

      • AsyncRawEvaluationSetClient

        public AsyncRawEvaluationSetClient​(ClientOptions clientOptions)
    • Method Detail

      • list

        public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<EvaluationSetListResponse>> list()
        List evaluation sets in your account. You can use the processorId parameter to filter evaluation sets by processor.

        This endpoint returns a paginated response. You can use the nextPageToken to fetch subsequent results.

      • list

        public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<EvaluationSetListResponse>> list​(EvaluationSetListRequest request)
        List evaluation sets in your account. You can use the processorId parameter to filter evaluation sets by processor.

        This endpoint returns a paginated response. You can use the nextPageToken to fetch subsequent results.

      • create

        public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<EvaluationSetCreateResponse>> create​(EvaluationSetCreateRequest request)
        Evaluation sets are collections of files and expected outputs that are used to evaluate the performance of a given processor in Extend. This endpoint will create a new evaluation set in Extend, 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.

      • create

        public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<EvaluationSetCreateResponse>> create​(EvaluationSetCreateRequest request,
                                                                                                                    RequestOptions requestOptions)
        Evaluation sets are collections of files and expected outputs that are used to evaluate the performance of a given processor in Extend. This endpoint will create a new evaluation set in Extend, 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.