Package com.anthropic.models
Class MessageBatchCreateParams.Request.Builder
-
- All Implemented Interfaces:
public final class MessageBatchCreateParams.Request.BuilderA builder for Request.
-
-
Method Summary
-
-
Method Detail
-
customId
final MessageBatchCreateParams.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 MessageBatchCreateParams.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 MessageBatchCreateParams.Request.Builder params(MessageBatchCreateParams.Request.Params params)
Messages API creation parameters for the individual request.
See the /en/api/messages for full documentation on available parameters.
-
params
final MessageBatchCreateParams.Request.Builder params(JsonField<MessageBatchCreateParams.Request.Params> params)
Messages API creation parameters for the individual request.
See the /en/api/messages for full documentation on available parameters.
-
additionalProperties
final MessageBatchCreateParams.Request.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final MessageBatchCreateParams.Request.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final MessageBatchCreateParams.Request.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final MessageBatchCreateParams.Request.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final MessageBatchCreateParams.Request.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final MessageBatchCreateParams.Request build()
-
-
-
-