Class BatchProcessorRunClient
- java.lang.Object
-
- ai.extend.resources.batchprocessorrun.BatchProcessorRunClient
-
public class BatchProcessorRunClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description BatchProcessorRunClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchProcessorRunGetResponseget(java.lang.String id)Retrieve details about a batch processor run, including evaluation runs.BatchProcessorRunGetResponseget(java.lang.String id, RequestOptions requestOptions)Retrieve details about a batch processor run, including evaluation runs.RawBatchProcessorRunClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
BatchProcessorRunClient
public BatchProcessorRunClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawBatchProcessorRunClient withRawResponse()
Get responses with HTTP metadata like headers
-
get
public BatchProcessorRunGetResponse get(java.lang.String id)
Retrieve details about a batch processor run, including evaluation runs.Deprecated: This endpoint is maintained for backwards compatibility only and will be replaced in a future API version. Use Get Evaluation Set Run for interacting with evaluation set runs.
-
get
public BatchProcessorRunGetResponse get(java.lang.String id, RequestOptions requestOptions)
Retrieve details about a batch processor run, including evaluation runs.Deprecated: This endpoint is maintained for backwards compatibility only and will be replaced in a future API version. Use Get Evaluation Set Run for interacting with evaluation set runs.
-
-