Class AsyncBatchProcessorRunClient
- java.lang.Object
-
- ai.extend.resources.batchprocessorrun.AsyncBatchProcessorRunClient
-
public class AsyncBatchProcessorRunClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncBatchProcessorRunClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<BatchProcessorRunGetResponse>get(java.lang.String id)Retrieve details about a batch processor run, including evaluation runsjava.util.concurrent.CompletableFuture<BatchProcessorRunGetResponse>get(java.lang.String id, RequestOptions requestOptions)Retrieve details about a batch processor run, including evaluation runsAsyncRawBatchProcessorRunClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncBatchProcessorRunClient
public AsyncBatchProcessorRunClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawBatchProcessorRunClient withRawResponse()
Get responses with HTTP metadata like headers
-
get
public java.util.concurrent.CompletableFuture<BatchProcessorRunGetResponse> get(java.lang.String id)
Retrieve details about a batch processor run, including evaluation runs
-
get
public java.util.concurrent.CompletableFuture<BatchProcessorRunGetResponse> get(java.lang.String id, RequestOptions requestOptions)
Retrieve details about a batch processor run, including evaluation runs
-
-