Class BatchRetrieveParams
-
- All Implemented Interfaces:
-
com.anthropic.core.Params
public final class BatchRetrieveParams implements Params
This endpoint is idempotent and can be used to poll for Message Batch completion. To access the results of a Message Batch, make a request to the
results_urlfield in the response.Learn more about the Message Batches API in our /en/docs/build-with-claude/batch-processing
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchRetrieveParams.BuilderA builder for BatchRetrieveParams.
-
Method Summary
Modifier and Type Method Description final StringmessageBatchId()ID of the Message Batch. final Headers_additionalHeaders()final QueryParams_additionalQueryParams()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. final StringgetPathParam(Integer index)final BatchRetrieveParams.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BatchRetrieveParams.Builderbuilder()Returns a mutable builder for constructing an instance of BatchRetrieveParams. -
-
Method Detail
-
messageBatchId
final String messageBatchId()
ID of the Message Batch.
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
getPathParam
final String getPathParam(Integer index)
-
toBuilder
final BatchRetrieveParams.Builder toBuilder()
-
builder
final static BatchRetrieveParams.Builder builder()
Returns a mutable builder for constructing an instance of BatchRetrieveParams.
The following fields are required:
.messageBatchId()
-
-
-
-