Package com.anthropic.models
Class BetaMessageBatchCreateParams.Request.Builder
-
- All Implemented Interfaces:
public final class BetaMessageBatchCreateParams.Request.BuilderA builder for Request.
-
-
Method Summary
-
-
Method Detail
-
customId
final BetaMessageBatchCreateParams.Request.Builder customId(String customId)
Developer-provided ID created for each request in a Message Batch. Useful for matching results to requests, as results may be given out of request order.
Must be unique for each request within the Message Batch.
-
customId
final BetaMessageBatchCreateParams.Request.Builder customId(JsonField<String> customId)
Developer-provided ID created for each request in a Message Batch. Useful for matching results to requests, as results may be given out of request order.
Must be unique for each request within the Message Batch.
-
params
final BetaMessageBatchCreateParams.Request.Builder params(BetaMessageBatchCreateParams.Request.Params params)
Messages API creation parameters for the individual request.
See the /en/api/messages for full documentation on available parameters.
-
params
final BetaMessageBatchCreateParams.Request.Builder params(JsonField<BetaMessageBatchCreateParams.Request.Params> params)
Messages API creation parameters for the individual request.
See the /en/api/messages for full documentation on available parameters.
-
additionalProperties
final BetaMessageBatchCreateParams.Request.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaMessageBatchCreateParams.Request.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaMessageBatchCreateParams.Request.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaMessageBatchCreateParams.Request.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaMessageBatchCreateParams.Request.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaMessageBatchCreateParams.Request build()
-
-
-
-