Package ai.extend
Class AsyncExtendClient
- java.lang.Object
-
- ai.extend.AsyncExtendClientBase
-
- ai.extend.AsyncExtendClient
-
public class AsyncExtendClient extends AsyncExtendClientBase
Asynchronous (CompletableFuture-based) Extend API client.
-
-
Field Summary
-
Fields inherited from class ai.extend.AsyncExtendClientBase
batchProcessorRunClient, batchRunsClient, classifiersClient, classifierVersionsClient, classifyRunsClient, clientOptions, editRunsClient, editSchemasClient, editTemplatesClient, evaluationSetItemsClient, evaluationSetRunsClient, evaluationSetsClient, extractorsClient, extractorVersionsClient, extractRunsClient, filesClient, formDetectionRunsClient, parseRunsClient, processorClient, processorRunClient, processorVersionClient, splitRunsClient, splittersClient, splitterVersionsClient, webhookEndpointsClient, webhookSubscriptionsClient, workflowRunsClient, workflowsClient, workflowVersionsClient
-
-
Constructor Summary
Constructors Constructor Description AsyncExtendClient(ClientOptions clientOptions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AsyncExtendClientBuilderbuilder()Creates a new builder forAsyncExtendClient.AsyncRawExtendClientwithRawResponse()Returns the raw-response client.-
Methods inherited from class ai.extend.AsyncExtendClientBase
batchProcessorRun, batchRuns, classifiers, classifierVersions, classify, classify, classifyRuns, detectForm, detectForm, edit, edit, editRuns, editSchemas, editTemplates, evaluationSetItems, evaluationSetRuns, evaluationSets, extract, extract, extract, extract, extractors, extractorVersions, extractRuns, files, formDetectionRuns, parse, parse, parseRuns, processor, processorRun, processorVersion, split, split, splitRuns, splitters, splitterVersions, webhookEndpoints, webhookSubscriptions, workflowRuns, workflows, workflowVersions
-
-
-
-
Constructor Detail
-
AsyncExtendClient
public AsyncExtendClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawExtendClient withRawResponse()
Returns the raw-response client. Preserves the historicalAsyncRawExtendClientreturn type so existingAsyncRawExtendClient raw = client.withRawResponse();keeps compiling.- Overrides:
withRawResponsein classAsyncExtendClientBase
-
builder
public static AsyncExtendClientBuilder builder()
Creates a new builder forAsyncExtendClient.
-
-