A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
_
B
- Backend - class in com.anthropic.backends
- An interface that represents adaptations required to support different backend AI services.
- backend(com.anthropic.backends.Backend) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- backend(com.anthropic.backends.Backend) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- backend(com.anthropic.backends.Backend) - function in com.anthropic.client.okhttp.OkHttpClient.Builder
- BadRequestException - class in com.anthropic.errors
- BadRequestException.Builder - class in com.anthropic.errors.BadRequestException
- A builder for BadRequestException.
- base64() - function in com.anthropic.models.beta.messages.BetaDocumentBlock.Source
- base64() - function in com.anthropic.models.beta.messages.BetaImageBlockParam.Source
- base64() - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Source
- base64() - function in com.anthropic.models.messages.DocumentBlock.Source
- base64() - function in com.anthropic.models.messages.DocumentBlockParam.Source
- base64() - function in com.anthropic.models.messages.ImageBlockParam.Source
- Base64ImageSource - class in com.anthropic.models.messages
- Base64ImageSource.Builder - class in com.anthropic.models.messages.Base64ImageSource
- A builder for Base64ImageSource.
- Base64ImageSource.MediaType - class in com.anthropic.models.messages.Base64ImageSource
- Base64ImageSource.MediaType.Known - class in com.anthropic.models.messages.Base64ImageSource.MediaType
- An enum containing MediaType's known values.
- Base64ImageSource.MediaType.Value - class in com.anthropic.models.messages.Base64ImageSource.MediaType
- An enum containing MediaType's known values, as well as an _UNKNOWN member.
- Base64PdfSource - class in com.anthropic.models.messages
- Base64PdfSource.Builder - class in com.anthropic.models.messages.Base64PdfSource
- A builder for Base64PdfSource.
- base64Source(java.lang.String) - function in com.anthropic.models.beta.messages.BetaDocumentBlock.Builder
- Alias for calling source with the following:
BetaBase64PdfSource.builder() .data(data) .build() - base64Source(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Builder
- Alias for calling source with the following:
BetaBase64PdfSource.builder() .data(data) .build() - base64Source(java.lang.String) - function in com.anthropic.models.messages.DocumentBlock.Builder
- Alias for calling source with the following:
Base64PdfSource.builder() .data(data) .build() - base64Source(java.lang.String) - function in com.anthropic.models.messages.DocumentBlockParam.Builder
- Alias for calling source with the following:
Base64PdfSource.builder() .data(data) .build() - BaseDeserializer - class in com.anthropic.core
- BaseSerializer - class in com.anthropic.core
- baseUrl() - function in com.anthropic.backends.AnthropicBackend
- Gets the backend service's base URL identifying the network address of the service that will be accessed by this backend.
- baseUrl(java.lang.String) - function in com.anthropic.backends.AnthropicBackend.Builder
- baseUrl() - function in com.anthropic.backends.Backend
- Gets the backend service's base URL identifying the network address of the service that will be accessed by this backend.
- baseUrl() - function in com.anthropic.bedrock.backends.BedrockBackend
- baseUrl(java.util.Optional) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- Alias for calling Builder.baseUrl with
baseUrl.orElse(null). - baseUrl(java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- The base URL to use for every request.
- baseUrl(java.util.Optional) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- Alias for calling Builder.baseUrl with
baseUrl.orElse(null). - baseUrl(java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- The base URL to use for every request.
- baseUrl() - function in com.anthropic.core.ClientOptions
- The base URL to use for every request.
- baseUrl(java.util.Optional) - function in com.anthropic.core.ClientOptions.Builder
- Alias for calling Builder.baseUrl with
baseUrl.orElse(null). - baseUrl(java.lang.String) - function in com.anthropic.core.ClientOptions.Builder
- The base URL to use for every request.
- baseUrl() - function in com.anthropic.core.http.HttpRequest
- baseUrl(java.util.Optional) - function in com.anthropic.core.http.HttpRequest.Builder
- Alias for calling Builder.baseUrl with
baseUrl.orElse(null). - baseUrl(java.lang.String) - function in com.anthropic.core.http.HttpRequest.Builder
- baseUrl() - function in com.anthropic.foundry.backends.FoundryBackend
- baseUrl(java.lang.String) - function in com.anthropic.foundry.backends.FoundryBackend.Builder
- baseUrl() - function in com.anthropic.vertex.backends.VertexBackend
- bash20241022() - function in com.anthropic.models.beta.messages.BetaToolUnion
- bash20250124() - function in com.anthropic.models.beta.messages.BetaToolUnion
- bash20250124() - function in com.anthropic.models.messages.ToolUnion
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Name.Known
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Name.Value
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Name.Known
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Name.Value
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.messages.ServerToolUseBlock.Name.Known
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.messages.ServerToolUseBlock.Name.Value
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.messages.ServerToolUseBlockParam.Name.Known
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.messages.ServerToolUseBlockParam.Name.Value
- BashCodeExecutionOutputBlock - class in com.anthropic.models.messages
- BashCodeExecutionOutputBlock.Builder - class in com.anthropic.models.messages.BashCodeExecutionOutputBlock
- A builder for BashCodeExecutionOutputBlock.
- BashCodeExecutionOutputBlockParam - class in com.anthropic.models.messages
- BashCodeExecutionOutputBlockParam.Builder - class in com.anthropic.models.messages.BashCodeExecutionOutputBlockParam
- A builder for BashCodeExecutionOutputBlockParam.
- BashCodeExecutionResultBlock - class in com.anthropic.models.messages
- bashCodeExecutionResultBlock() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Content
- BashCodeExecutionResultBlock.Builder - class in com.anthropic.models.messages.BashCodeExecutionResultBlock
- A builder for BashCodeExecutionResultBlock.
- BashCodeExecutionResultBlockParam - class in com.anthropic.models.messages
- bashCodeExecutionResultBlockParam() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Content
- BashCodeExecutionResultBlockParam.Builder - class in com.anthropic.models.messages.BashCodeExecutionResultBlockParam
- A builder for BashCodeExecutionResultBlockParam.
- bashCodeExecutionToolResult() - function in com.anthropic.models.beta.messages.BetaContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.beta.messages.BetaContentBlockParam
- bashCodeExecutionToolResult() - function in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent.ContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.beta.messages.StructuredContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.messages.ContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.messages.ContentBlockParam
- bashCodeExecutionToolResult() - function in com.anthropic.models.messages.RawContentBlockStartEvent.ContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.messages.StructuredContentBlock
- BashCodeExecutionToolResultBlock - class in com.anthropic.models.messages
- BashCodeExecutionToolResultBlock.Builder - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlock
- A builder for BashCodeExecutionToolResultBlock.
- BashCodeExecutionToolResultBlock.Content - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlock
- BashCodeExecutionToolResultBlock.Content.Visitor - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BashCodeExecutionToolResultBlockParam - class in com.anthropic.models.messages
- BashCodeExecutionToolResultBlockParam.Builder - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam
- A builder for BashCodeExecutionToolResultBlockParam.
- BashCodeExecutionToolResultBlockParam.Content - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam
- BashCodeExecutionToolResultBlockParam.Content.Visitor - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- bashCodeExecutionToolResultError() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Content
- BashCodeExecutionToolResultError - class in com.anthropic.models.messages
- BashCodeExecutionToolResultError.Builder - class in com.anthropic.models.messages.BashCodeExecutionToolResultError
- A builder for BashCodeExecutionToolResultError.
- BashCodeExecutionToolResultErrorCode - class in com.anthropic.models.messages
- BashCodeExecutionToolResultErrorCode.Known - class in com.anthropic.models.messages.BashCodeExecutionToolResultErrorCode
- An enum containing BashCodeExecutionToolResultErrorCode's known values.
- BashCodeExecutionToolResultErrorCode.Value - class in com.anthropic.models.messages.BashCodeExecutionToolResultErrorCode
- An enum containing BashCodeExecutionToolResultErrorCode's known values, as well as an _UNKNOWN member.
- bashCodeExecutionToolResultErrorParam() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Content
- BashCodeExecutionToolResultErrorParam - class in com.anthropic.models.messages
- BashCodeExecutionToolResultErrorParam.Builder - class in com.anthropic.models.messages.BashCodeExecutionToolResultErrorParam
- A builder for BashCodeExecutionToolResultErrorParam.
- BATCH - enum entry in com.anthropic.models.beta.messages.BetaUsage.ServiceTier.Known
- BATCH - enum entry in com.anthropic.models.beta.messages.BetaUsage.ServiceTier.Value
- BATCH - enum entry in com.anthropic.models.messages.Usage.ServiceTier.Known
- BATCH - enum entry in com.anthropic.models.messages.Usage.ServiceTier.Value
- BatchCancelParams - class in com.anthropic.models.beta.messages.batches
- Batches may be canceled any time before processing ends.
- BatchCancelParams - class in com.anthropic.models.messages.batches
- Batches may be canceled any time before processing ends.
- BatchCancelParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchCancelParams
- A builder for BatchCancelParams.
- BatchCancelParams.Builder - class in com.anthropic.models.messages.batches.BatchCancelParams
- A builder for BatchCancelParams.
- BatchCreateParams - class in com.anthropic.models.beta.messages.batches
- Send a batch of Message creation requests.
- BatchCreateParams - class in com.anthropic.models.messages.batches
- Send a batch of Message creation requests.
- BatchCreateParams.Body - class in com.anthropic.models.beta.messages.batches.BatchCreateParams
- BatchCreateParams.Body - class in com.anthropic.models.messages.batches.BatchCreateParams
- BatchCreateParams.Body.Builder - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body
- A builder for Body.
- BatchCreateParams.Body.Builder - class in com.anthropic.models.messages.batches.BatchCreateParams.Body
- A builder for Body.
- BatchCreateParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchCreateParams
- A builder for BatchCreateParams.
- BatchCreateParams.Builder - class in com.anthropic.models.messages.batches.BatchCreateParams
- A builder for BatchCreateParams.
- BatchCreateParams.Request - class in com.anthropic.models.beta.messages.batches.BatchCreateParams
- BatchCreateParams.Request - class in com.anthropic.models.messages.batches.BatchCreateParams
- BatchCreateParams.Request.Builder - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request
- A builder for Request.
- BatchCreateParams.Request.Builder - class in com.anthropic.models.messages.batches.BatchCreateParams.Request
- A builder for Request.
- BatchCreateParams.Request.Params - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request
- Messages API creation parameters for the individual request.
- BatchCreateParams.Request.Params - class in com.anthropic.models.messages.batches.BatchCreateParams.Request
- Messages API creation parameters for the individual request.
- BatchCreateParams.Request.Params.Builder - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- A builder for Params.
- BatchCreateParams.Request.Params.Builder - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params
- A builder for Params.
- BatchCreateParams.Request.Params.Container - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- Container identifier for reuse across requests.
- BatchCreateParams.Request.Params.Container.Visitor - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Container
- An interface that defines how to map each variant of Container to a value of type T.
- BatchCreateParams.Request.Params.ServiceTier - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- Determines whether to use priority capacity (if available) or standard capacity for this request.
- BatchCreateParams.Request.Params.ServiceTier - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params
- Determines whether to use priority capacity (if available) or standard capacity for this request.
- BatchCreateParams.Request.Params.ServiceTier.Known - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.ServiceTier
- An enum containing ServiceTier's known values.
- BatchCreateParams.Request.Params.ServiceTier.Known - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.ServiceTier
- An enum containing ServiceTier's known values.
- BatchCreateParams.Request.Params.ServiceTier.Value - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.ServiceTier
- An enum containing ServiceTier's known values, as well as an _UNKNOWN member.
- BatchCreateParams.Request.Params.ServiceTier.Value - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.ServiceTier
- An enum containing ServiceTier's known values, as well as an _UNKNOWN member.
- BatchCreateParams.Request.Params.Speed - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- The inference speed mode for this request.
- BatchCreateParams.Request.Params.Speed.Known - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Speed
- An enum containing Speed's known values.
- BatchCreateParams.Request.Params.Speed.Value - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Speed
- An enum containing Speed's known values, as well as an _UNKNOWN member.
- BatchCreateParams.Request.Params.System - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- System prompt.
- BatchCreateParams.Request.Params.System - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params
- System prompt.
- BatchCreateParams.Request.Params.System.Visitor - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.System
- An interface that defines how to map each variant of System to a value of type T.
- BatchCreateParams.Request.Params.System.Visitor - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.System
- An interface that defines how to map each variant of System to a value of type T.
- BatchDeleteParams - class in com.anthropic.models.beta.messages.batches
- Delete a Message Batch.
- BatchDeleteParams - class in com.anthropic.models.messages.batches
- Delete a Message Batch.
- BatchDeleteParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchDeleteParams
- A builder for BatchDeleteParams.
- BatchDeleteParams.Builder - class in com.anthropic.models.messages.batches.BatchDeleteParams
- A builder for BatchDeleteParams.
- batches() - function in com.anthropic.services.async.MessageServiceAsync
- batches() - function in com.anthropic.services.async.MessageServiceAsync.WithRawResponse
- batches() - function in com.anthropic.services.async.MessageServiceAsyncImpl
- batches() - function in com.anthropic.services.async.MessageServiceAsyncImpl.WithRawResponseImpl
- batches() - function in com.anthropic.services.async.beta.MessageServiceAsync
- batches() - function in com.anthropic.services.async.beta.MessageServiceAsync.WithRawResponse
- batches() - function in com.anthropic.services.async.beta.MessageServiceAsyncImpl
- batches() - function in com.anthropic.services.async.beta.MessageServiceAsyncImpl.WithRawResponseImpl
- batches() - function in com.anthropic.services.blocking.MessageService
- batches() - function in com.anthropic.services.blocking.MessageService.WithRawResponse
- batches() - function in com.anthropic.services.blocking.MessageServiceImpl
- batches() - function in com.anthropic.services.blocking.MessageServiceImpl.WithRawResponseImpl
- batches() - function in com.anthropic.services.blocking.beta.MessageService
- batches() - function in com.anthropic.services.blocking.beta.MessageService.WithRawResponse
- batches() - function in com.anthropic.services.blocking.beta.MessageServiceImpl
- batches() - function in com.anthropic.services.blocking.beta.MessageServiceImpl.WithRawResponseImpl
- BatchListPage - class in com.anthropic.models.beta.messages.batches
- BatchListPage - class in com.anthropic.models.messages.batches
- BatchListPage.Builder - class in com.anthropic.models.beta.messages.batches.BatchListPage
- A builder for BatchListPage.
- BatchListPage.Builder - class in com.anthropic.models.messages.batches.BatchListPage
- A builder for BatchListPage.
- BatchListPageAsync - class in com.anthropic.models.beta.messages.batches
- BatchListPageAsync - class in com.anthropic.models.messages.batches
- BatchListPageAsync.Builder - class in com.anthropic.models.beta.messages.batches.BatchListPageAsync
- A builder for BatchListPageAsync.
- BatchListPageAsync.Builder - class in com.anthropic.models.messages.batches.BatchListPageAsync
- A builder for BatchListPageAsync.
- BatchListPageResponse - class in com.anthropic.models.beta.messages.batches
- BatchListPageResponse - class in com.anthropic.models.messages.batches
- BatchListPageResponse.Builder - class in com.anthropic.models.beta.messages.batches.BatchListPageResponse
- A builder for BatchListPageResponse.
- BatchListPageResponse.Builder - class in com.anthropic.models.messages.batches.BatchListPageResponse
- A builder for BatchListPageResponse.
- BatchListParams - class in com.anthropic.models.beta.messages.batches
- List all Message Batches within a Workspace.
- BatchListParams - class in com.anthropic.models.messages.batches
- List all Message Batches within a Workspace.
- BatchListParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchListParams
- A builder for BatchListParams.
- BatchListParams.Builder - class in com.anthropic.models.messages.batches.BatchListParams
- A builder for BatchListParams.
- BatchResultsParams - class in com.anthropic.models.beta.messages.batches
- Streams the results of a Message Batch as a
.jsonlfile. - BatchResultsParams - class in com.anthropic.models.messages.batches
- Streams the results of a Message Batch as a
.jsonlfile. - BatchResultsParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchResultsParams
- A builder for BatchResultsParams.
- BatchResultsParams.Builder - class in com.anthropic.models.messages.batches.BatchResultsParams
- A builder for BatchResultsParams.
- BatchRetrieveParams - class in com.anthropic.models.beta.messages.batches
- This endpoint is idempotent and can be used to poll for Message Batch completion.
- BatchRetrieveParams - class in com.anthropic.models.messages.batches
- This endpoint is idempotent and can be used to poll for Message Batch completion.
- BatchRetrieveParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchRetrieveParams
- A builder for BatchRetrieveParams.
- BatchRetrieveParams.Builder - class in com.anthropic.models.messages.batches.BatchRetrieveParams
- A builder for BatchRetrieveParams.
- BatchService - class in com.anthropic.services.blocking.beta.messages
- BatchService - class in com.anthropic.services.blocking.messages
- BatchService.WithRawResponse - class in com.anthropic.services.blocking.beta.messages.BatchService
- A view of BatchService that provides access to raw HTTP responses for each method.
- BatchService.WithRawResponse - class in com.anthropic.services.blocking.messages.BatchService
- A view of BatchService that provides access to raw HTTP responses for each method.
- BatchServiceAsync - class in com.anthropic.services.async.beta.messages
- BatchServiceAsync - class in com.anthropic.services.async.messages
- BatchServiceAsync.WithRawResponse - class in com.anthropic.services.async.beta.messages.BatchServiceAsync
- A view of BatchServiceAsync that provides access to raw HTTP responses for each method.
- BatchServiceAsync.WithRawResponse - class in com.anthropic.services.async.messages.BatchServiceAsync
- A view of BatchServiceAsync that provides access to raw HTTP responses for each method.
- BatchServiceAsyncImpl - class in com.anthropic.services.async.beta.messages
- BatchServiceAsyncImpl - class in com.anthropic.services.async.messages
- BatchServiceAsyncImpl.WithRawResponseImpl - class in com.anthropic.services.async.beta.messages.BatchServiceAsyncImpl
- BatchServiceAsyncImpl.WithRawResponseImpl - class in com.anthropic.services.async.messages.BatchServiceAsyncImpl
- BatchServiceImpl - class in com.anthropic.services.blocking.beta.messages
- BatchServiceImpl - class in com.anthropic.services.blocking.messages
- BatchServiceImpl.WithRawResponseImpl - class in com.anthropic.services.blocking.beta.messages.BatchServiceImpl
- BatchServiceImpl.WithRawResponseImpl - class in com.anthropic.services.blocking.messages.BatchServiceImpl
- bearerTokenSupplier(java.util.function.Supplier) - function in com.anthropic.foundry.backends.FoundryBackend.Builder
- Sets a bearer token supplier that will be responsible for supplying authorization tokens when authorizing requests.
- BedrockBackend - class in com.anthropic.bedrock.backends
- The Amazon Bedrock backend that manages the AWS credentials or API key required to access an Anthropic AI model on the Bedrock service and adapts requests and responses to Bedrock's requirements.
- BedrockBackend.Builder - class in com.anthropic.bedrock.backends.BedrockBackend
- A builder for a BedrockBackend used to connect an Anthropic client to an Amazon Bedrock backend service.
- beforeId() - function in com.anthropic.models.beta.files.FileListParams
- ID of the object to use as a cursor for pagination.
- beforeId(java.util.Optional) - function in com.anthropic.models.beta.files.FileListParams.Builder
- Alias for calling Builder.beforeId with
beforeId.orElse(null). - beforeId(java.lang.String) - function in com.anthropic.models.beta.files.FileListParams.Builder
- ID of the object to use as a cursor for pagination.
- beforeId() - function in com.anthropic.models.beta.messages.batches.BatchListParams
- ID of the object to use as a cursor for pagination.
- beforeId(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
- Alias for calling Builder.beforeId with
beforeId.orElse(null). - beforeId(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
- ID of the object to use as a cursor for pagination.
- beforeId() - function in com.anthropic.models.beta.models.ModelListParams
- ID of the object to use as a cursor for pagination.
- beforeId(java.util.Optional) - function in com.anthropic.models.beta.models.ModelListParams.Builder
- Alias for calling Builder.beforeId with
beforeId.orElse(null). - beforeId(java.lang.String) - function in com.anthropic.models.beta.models.ModelListParams.Builder
- ID of the object to use as a cursor for pagination.
- beforeId() - function in com.anthropic.models.messages.batches.BatchListParams
- ID of the object to use as a cursor for pagination.
- beforeId(java.util.Optional) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
- Alias for calling Builder.beforeId with
beforeId.orElse(null). - beforeId(java.lang.String) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
- ID of the object to use as a cursor for pagination.
- beforeId() - function in com.anthropic.models.models.ModelListParams
- ID of the object to use as a cursor for pagination.
- beforeId(java.util.Optional) - function in com.anthropic.models.models.ModelListParams.Builder
- Alias for calling Builder.beforeId with
beforeId.orElse(null). - beforeId(java.lang.String) - function in com.anthropic.models.models.ModelListParams.Builder
- ID of the object to use as a cursor for pagination.
- beta() - function in com.anthropic.client.AnthropicClient
- beta() - function in com.anthropic.client.AnthropicClient.WithRawResponse
- beta() - function in com.anthropic.client.AnthropicClientAsync
- beta() - function in com.anthropic.client.AnthropicClientAsync.WithRawResponse
- beta() - function in com.anthropic.client.AnthropicClientAsyncImpl
- beta() - function in com.anthropic.client.AnthropicClientAsyncImpl.WithRawResponseImpl
- beta() - function in com.anthropic.client.AnthropicClientImpl
- beta() - function in com.anthropic.client.AnthropicClientImpl.WithRawResponseImpl
- beta() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaAllThinkingTurns - class in com.anthropic.models.beta.messages
- betaAllThinkingTurns() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Keep
- BetaAllThinkingTurns.Builder - class in com.anthropic.models.beta.messages.BetaAllThinkingTurns
- A builder for BetaAllThinkingTurns.
- BetaApiError - class in com.anthropic.models.beta
- BetaApiError.Builder - class in com.anthropic.models.beta.BetaApiError
- A builder for BetaApiError.
- BetaAuthenticationError - class in com.anthropic.models.beta
- BetaAuthenticationError.Builder - class in com.anthropic.models.beta.BetaAuthenticationError
- A builder for BetaAuthenticationError.
- BetaBase64ImageSource - class in com.anthropic.models.beta.messages
- BetaBase64ImageSource.Builder - class in com.anthropic.models.beta.messages.BetaBase64ImageSource
- A builder for BetaBase64ImageSource.
- BetaBase64ImageSource.MediaType - class in com.anthropic.models.beta.messages.BetaBase64ImageSource
- BetaBase64ImageSource.MediaType.Known - class in com.anthropic.models.beta.messages.BetaBase64ImageSource.MediaType
- An enum containing MediaType's known values.
- BetaBase64ImageSource.MediaType.Value - class in com.anthropic.models.beta.messages.BetaBase64ImageSource.MediaType
- An enum containing MediaType's known values, as well as an _UNKNOWN member.
- BetaBase64PdfSource - class in com.anthropic.models.beta.messages
- BetaBase64PdfSource.Builder - class in com.anthropic.models.beta.messages.BetaBase64PdfSource
- A builder for BetaBase64PdfSource.
- BetaBashCodeExecutionOutputBlock - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionOutputBlock.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlock
- A builder for BetaBashCodeExecutionOutputBlock.
- BetaBashCodeExecutionOutputBlockParam - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionOutputBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlockParam
- A builder for BetaBashCodeExecutionOutputBlockParam.
- BetaBashCodeExecutionResultBlock - class in com.anthropic.models.beta.messages
- betaBashCodeExecutionResultBlock() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Content
- BetaBashCodeExecutionResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlock
- A builder for BetaBashCodeExecutionResultBlock.
- BetaBashCodeExecutionResultBlockParam - class in com.anthropic.models.beta.messages
- betaBashCodeExecutionResultBlockParam() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Content
- BetaBashCodeExecutionResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlockParam
- A builder for BetaBashCodeExecutionResultBlockParam.
- BetaBashCodeExecutionToolResultBlock - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock
- A builder for BetaBashCodeExecutionToolResultBlock.
- BetaBashCodeExecutionToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock
- BetaBashCodeExecutionToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaBashCodeExecutionToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam
- A builder for BetaBashCodeExecutionToolResultBlockParam.
- BetaBashCodeExecutionToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam
- BetaBashCodeExecutionToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaBashCodeExecutionToolResultError() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Content
- BetaBashCodeExecutionToolResultError - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError
- A builder for BetaBashCodeExecutionToolResultError.
- BetaBashCodeExecutionToolResultError.ErrorCode - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError
- BetaBashCodeExecutionToolResultError.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError.ErrorCode
- An enum containing ErrorCode's known values.
- BetaBashCodeExecutionToolResultError.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaBashCodeExecutionToolResultErrorParam() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Content
- BetaBashCodeExecutionToolResultErrorParam - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionToolResultErrorParam.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam
- A builder for BetaBashCodeExecutionToolResultErrorParam.
- BetaBashCodeExecutionToolResultErrorParam.ErrorCode - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam
- BetaBashCodeExecutionToolResultErrorParam.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values.
- BetaBashCodeExecutionToolResultErrorParam.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- BetaBillingError - class in com.anthropic.models.beta
- BetaBillingError.Builder - class in com.anthropic.models.beta.BetaBillingError
- A builder for BetaBillingError.
- BetaCacheControlEphemeral - class in com.anthropic.models.beta.messages
- BetaCacheControlEphemeral.Builder - class in com.anthropic.models.beta.messages.BetaCacheControlEphemeral
- A builder for BetaCacheControlEphemeral.
- BetaCacheControlEphemeral.Ttl - class in com.anthropic.models.beta.messages.BetaCacheControlEphemeral
- The time-to-live for the cache control breakpoint.
- BetaCacheControlEphemeral.Ttl.Known - class in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Ttl
- An enum containing Ttl's known values.
- BetaCacheControlEphemeral.Ttl.Value - class in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Ttl
- An enum containing Ttl's known values, as well as an _UNKNOWN member.
- BetaCacheCreation - class in com.anthropic.models.beta.messages
- BetaCacheCreation.Builder - class in com.anthropic.models.beta.messages.BetaCacheCreation
- A builder for BetaCacheCreation.
- BetaCitationCharLocation - class in com.anthropic.models.beta.messages
- BetaCitationCharLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationCharLocation
- A builder for BetaCitationCharLocation.
- BetaCitationCharLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationCharLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationCharLocationParam
- A builder for BetaCitationCharLocationParam.
- BetaCitationConfig - class in com.anthropic.models.beta.messages
- BetaCitationConfig.Builder - class in com.anthropic.models.beta.messages.BetaCitationConfig
- A builder for BetaCitationConfig.
- BetaCitationContentBlockLocation - class in com.anthropic.models.beta.messages
- BetaCitationContentBlockLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationContentBlockLocation
- A builder for BetaCitationContentBlockLocation.
- BetaCitationContentBlockLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationContentBlockLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationContentBlockLocationParam
- A builder for BetaCitationContentBlockLocationParam.
- BetaCitationPageLocation - class in com.anthropic.models.beta.messages
- BetaCitationPageLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationPageLocation
- A builder for BetaCitationPageLocation.
- BetaCitationPageLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationPageLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationPageLocationParam
- A builder for BetaCitationPageLocationParam.
- BetaCitationsConfigParam - class in com.anthropic.models.beta.messages
- BetaCitationsConfigParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationsConfigParam
- A builder for BetaCitationsConfigParam.
- BetaCitationsDelta - class in com.anthropic.models.beta.messages
- BetaCitationsDelta.Builder - class in com.anthropic.models.beta.messages.BetaCitationsDelta
- A builder for BetaCitationsDelta.
- BetaCitationsDelta.Citation - class in com.anthropic.models.beta.messages.BetaCitationsDelta
- BetaCitationsDelta.Citation.Visitor - class in com.anthropic.models.beta.messages.BetaCitationsDelta.Citation
- An interface that defines how to map each variant of Citation to a value of type T.
- BetaCitationSearchResultLocation - class in com.anthropic.models.beta.messages
- BetaCitationSearchResultLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationSearchResultLocation
- A builder for BetaCitationSearchResultLocation.
- BetaCitationSearchResultLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationSearchResultLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationSearchResultLocationParam
- A builder for BetaCitationSearchResultLocationParam.
- BetaCitationsWebSearchResultLocation - class in com.anthropic.models.beta.messages
- BetaCitationsWebSearchResultLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationsWebSearchResultLocation
- A builder for BetaCitationsWebSearchResultLocation.
- BetaCitationWebSearchResultLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationWebSearchResultLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationWebSearchResultLocationParam
- A builder for BetaCitationWebSearchResultLocationParam.
- BetaClearThinking20251015Edit - class in com.anthropic.models.beta.messages
- BetaClearThinking20251015Edit.Builder - class in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit
- A builder for BetaClearThinking20251015Edit.
- BetaClearThinking20251015Edit.Keep - class in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit
- Number of most recent assistant turns to keep thinking blocks for.
- BetaClearThinking20251015Edit.Keep.Visitor - class in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Keep
- An interface that defines how to map each variant of Keep to a value of type T.
- BetaClearThinking20251015EditResponse - class in com.anthropic.models.beta.messages
- BetaClearThinking20251015EditResponse.Builder - class in com.anthropic.models.beta.messages.BetaClearThinking20251015EditResponse
- A builder for BetaClearThinking20251015EditResponse.
- BetaClearToolUses20250919Edit - class in com.anthropic.models.beta.messages
- BetaClearToolUses20250919Edit.Builder - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit
- A builder for BetaClearToolUses20250919Edit.
- BetaClearToolUses20250919Edit.ClearToolInputs - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit
- Whether to clear all tool inputs (bool) or specific tool inputs to clear (list)
- BetaClearToolUses20250919Edit.ClearToolInputs.Visitor - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.ClearToolInputs
- An interface that defines how to map each variant of ClearToolInputs to a value of type T.
- BetaClearToolUses20250919Edit.Trigger - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit
- Condition that triggers the context management strategy
- BetaClearToolUses20250919Edit.Trigger.Visitor - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.Trigger
- An interface that defines how to map each variant of Trigger to a value of type T.
- BetaClearToolUses20250919EditResponse - class in com.anthropic.models.beta.messages
- BetaClearToolUses20250919EditResponse.Builder - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919EditResponse
- A builder for BetaClearToolUses20250919EditResponse.
- BetaCodeExecutionOutputBlock - class in com.anthropic.models.beta.messages
- BetaCodeExecutionOutputBlock.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlock
- A builder for BetaCodeExecutionOutputBlock.
- BetaCodeExecutionOutputBlockParam - class in com.anthropic.models.beta.messages
- BetaCodeExecutionOutputBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlockParam
- A builder for BetaCodeExecutionOutputBlockParam.
- BetaCodeExecutionResultBlock - class in com.anthropic.models.beta.messages
- BetaCodeExecutionResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock
- A builder for BetaCodeExecutionResultBlock.
- BetaCodeExecutionResultBlockParam - class in com.anthropic.models.beta.messages
- BetaCodeExecutionResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam
- A builder for BetaCodeExecutionResultBlockParam.
- BetaCodeExecutionTool20250522 - class in com.anthropic.models.beta.messages
- betaCodeExecutionTool20250522() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaCodeExecutionTool20250522.AllowedCaller - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522
- Specifies who can invoke a tool.
- BetaCodeExecutionTool20250522.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaCodeExecutionTool20250522.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaCodeExecutionTool20250522.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522
- A builder for BetaCodeExecutionTool20250522.
- BetaCodeExecutionTool20250825 - class in com.anthropic.models.beta.messages
- betaCodeExecutionTool20250825() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaCodeExecutionTool20250825.AllowedCaller - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825
- Specifies who can invoke a tool.
- BetaCodeExecutionTool20250825.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaCodeExecutionTool20250825.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaCodeExecutionTool20250825.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825
- A builder for BetaCodeExecutionTool20250825.
- BetaCodeExecutionTool20260120 - class in com.anthropic.models.beta.messages
- Code execution tool with REPL state persistence (daemon mode + gVisor checkpoint).
- betaCodeExecutionTool20260120() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- Code execution tool with REPL state persistence (daemon mode + gVisor checkpoint).
- BetaCodeExecutionTool20260120.AllowedCaller - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120
- Specifies who can invoke a tool.
- BetaCodeExecutionTool20260120.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaCodeExecutionTool20260120.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaCodeExecutionTool20260120.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120
- A builder for BetaCodeExecutionTool20260120.
- BetaCodeExecutionToolResultBlock - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlock
- A builder for BetaCodeExecutionToolResultBlock.
- BetaCodeExecutionToolResultBlockContent - class in com.anthropic.models.beta.messages
- Code execution result with encrypted stdout for PFC + web_search results.
- BetaCodeExecutionToolResultBlockContent.Visitor - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockContent
- An interface that defines how to map each variant of BetaCodeExecutionToolResultBlockContent to a value of type T.
- BetaCodeExecutionToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParam
- A builder for BetaCodeExecutionToolResultBlockParam.
- BetaCodeExecutionToolResultBlockParamContent - class in com.anthropic.models.beta.messages
- Code execution result with encrypted stdout for PFC + web_search results.
- BetaCodeExecutionToolResultBlockParamContent.Visitor - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParamContent
- An interface that defines how to map each variant of BetaCodeExecutionToolResultBlockParamContent to a value of type T.
- BetaCodeExecutionToolResultError - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultError
- A builder for BetaCodeExecutionToolResultError.
- BetaCodeExecutionToolResultErrorCode - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultErrorCode.Known - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorCode
- An enum containing BetaCodeExecutionToolResultErrorCode's known values.
- BetaCodeExecutionToolResultErrorCode.Value - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorCode
- An enum containing BetaCodeExecutionToolResultErrorCode's known values, as well as an _UNKNOWN member.
- BetaCodeExecutionToolResultErrorParam - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultErrorParam.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorParam
- A builder for BetaCodeExecutionToolResultErrorParam.
- BetaCompact20260112Edit - class in com.anthropic.models.beta.messages
- Automatically compact older context when reaching the configured trigger threshold.
- BetaCompact20260112Edit.Builder - class in com.anthropic.models.beta.messages.BetaCompact20260112Edit
- A builder for BetaCompact20260112Edit.
- BetaCompactionBlock - class in com.anthropic.models.beta.messages
- A compaction block returned when autocompact is triggered.
- BetaCompactionBlock.Builder - class in com.anthropic.models.beta.messages.BetaCompactionBlock
- A builder for BetaCompactionBlock.
- BetaCompactionBlockParam - class in com.anthropic.models.beta.messages
- A compaction block containing summary of previous context.
- BetaCompactionBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaCompactionBlockParam
- A builder for BetaCompactionBlockParam.
- BetaCompactionContentBlockDelta - class in com.anthropic.models.beta.messages
- BetaCompactionContentBlockDelta.Builder - class in com.anthropic.models.beta.messages.BetaCompactionContentBlockDelta
- A builder for BetaCompactionContentBlockDelta.
- BetaCompactionIterationUsage - class in com.anthropic.models.beta.messages
- Token usage for a compaction iteration.
- BetaCompactionIterationUsage.Builder - class in com.anthropic.models.beta.messages.BetaCompactionIterationUsage
- A builder for BetaCompactionIterationUsage.
- BetaContainer - class in com.anthropic.models.beta.messages
- Information about the container used in the request (for the code execution tool)
- BetaContainer.Builder - class in com.anthropic.models.beta.messages.BetaContainer
- A builder for BetaContainer.
- BetaContainerParams - class in com.anthropic.models.beta.messages
- Container parameters with skills to be loaded.
- betaContainerParams() - function in com.anthropic.models.beta.messages.MessageCreateParams.Container
- Container parameters with skills to be loaded.
- betaContainerParams() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Container
- Container parameters with skills to be loaded.
- BetaContainerParams.Builder - class in com.anthropic.models.beta.messages.BetaContainerParams
- A builder for BetaContainerParams.
- BetaContainerUploadBlock - class in com.anthropic.models.beta.messages
- Response model for a file uploaded to the container.
- BetaContainerUploadBlock.Builder - class in com.anthropic.models.beta.messages.BetaContainerUploadBlock
- A builder for BetaContainerUploadBlock.
- BetaContainerUploadBlockParam - class in com.anthropic.models.beta.messages
- A content block that represents a file to be uploaded to the container Files uploaded via this block will be available in the container's input directory.
- BetaContainerUploadBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaContainerUploadBlockParam
- A builder for BetaContainerUploadBlockParam.
- BetaContentBlock - class in com.anthropic.models.beta.messages
- Response model for a file uploaded to the container.
- BetaContentBlock.Visitor - class in com.anthropic.models.beta.messages.BetaContentBlock
- An interface that defines how to map each variant of BetaContentBlock to a value of type T.
- BetaContentBlockParam - class in com.anthropic.models.beta.messages
- Regular text content.
- BetaContentBlockParam.Visitor - class in com.anthropic.models.beta.messages.BetaContentBlockParam
- An interface that defines how to map each variant of BetaContentBlockParam to a value of type T.
- betaContentBlockParams() - function in com.anthropic.models.beta.messages.BetaMessageParam.Content
- BetaContentBlockSource - class in com.anthropic.models.beta.messages
- betaContentBlockSource() - function in com.anthropic.models.beta.messages.BetaContentBlockSource.Content
- BetaContentBlockSource.Builder - class in com.anthropic.models.beta.messages.BetaContentBlockSource
- A builder for BetaContentBlockSource.
- BetaContentBlockSource.Content - class in com.anthropic.models.beta.messages.BetaContentBlockSource
- BetaContentBlockSource.Content.Visitor - class in com.anthropic.models.beta.messages.BetaContentBlockSource.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaContentBlockSourceContent - class in com.anthropic.models.beta.messages
- BetaContentBlockSourceContent.Visitor - class in com.anthropic.models.beta.messages.BetaContentBlockSourceContent
- An interface that defines how to map each variant of BetaContentBlockSourceContent to a value of type T.
- BetaContextManagementConfig - class in com.anthropic.models.beta.messages
- BetaContextManagementConfig.Builder - class in com.anthropic.models.beta.messages.BetaContextManagementConfig
- A builder for BetaContextManagementConfig.
- BetaContextManagementConfig.Edit - class in com.anthropic.models.beta.messages.BetaContextManagementConfig
- Automatically compact older context when reaching the configured trigger threshold.
- BetaContextManagementConfig.Edit.Visitor - class in com.anthropic.models.beta.messages.BetaContextManagementConfig.Edit
- An interface that defines how to map each variant of Edit to a value of type T.
- BetaContextManagementResponse - class in com.anthropic.models.beta.messages
- BetaContextManagementResponse.AppliedEdit - class in com.anthropic.models.beta.messages.BetaContextManagementResponse
- BetaContextManagementResponse.AppliedEdit.Visitor - class in com.anthropic.models.beta.messages.BetaContextManagementResponse.AppliedEdit
- An interface that defines how to map each variant of AppliedEdit to a value of type T.
- BetaContextManagementResponse.Builder - class in com.anthropic.models.beta.messages.BetaContextManagementResponse
- A builder for BetaContextManagementResponse.
- BetaCountTokensContextManagementResponse - class in com.anthropic.models.beta.messages
- BetaCountTokensContextManagementResponse.Builder - class in com.anthropic.models.beta.messages.BetaCountTokensContextManagementResponse
- A builder for BetaCountTokensContextManagementResponse.
- BetaDeletedMessageBatch - class in com.anthropic.models.beta.messages.batches
- BetaDeletedMessageBatch.Builder - class in com.anthropic.models.beta.messages.batches.BetaDeletedMessageBatch
- A builder for BetaDeletedMessageBatch.
- BetaDirectCaller - class in com.anthropic.models.beta.messages
- Tool invocation directly from the model.
- BetaDirectCaller.Builder - class in com.anthropic.models.beta.messages.BetaDirectCaller
- A builder for BetaDirectCaller.
- BetaDocumentBlock - class in com.anthropic.models.beta.messages
- BetaDocumentBlock.Builder - class in com.anthropic.models.beta.messages.BetaDocumentBlock
- A builder for BetaDocumentBlock.
- BetaDocumentBlock.Source - class in com.anthropic.models.beta.messages.BetaDocumentBlock
- BetaDocumentBlock.Source.Visitor - class in com.anthropic.models.beta.messages.BetaDocumentBlock.Source
- An interface that defines how to map each variant of Source to a value of type T.
- BetaEncryptedCodeExecutionResultBlock - class in com.anthropic.models.beta.messages
- Code execution result with encrypted stdout for PFC + web_search results.
- BetaEncryptedCodeExecutionResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlock
- A builder for BetaEncryptedCodeExecutionResultBlock.
- BetaEncryptedCodeExecutionResultBlockParam - class in com.anthropic.models.beta.messages
- Code execution result with encrypted stdout for PFC + web_search results.
- BetaEncryptedCodeExecutionResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlockParam
- A builder for BetaEncryptedCodeExecutionResultBlockParam.
- BetaError - class in com.anthropic.models.beta
- BetaError.Visitor - class in com.anthropic.models.beta.BetaError
- An interface that defines how to map each variant of BetaError to a value of type T.
- BetaErrorResponse - class in com.anthropic.models.beta
- BetaErrorResponse.Builder - class in com.anthropic.models.beta.BetaErrorResponse
- A builder for BetaErrorResponse.
- BetaFileDocumentSource - class in com.anthropic.models.beta.messages
- BetaFileDocumentSource.Builder - class in com.anthropic.models.beta.messages.BetaFileDocumentSource
- A builder for BetaFileDocumentSource.
- BetaFileImageSource - class in com.anthropic.models.beta.messages
- BetaFileImageSource.Builder - class in com.anthropic.models.beta.messages.BetaFileImageSource
- A builder for BetaFileImageSource.
- BetaGatewayTimeoutError - class in com.anthropic.models.beta
- BetaGatewayTimeoutError.Builder - class in com.anthropic.models.beta.BetaGatewayTimeoutError
- A builder for BetaGatewayTimeoutError.
- BetaImageBlockParam - class in com.anthropic.models.beta.messages
- BetaImageBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaImageBlockParam
- A builder for BetaImageBlockParam.
- BetaImageBlockParam.Source - class in com.anthropic.models.beta.messages.BetaImageBlockParam
- BetaImageBlockParam.Source.Visitor - class in com.anthropic.models.beta.messages.BetaImageBlockParam.Source
- An interface that defines how to map each variant of Source to a value of type T.
- BetaInputJsonDelta - class in com.anthropic.models.beta.messages
- BetaInputJsonDelta.Builder - class in com.anthropic.models.beta.messages.BetaInputJsonDelta
- A builder for BetaInputJsonDelta.
- BetaInputTokensClearAtLeast - class in com.anthropic.models.beta.messages
- BetaInputTokensClearAtLeast.Builder - class in com.anthropic.models.beta.messages.BetaInputTokensClearAtLeast
- A builder for BetaInputTokensClearAtLeast.
- BetaInputTokensTrigger - class in com.anthropic.models.beta.messages
- BetaInputTokensTrigger.Builder - class in com.anthropic.models.beta.messages.BetaInputTokensTrigger
- A builder for BetaInputTokensTrigger.
- BetaInvalidRequestError - class in com.anthropic.models.beta
- BetaInvalidRequestError.Builder - class in com.anthropic.models.beta.BetaInvalidRequestError
- A builder for BetaInvalidRequestError.
- BetaJsonOutputFormat - class in com.anthropic.models.beta.messages
- BetaJsonOutputFormat.Builder - class in com.anthropic.models.beta.messages.BetaJsonOutputFormat
- A builder for BetaJsonOutputFormat.
- BetaJsonOutputFormat.Schema - class in com.anthropic.models.beta.messages.BetaJsonOutputFormat
- The JSON schema of the format
- BetaJsonOutputFormat.Schema.Builder - class in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Schema
- A builder for Schema.
- BetaMcpToolConfig - class in com.anthropic.models.beta.messages
- Configuration for a specific tool in an MCP toolset.
- BetaMcpToolConfig.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolConfig
- A builder for BetaMcpToolConfig.
- BetaMcpToolDefaultConfig - class in com.anthropic.models.beta.messages
- Default configuration for tools in an MCP toolset.
- BetaMcpToolDefaultConfig.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolDefaultConfig
- A builder for BetaMcpToolDefaultConfig.
- BetaMcpToolResultBlock - class in com.anthropic.models.beta.messages
- betaMcpToolResultBlock() - function in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Content
- BetaMcpToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolResultBlock
- A builder for BetaMcpToolResultBlock.
- BetaMcpToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaMcpToolResultBlock
- BetaMcpToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaMcpToolResultBlockParam() - function in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam.Content
- BetaMcpToolset - class in com.anthropic.models.beta.messages
- Configuration for a group of tools from an MCP server.
- betaMcpToolset() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- Configuration for a group of tools from an MCP server.
- BetaMcpToolset.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolset
- A builder for BetaMcpToolset.
- BetaMcpToolset.Configs - class in com.anthropic.models.beta.messages.BetaMcpToolset
- Configuration overrides for specific tools, keyed by tool name
- BetaMcpToolset.Configs.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolset.Configs
- A builder for Configs.
- BetaMcpToolUseBlock - class in com.anthropic.models.beta.messages
- BetaMcpToolUseBlock.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlock
- A builder for BetaMcpToolUseBlock.
- BetaMcpToolUseBlockParam - class in com.anthropic.models.beta.messages
- BetaMcpToolUseBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam
- A builder for BetaMcpToolUseBlockParam.
- BetaMcpToolUseBlockParam.Input - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam
- BetaMcpToolUseBlockParam.Input.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Input
- A builder for Input.
- BetaMemoryTool20250818 - class in com.anthropic.models.beta.messages
- betaMemoryTool20250818() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaMemoryTool20250818.AllowedCaller - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818
- Specifies who can invoke a tool.
- BetaMemoryTool20250818.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaMemoryTool20250818.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaMemoryTool20250818.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818
- A builder for BetaMemoryTool20250818.
- BetaMemoryTool20250818.InputExample - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818
- BetaMemoryTool20250818.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818.InputExample
- A builder for InputExample.
- BetaMemoryTool20250818Command - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818Command.Visitor - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818Command
- An interface that defines how to map each variant of BetaMemoryTool20250818Command to a value of type T.
- BetaMemoryTool20250818CreateCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818CreateCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818CreateCommand
- A builder for BetaMemoryTool20250818CreateCommand.
- BetaMemoryTool20250818DeleteCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818DeleteCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818DeleteCommand
- A builder for BetaMemoryTool20250818DeleteCommand.
- BetaMemoryTool20250818InsertCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818InsertCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818InsertCommand
- A builder for BetaMemoryTool20250818InsertCommand.
- BetaMemoryTool20250818RenameCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818RenameCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818RenameCommand
- A builder for BetaMemoryTool20250818RenameCommand.
- BetaMemoryTool20250818StrReplaceCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818StrReplaceCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818StrReplaceCommand
- A builder for BetaMemoryTool20250818StrReplaceCommand.
- BetaMemoryTool20250818ViewCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818ViewCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818ViewCommand
- A builder for BetaMemoryTool20250818ViewCommand.
- BetaMemoryToolHandler - class in com.anthropic.helpers
- A memory tool handler enables Claude to store and retrieve information across conversations through a filesystem-like API.
- betaMemoryToolHandler() - function in com.anthropic.models.beta.messages.ToolRunnerCreateParams
- betaMemoryToolHandler(com.anthropic.helpers.BetaMemoryToolHandler) - function in com.anthropic.models.beta.messages.ToolRunnerCreateParams.Builder
- Sets the implementation of the beta memory tool handler that will be invoked if memory tool commands are received in tool-use responses.
- BetaMessage - class in com.anthropic.models.beta.messages
- BetaMessage.Builder - class in com.anthropic.models.beta.messages.BetaMessage
- A builder for BetaMessage.
- BetaMessageAccumulator - class in com.anthropic.helpers
- An accumulator that constructs a BetaMessage from a sequence of streamed events.
- BetaMessageBatch - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatch.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatch
- A builder for BetaMessageBatch.
- BetaMessageBatch.ProcessingStatus - class in com.anthropic.models.beta.messages.batches.BetaMessageBatch
- Processing status of the Message Batch.
- BetaMessageBatch.ProcessingStatus.Known - class in com.anthropic.models.beta.messages.batches.BetaMessageBatch.ProcessingStatus
- An enum containing ProcessingStatus's known values.
- BetaMessageBatch.ProcessingStatus.Value - class in com.anthropic.models.beta.messages.batches.BetaMessageBatch.ProcessingStatus
- An enum containing ProcessingStatus's known values, as well as an _UNKNOWN member.
- BetaMessageBatchCanceledResult - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchCanceledResult.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchCanceledResult
- A builder for BetaMessageBatchCanceledResult.
- BetaMessageBatchErroredResult - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchErroredResult.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchErroredResult
- A builder for BetaMessageBatchErroredResult.
- BetaMessageBatchExpiredResult - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchExpiredResult.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchExpiredResult
- A builder for BetaMessageBatchExpiredResult.
- BetaMessageBatchIndividualResponse - class in com.anthropic.models.beta.messages.batches
- This is a single line in the response
.jsonlfile and does not represent the response as a whole. - BetaMessageBatchIndividualResponse.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse
- A builder for BetaMessageBatchIndividualResponse.
- BetaMessageBatchRequestCounts - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchRequestCounts.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchRequestCounts
- A builder for BetaMessageBatchRequestCounts.
- BetaMessageBatchResult - class in com.anthropic.models.beta.messages.batches
- Processing result for this request.
- BetaMessageBatchResult.Visitor - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchResult
- An interface that defines how to map each variant of BetaMessageBatchResult to a value of type T.
- BetaMessageBatchSucceededResult - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchSucceededResult.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchSucceededResult
- A builder for BetaMessageBatchSucceededResult.
- BetaMessageDeltaUsage - class in com.anthropic.models.beta.messages
- BetaMessageDeltaUsage.BetaIterationsUsageItems - class in com.anthropic.models.beta.messages.BetaMessageDeltaUsage
- Token usage for a sampling iteration.
- BetaMessageDeltaUsage.BetaIterationsUsageItems.Visitor - class in com.anthropic.models.beta.messages.BetaMessageDeltaUsage.BetaIterationsUsageItems
- An interface that defines how to map each variant of BetaIterationsUsageItems to a value of type T.
- BetaMessageDeltaUsage.Builder - class in com.anthropic.models.beta.messages.BetaMessageDeltaUsage
- A builder for BetaMessageDeltaUsage.
- BetaMessageIterationUsage - class in com.anthropic.models.beta.messages
- Token usage for a sampling iteration.
- BetaMessageIterationUsage.Builder - class in com.anthropic.models.beta.messages.BetaMessageIterationUsage
- A builder for BetaMessageIterationUsage.
- BetaMessageParam - class in com.anthropic.models.beta.messages
- BetaMessageParam.Builder - class in com.anthropic.models.beta.messages.BetaMessageParam
- A builder for BetaMessageParam.
- BetaMessageParam.Content - class in com.anthropic.models.beta.messages.BetaMessageParam
- BetaMessageParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaMessageParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaMessageParam.Role - class in com.anthropic.models.beta.messages.BetaMessageParam
- BetaMessageParam.Role.Known - class in com.anthropic.models.beta.messages.BetaMessageParam.Role
- An enum containing Role's known values.
- BetaMessageParam.Role.Value - class in com.anthropic.models.beta.messages.BetaMessageParam.Role
- An enum containing Role's known values, as well as an _UNKNOWN member.
- BetaMessageTokensCount - class in com.anthropic.models.beta.messages
- BetaMessageTokensCount.Builder - class in com.anthropic.models.beta.messages.BetaMessageTokensCount
- A builder for BetaMessageTokensCount.
- BetaMetadata - class in com.anthropic.models.beta.messages
- BetaMetadata.Builder - class in com.anthropic.models.beta.messages.BetaMetadata
- A builder for BetaMetadata.
- BetaModelInfo - class in com.anthropic.models.beta.models
- BetaModelInfo.Builder - class in com.anthropic.models.beta.models.BetaModelInfo
- A builder for BetaModelInfo.
- BetaNotFoundError - class in com.anthropic.models.beta
- BetaNotFoundError.Builder - class in com.anthropic.models.beta.BetaNotFoundError
- A builder for BetaNotFoundError.
- BetaOutputConfig - class in com.anthropic.models.beta.messages
- BetaOutputConfig.Builder - class in com.anthropic.models.beta.messages.BetaOutputConfig
- A builder for BetaOutputConfig.
- BetaOutputConfig.Effort - class in com.anthropic.models.beta.messages.BetaOutputConfig
- All possible effort levels.
- BetaOutputConfig.Effort.Known - class in com.anthropic.models.beta.messages.BetaOutputConfig.Effort
- An enum containing Effort's known values.
- BetaOutputConfig.Effort.Value - class in com.anthropic.models.beta.messages.BetaOutputConfig.Effort
- An enum containing Effort's known values, as well as an _UNKNOWN member.
- BetaOverloadedError - class in com.anthropic.models.beta
- BetaOverloadedError.Builder - class in com.anthropic.models.beta.BetaOverloadedError
- A builder for BetaOverloadedError.
- BetaPermissionError - class in com.anthropic.models.beta
- BetaPermissionError.Builder - class in com.anthropic.models.beta.BetaPermissionError
- A builder for BetaPermissionError.
- BetaPlainTextSource - class in com.anthropic.models.beta.messages
- BetaPlainTextSource.Builder - class in com.anthropic.models.beta.messages.BetaPlainTextSource
- A builder for BetaPlainTextSource.
- BetaRateLimitError - class in com.anthropic.models.beta
- BetaRateLimitError.Builder - class in com.anthropic.models.beta.BetaRateLimitError
- A builder for BetaRateLimitError.
- BetaRawContentBlockDelta - class in com.anthropic.models.beta.messages
- BetaRawContentBlockDelta.Visitor - class in com.anthropic.models.beta.messages.BetaRawContentBlockDelta
- An interface that defines how to map each variant of BetaRawContentBlockDelta to a value of type T.
- BetaRawContentBlockDeltaEvent - class in com.anthropic.models.beta.messages
- BetaRawContentBlockDeltaEvent.Builder - class in com.anthropic.models.beta.messages.BetaRawContentBlockDeltaEvent
- A builder for BetaRawContentBlockDeltaEvent.
- BetaRawContentBlockStartEvent - class in com.anthropic.models.beta.messages
- BetaRawContentBlockStartEvent.Builder - class in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent
- A builder for BetaRawContentBlockStartEvent.
- BetaRawContentBlockStartEvent.ContentBlock - class in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent
- Response model for a file uploaded to the container.
- BetaRawContentBlockStartEvent.ContentBlock.Visitor - class in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent.ContentBlock
- An interface that defines how to map each variant of ContentBlock to a value of type T.
- BetaRawContentBlockStopEvent - class in com.anthropic.models.beta.messages
- BetaRawContentBlockStopEvent.Builder - class in com.anthropic.models.beta.messages.BetaRawContentBlockStopEvent
- A builder for BetaRawContentBlockStopEvent.
- BetaRawMessageDeltaEvent - class in com.anthropic.models.beta.messages
- BetaRawMessageDeltaEvent.Builder - class in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent
- A builder for BetaRawMessageDeltaEvent.
- BetaRawMessageDeltaEvent.Delta - class in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent
- BetaRawMessageDeltaEvent.Delta.Builder - class in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent.Delta
- A builder for Delta.
- BetaRawMessageStartEvent - class in com.anthropic.models.beta.messages
- BetaRawMessageStartEvent.Builder - class in com.anthropic.models.beta.messages.BetaRawMessageStartEvent
- A builder for BetaRawMessageStartEvent.
- BetaRawMessageStopEvent - class in com.anthropic.models.beta.messages
- BetaRawMessageStopEvent.Builder - class in com.anthropic.models.beta.messages.BetaRawMessageStopEvent
- A builder for BetaRawMessageStopEvent.
- BetaRawMessageStreamEvent - class in com.anthropic.models.beta.messages
- BetaRawMessageStreamEvent.Visitor - class in com.anthropic.models.beta.messages.BetaRawMessageStreamEvent
- An interface that defines how to map each variant of BetaRawMessageStreamEvent to a value of type T.
- BetaRedactedThinkingBlock - class in com.anthropic.models.beta.messages
- BetaRedactedThinkingBlock.Builder - class in com.anthropic.models.beta.messages.BetaRedactedThinkingBlock
- A builder for BetaRedactedThinkingBlock.
- BetaRedactedThinkingBlockParam - class in com.anthropic.models.beta.messages
- BetaRedactedThinkingBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaRedactedThinkingBlockParam
- A builder for BetaRedactedThinkingBlockParam.
- BetaRequestDocumentBlock - class in com.anthropic.models.beta.messages
- BetaRequestDocumentBlock.Builder - class in com.anthropic.models.beta.messages.BetaRequestDocumentBlock
- A builder for BetaRequestDocumentBlock.
- BetaRequestDocumentBlock.Source - class in com.anthropic.models.beta.messages.BetaRequestDocumentBlock
- BetaRequestDocumentBlock.Source.Visitor - class in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Source
- An interface that defines how to map each variant of Source to a value of type T.
- BetaRequestMcpServerToolConfiguration - class in com.anthropic.models.beta.messages
- BetaRequestMcpServerToolConfiguration.Builder - class in com.anthropic.models.beta.messages.BetaRequestMcpServerToolConfiguration
- A builder for BetaRequestMcpServerToolConfiguration.
- BetaRequestMcpServerUrlDefinition - class in com.anthropic.models.beta.messages
- BetaRequestMcpServerUrlDefinition.Builder - class in com.anthropic.models.beta.messages.BetaRequestMcpServerUrlDefinition
- A builder for BetaRequestMcpServerUrlDefinition.
- BetaRequestMcpToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaRequestMcpToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam
- A builder for BetaRequestMcpToolResultBlockParam.
- BetaRequestMcpToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam
- BetaRequestMcpToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betas() - function in com.anthropic.models.beta.files.FileDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.files.FileDownloadParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.files.FileListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.files.FileListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.files.FileListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.files.FileUploadParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.MessageCountTokensParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.MessageCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Builder
- betas(java.util.List) - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Builder
- betas() - function in com.anthropic.models.beta.messages.batches.BatchCancelParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchResultsParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.models.ModelListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.models.ModelListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.models.ModelListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.models.ModelRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.SkillCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.SkillCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.SkillCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.SkillDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.SkillDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.SkillDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.SkillListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.SkillListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.SkillListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.SkillRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.SkillRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.SkillRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.versions.VersionListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.versions.VersionListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.versions.VersionListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.completions.CompletionCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.models.ModelListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.models.ModelListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.models.ModelListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.models.ModelRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- BetaSearchResultBlockParam - class in com.anthropic.models.beta.messages
- BetaSearchResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaSearchResultBlockParam
- A builder for BetaSearchResultBlockParam.
- BetaServerToolCaller - class in com.anthropic.models.beta.messages
- Tool invocation generated by a server-side tool.
- BetaServerToolCaller.Builder - class in com.anthropic.models.beta.messages.BetaServerToolCaller
- A builder for BetaServerToolCaller.
- BetaServerToolCaller20260120 - class in com.anthropic.models.beta.messages
- BetaServerToolCaller20260120.Builder - class in com.anthropic.models.beta.messages.BetaServerToolCaller20260120
- A builder for BetaServerToolCaller20260120.
- BetaServerToolUsage - class in com.anthropic.models.beta.messages
- BetaServerToolUsage.Builder - class in com.anthropic.models.beta.messages.BetaServerToolUsage
- A builder for BetaServerToolUsage.
- BetaServerToolUseBlock - class in com.anthropic.models.beta.messages
- BetaServerToolUseBlock.Builder - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock
- A builder for BetaServerToolUseBlock.
- BetaServerToolUseBlock.Caller - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock
- Tool invocation directly from the model.
- BetaServerToolUseBlock.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaServerToolUseBlock.Name - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock
- BetaServerToolUseBlock.Name.Known - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Name
- An enum containing Name's known values.
- BetaServerToolUseBlock.Name.Value - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Name
- An enum containing Name's known values, as well as an _UNKNOWN member.
- BetaServerToolUseBlockParam - class in com.anthropic.models.beta.messages
- BetaServerToolUseBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam
- A builder for BetaServerToolUseBlockParam.
- BetaServerToolUseBlockParam.Caller - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam
- Tool invocation directly from the model.
- BetaServerToolUseBlockParam.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaServerToolUseBlockParam.Input - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam
- BetaServerToolUseBlockParam.Input.Builder - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Input
- A builder for Input.
- BetaServerToolUseBlockParam.Name - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam
- BetaServerToolUseBlockParam.Name.Known - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Name
- An enum containing Name's known values.
- BetaServerToolUseBlockParam.Name.Value - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Name
- An enum containing Name's known values, as well as an _UNKNOWN member.
- BetaService - class in com.anthropic.services.blocking
- BetaService.WithRawResponse - class in com.anthropic.services.blocking.BetaService
- A view of BetaService that provides access to raw HTTP responses for each method.
- BetaServiceAsync - class in com.anthropic.services.async
- BetaServiceAsync.WithRawResponse - class in com.anthropic.services.async.BetaServiceAsync
- A view of BetaServiceAsync that provides access to raw HTTP responses for each method.
- BetaServiceAsyncImpl - class in com.anthropic.services.async
- BetaServiceAsyncImpl.WithRawResponseImpl - class in com.anthropic.services.async.BetaServiceAsyncImpl
- BetaServiceImpl - class in com.anthropic.services.blocking
- BetaServiceImpl.WithRawResponseImpl - class in com.anthropic.services.blocking.BetaServiceImpl
- BetaSignatureDelta - class in com.anthropic.models.beta.messages
- BetaSignatureDelta.Builder - class in com.anthropic.models.beta.messages.BetaSignatureDelta
- A builder for BetaSignatureDelta.
- BetaSkill - class in com.anthropic.models.beta.messages
- A skill that was loaded in a container (response model).
- BetaSkill.Builder - class in com.anthropic.models.beta.messages.BetaSkill
- A builder for BetaSkill.
- BetaSkill.Type - class in com.anthropic.models.beta.messages.BetaSkill
- Type of skill - either 'anthropic' (built-in) or 'custom' (user-defined)
- BetaSkill.Type.Known - class in com.anthropic.models.beta.messages.BetaSkill.Type
- An enum containing Type's known values.
- BetaSkill.Type.Value - class in com.anthropic.models.beta.messages.BetaSkill.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaSkillParams - class in com.anthropic.models.beta.messages
- Specification for a skill to be loaded in a container (request model).
- BetaSkillParams.Builder - class in com.anthropic.models.beta.messages.BetaSkillParams
- A builder for BetaSkillParams.
- BetaSkillParams.Type - class in com.anthropic.models.beta.messages.BetaSkillParams
- Type of skill - either 'anthropic' (built-in) or 'custom' (user-defined)
- BetaSkillParams.Type.Known - class in com.anthropic.models.beta.messages.BetaSkillParams.Type
- An enum containing Type's known values.
- BetaSkillParams.Type.Value - class in com.anthropic.models.beta.messages.BetaSkillParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaStopReason - class in com.anthropic.models.beta.messages
- BetaStopReason.Known - class in com.anthropic.models.beta.messages.BetaStopReason
- An enum containing BetaStopReason's known values.
- BetaStopReason.Value - class in com.anthropic.models.beta.messages.BetaStopReason
- An enum containing BetaStopReason's known values, as well as an _UNKNOWN member.
- BetaTextBlock - class in com.anthropic.models.beta.messages
- BetaTextBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextBlock
- A builder for BetaTextBlock.
- BetaTextBlockParam - class in com.anthropic.models.beta.messages
- BetaTextBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextBlockParam
- A builder for BetaTextBlockParam.
- betaTextBlockParams() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.System
- betaTextBlockParams() - function in com.anthropic.models.beta.messages.MessageCreateParams.System
- betaTextBlockParams() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.System
- BetaTextCitation - class in com.anthropic.models.beta.messages
- BetaTextCitation.Visitor - class in com.anthropic.models.beta.messages.BetaTextCitation
- An interface that defines how to map each variant of BetaTextCitation to a value of type T.
- BetaTextCitationParam - class in com.anthropic.models.beta.messages
- BetaTextCitationParam.Visitor - class in com.anthropic.models.beta.messages.BetaTextCitationParam
- An interface that defines how to map each variant of BetaTextCitationParam to a value of type T.
- BetaTextDelta - class in com.anthropic.models.beta.messages
- BetaTextDelta.Builder - class in com.anthropic.models.beta.messages.BetaTextDelta
- A builder for BetaTextDelta.
- BetaTextEditorCodeExecutionCreateResultBlock - class in com.anthropic.models.beta.messages
- betaTextEditorCodeExecutionCreateResultBlock() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- BetaTextEditorCodeExecutionCreateResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlock
- A builder for BetaTextEditorCodeExecutionCreateResultBlock.
- BetaTextEditorCodeExecutionCreateResultBlockParam - class in com.anthropic.models.beta.messages
- betaTextEditorCodeExecutionCreateResultBlockParam() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- BetaTextEditorCodeExecutionCreateResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlockParam
- A builder for BetaTextEditorCodeExecutionCreateResultBlockParam.
- BetaTextEditorCodeExecutionStrReplaceResultBlock - class in com.anthropic.models.beta.messages
- betaTextEditorCodeExecutionStrReplaceResultBlock() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- BetaTextEditorCodeExecutionStrReplaceResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlock
- A builder for BetaTextEditorCodeExecutionStrReplaceResultBlock.
- BetaTextEditorCodeExecutionStrReplaceResultBlockParam - class in com.anthropic.models.beta.messages
- betaTextEditorCodeExecutionStrReplaceResultBlockParam() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- BetaTextEditorCodeExecutionStrReplaceResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlockParam
- A builder for BetaTextEditorCodeExecutionStrReplaceResultBlockParam.
- BetaTextEditorCodeExecutionToolResultBlock - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock
- A builder for BetaTextEditorCodeExecutionToolResultBlock.
- BetaTextEditorCodeExecutionToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock
- BetaTextEditorCodeExecutionToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaTextEditorCodeExecutionToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam
- A builder for BetaTextEditorCodeExecutionToolResultBlockParam.
- BetaTextEditorCodeExecutionToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam
- BetaTextEditorCodeExecutionToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaTextEditorCodeExecutionToolResultError() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- BetaTextEditorCodeExecutionToolResultError - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError
- A builder for BetaTextEditorCodeExecutionToolResultError.
- BetaTextEditorCodeExecutionToolResultError.ErrorCode - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError
- BetaTextEditorCodeExecutionToolResultError.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError.ErrorCode
- An enum containing ErrorCode's known values.
- BetaTextEditorCodeExecutionToolResultError.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaTextEditorCodeExecutionToolResultErrorParam() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- BetaTextEditorCodeExecutionToolResultErrorParam - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionToolResultErrorParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam
- A builder for BetaTextEditorCodeExecutionToolResultErrorParam.
- BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam
- BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values.
- BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaTextEditorCodeExecutionViewResultBlock() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- BetaTextEditorCodeExecutionViewResultBlock - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionViewResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock
- A builder for BetaTextEditorCodeExecutionViewResultBlock.
- BetaTextEditorCodeExecutionViewResultBlock.FileType - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock
- BetaTextEditorCodeExecutionViewResultBlock.FileType.Known - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock.FileType
- An enum containing FileType's known values.
- BetaTextEditorCodeExecutionViewResultBlock.FileType.Value - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock.FileType
- An enum containing FileType's known values, as well as an _UNKNOWN member.
- betaTextEditorCodeExecutionViewResultBlockParam() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- BetaTextEditorCodeExecutionViewResultBlockParam - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionViewResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam
- A builder for BetaTextEditorCodeExecutionViewResultBlockParam.
- BetaTextEditorCodeExecutionViewResultBlockParam.FileType - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam
- BetaTextEditorCodeExecutionViewResultBlockParam.FileType.Known - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam.FileType
- An enum containing FileType's known values.
- BetaTextEditorCodeExecutionViewResultBlockParam.FileType.Value - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam.FileType
- An enum containing FileType's known values, as well as an _UNKNOWN member.
- BetaThinkingBlock - class in com.anthropic.models.beta.messages
- BetaThinkingBlock.Builder - class in com.anthropic.models.beta.messages.BetaThinkingBlock
- A builder for BetaThinkingBlock.
- BetaThinkingBlockParam - class in com.anthropic.models.beta.messages
- BetaThinkingBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaThinkingBlockParam
- A builder for BetaThinkingBlockParam.
- BetaThinkingConfigAdaptive - class in com.anthropic.models.beta.messages
- BetaThinkingConfigAdaptive.Builder - class in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive
- A builder for BetaThinkingConfigAdaptive.
- BetaThinkingConfigAdaptive.Display - class in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive
- Controls how thinking content appears in the response.
- BetaThinkingConfigAdaptive.Display.Known - class in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive.Display
- An enum containing Display's known values.
- BetaThinkingConfigAdaptive.Display.Value - class in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive.Display
- An enum containing Display's known values, as well as an _UNKNOWN member.
- BetaThinkingConfigDisabled - class in com.anthropic.models.beta.messages
- BetaThinkingConfigDisabled.Builder - class in com.anthropic.models.beta.messages.BetaThinkingConfigDisabled
- A builder for BetaThinkingConfigDisabled.
- BetaThinkingConfigEnabled - class in com.anthropic.models.beta.messages
- BetaThinkingConfigEnabled.Builder - class in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled
- A builder for BetaThinkingConfigEnabled.
- BetaThinkingConfigEnabled.Display - class in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled
- Controls how thinking content appears in the response.
- BetaThinkingConfigEnabled.Display.Known - class in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Display
- An enum containing Display's known values.
- BetaThinkingConfigEnabled.Display.Value - class in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Display
- An enum containing Display's known values, as well as an _UNKNOWN member.
- BetaThinkingConfigParam - class in com.anthropic.models.beta.messages
- Configuration for enabling Claude's extended thinking.
- BetaThinkingConfigParam.Visitor - class in com.anthropic.models.beta.messages.BetaThinkingConfigParam
- An interface that defines how to map each variant of BetaThinkingConfigParam to a value of type T.
- BetaThinkingDelta - class in com.anthropic.models.beta.messages
- BetaThinkingDelta.Builder - class in com.anthropic.models.beta.messages.BetaThinkingDelta
- A builder for BetaThinkingDelta.
- betaThinkingTurns() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Keep
- BetaThinkingTurns - class in com.anthropic.models.beta.messages
- BetaThinkingTurns.Builder - class in com.anthropic.models.beta.messages.BetaThinkingTurns
- A builder for BetaThinkingTurns.
- BetaTool - class in com.anthropic.models.beta.messages
- betaTool() - function in com.anthropic.models.beta.messages.BetaToolUnion
- BetaTool.AllowedCaller - class in com.anthropic.models.beta.messages.BetaTool
- Specifies who can invoke a tool.
- BetaTool.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaTool.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaTool.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaTool.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaTool.Builder - class in com.anthropic.models.beta.messages.BetaTool
- A builder for BetaTool.
- BetaTool.InputExample - class in com.anthropic.models.beta.messages.BetaTool
- BetaTool.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaTool.InputExample
- A builder for InputExample.
- BetaTool.InputSchema - class in com.anthropic.models.beta.messages.BetaTool
- JSON schema for this tool's input.
- BetaTool.InputSchema.Builder - class in com.anthropic.models.beta.messages.BetaTool.InputSchema
- A builder for InputSchema.
- BetaTool.InputSchema.Properties - class in com.anthropic.models.beta.messages.BetaTool.InputSchema
- BetaTool.InputSchema.Properties.Builder - class in com.anthropic.models.beta.messages.BetaTool.InputSchema.Properties
- A builder for Properties.
- BetaTool.Type - class in com.anthropic.models.beta.messages.BetaTool
- BetaTool.Type.Known - class in com.anthropic.models.beta.messages.BetaTool.Type
- An enum containing Type's known values.
- BetaTool.Type.Value - class in com.anthropic.models.beta.messages.BetaTool.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaToolBash20241022 - class in com.anthropic.models.beta.messages
- betaToolBash20241022() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolBash20241022.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolBash20241022
- Specifies who can invoke a tool.
- BetaToolBash20241022.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolBash20241022.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolBash20241022.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolBash20241022.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolBash20241022.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20241022
- A builder for BetaToolBash20241022.
- BetaToolBash20241022.InputExample - class in com.anthropic.models.beta.messages.BetaToolBash20241022
- BetaToolBash20241022.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20241022.InputExample
- A builder for InputExample.
- BetaToolBash20250124 - class in com.anthropic.models.beta.messages
- betaToolBash20250124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolBash20250124.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolBash20250124
- Specifies who can invoke a tool.
- BetaToolBash20250124.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolBash20250124.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolBash20250124.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolBash20250124.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolBash20250124.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20250124
- A builder for BetaToolBash20250124.
- BetaToolBash20250124.InputExample - class in com.anthropic.models.beta.messages.BetaToolBash20250124
- BetaToolBash20250124.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20250124.InputExample
- A builder for InputExample.
- BetaToolChoice - class in com.anthropic.models.beta.messages
- How the model should use the provided tools.
- BetaToolChoice.Visitor - class in com.anthropic.models.beta.messages.BetaToolChoice
- An interface that defines how to map each variant of BetaToolChoice to a value of type T.
- BetaToolChoiceAny - class in com.anthropic.models.beta.messages
- The model will use any available tools.
- BetaToolChoiceAny.Builder - class in com.anthropic.models.beta.messages.BetaToolChoiceAny
- A builder for BetaToolChoiceAny.
- BetaToolChoiceAuto - class in com.anthropic.models.beta.messages
- The model will automatically decide whether to use tools.
- BetaToolChoiceAuto.Builder - class in com.anthropic.models.beta.messages.BetaToolChoiceAuto
- A builder for BetaToolChoiceAuto.
- BetaToolChoiceNone - class in com.anthropic.models.beta.messages
- The model will not be allowed to use tools.
- BetaToolChoiceNone.Builder - class in com.anthropic.models.beta.messages.BetaToolChoiceNone
- A builder for BetaToolChoiceNone.
- BetaToolChoiceTool - class in com.anthropic.models.beta.messages
- The model will use the specified tool with
tool_choice.name. - BetaToolChoiceTool.Builder - class in com.anthropic.models.beta.messages.BetaToolChoiceTool
- A builder for BetaToolChoiceTool.
- BetaToolComputerUse20241022 - class in com.anthropic.models.beta.messages
- betaToolComputerUse20241022() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolComputerUse20241022.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022
- Specifies who can invoke a tool.
- BetaToolComputerUse20241022.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolComputerUse20241022.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolComputerUse20241022.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022
- A builder for BetaToolComputerUse20241022.
- BetaToolComputerUse20241022.InputExample - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022
- BetaToolComputerUse20241022.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.InputExample
- A builder for InputExample.
- BetaToolComputerUse20250124 - class in com.anthropic.models.beta.messages
- betaToolComputerUse20250124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolComputerUse20250124.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124
- Specifies who can invoke a tool.
- BetaToolComputerUse20250124.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolComputerUse20250124.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolComputerUse20250124.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124
- A builder for BetaToolComputerUse20250124.
- BetaToolComputerUse20250124.InputExample - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124
- BetaToolComputerUse20250124.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.InputExample
- A builder for InputExample.
- BetaToolComputerUse20251124 - class in com.anthropic.models.beta.messages
- betaToolComputerUse20251124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolComputerUse20251124.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124
- Specifies who can invoke a tool.
- BetaToolComputerUse20251124.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolComputerUse20251124.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolComputerUse20251124.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124
- A builder for BetaToolComputerUse20251124.
- BetaToolComputerUse20251124.InputExample - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124
- BetaToolComputerUse20251124.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.InputExample
- A builder for InputExample.
- BetaToolReferenceBlock - class in com.anthropic.models.beta.messages
- BetaToolReferenceBlock.Builder - class in com.anthropic.models.beta.messages.BetaToolReferenceBlock
- A builder for BetaToolReferenceBlock.
- BetaToolReferenceBlockParam - class in com.anthropic.models.beta.messages
- Tool reference block that can be included in tool_result content.
- BetaToolReferenceBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolReferenceBlockParam
- A builder for BetaToolReferenceBlockParam.
- BetaToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam
- A builder for BetaToolResultBlockParam.
- BetaToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam
- BetaToolResultBlockParam.Content.Block - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Content
- Tool reference block that can be included in tool_result content.
- BetaToolResultBlockParam.Content.Block.Visitor - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Content.Block
- An interface that defines how to map each variant of Block to a value of type T.
- BetaToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaToolRunner - class in com.anthropic.helpers
- A BetaToolRunner handles the automatic conversation loop between the assistant and tools.
- BetaToolSearchToolBm25_20251119 - class in com.anthropic.models.beta.messages
- betaToolSearchToolBm25_20251119() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolSearchToolBm25_20251119.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119
- Specifies who can invoke a tool.
- BetaToolSearchToolBm25_20251119.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolSearchToolBm25_20251119.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolSearchToolBm25_20251119.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119
- A builder for BetaToolSearchToolBm25_20251119.
- BetaToolSearchToolBm25_20251119.Type - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119
- BetaToolSearchToolBm25_20251119.Type.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.Type
- An enum containing Type's known values.
- BetaToolSearchToolBm25_20251119.Type.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaToolSearchToolRegex20251119 - class in com.anthropic.models.beta.messages
- betaToolSearchToolRegex20251119() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolSearchToolRegex20251119.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119
- Specifies who can invoke a tool.
- BetaToolSearchToolRegex20251119.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolSearchToolRegex20251119.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolSearchToolRegex20251119.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119
- A builder for BetaToolSearchToolRegex20251119.
- BetaToolSearchToolRegex20251119.Type - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119
- BetaToolSearchToolRegex20251119.Type.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.Type
- An enum containing Type's known values.
- BetaToolSearchToolRegex20251119.Type.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaToolSearchToolResultBlock - class in com.anthropic.models.beta.messages
- BetaToolSearchToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock
- A builder for BetaToolSearchToolResultBlock.
- BetaToolSearchToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock
- BetaToolSearchToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaToolSearchToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaToolSearchToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam
- A builder for BetaToolSearchToolResultBlockParam.
- BetaToolSearchToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam
- BetaToolSearchToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaToolSearchToolResultError() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Content
- BetaToolSearchToolResultError - class in com.anthropic.models.beta.messages
- BetaToolSearchToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultError
- A builder for BetaToolSearchToolResultError.
- BetaToolSearchToolResultError.ErrorCode - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultError
- BetaToolSearchToolResultError.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultError.ErrorCode
- An enum containing ErrorCode's known values.
- BetaToolSearchToolResultError.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultError.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaToolSearchToolResultErrorParam() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Content
- BetaToolSearchToolResultErrorParam - class in com.anthropic.models.beta.messages
- BetaToolSearchToolResultErrorParam.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam
- A builder for BetaToolSearchToolResultErrorParam.
- BetaToolSearchToolResultErrorParam.ErrorCode - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam
- BetaToolSearchToolResultErrorParam.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values.
- BetaToolSearchToolResultErrorParam.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaToolSearchToolSearchResultBlock() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Content
- BetaToolSearchToolSearchResultBlock - class in com.anthropic.models.beta.messages
- BetaToolSearchToolSearchResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlock
- A builder for BetaToolSearchToolSearchResultBlock.
- betaToolSearchToolSearchResultBlockParam() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Content
- BetaToolSearchToolSearchResultBlockParam - class in com.anthropic.models.beta.messages
- BetaToolSearchToolSearchResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlockParam
- A builder for BetaToolSearchToolSearchResultBlockParam.
- BetaToolTextEditor20241022 - class in com.anthropic.models.beta.messages
- betaToolTextEditor20241022() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolTextEditor20241022.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022
- Specifies who can invoke a tool.
- BetaToolTextEditor20241022.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolTextEditor20241022.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolTextEditor20241022.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022
- A builder for BetaToolTextEditor20241022.
- BetaToolTextEditor20241022.InputExample - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022
- BetaToolTextEditor20241022.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.InputExample
- A builder for InputExample.
- BetaToolTextEditor20250124 - class in com.anthropic.models.beta.messages
- betaToolTextEditor20250124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolTextEditor20250124.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124
- Specifies who can invoke a tool.
- BetaToolTextEditor20250124.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolTextEditor20250124.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolTextEditor20250124.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124
- A builder for BetaToolTextEditor20250124.
- BetaToolTextEditor20250124.InputExample - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124
- BetaToolTextEditor20250124.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.InputExample
- A builder for InputExample.
- BetaToolTextEditor20250429 - class in com.anthropic.models.beta.messages
- betaToolTextEditor20250429() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolTextEditor20250429.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429
- Specifies who can invoke a tool.
- BetaToolTextEditor20250429.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolTextEditor20250429.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolTextEditor20250429.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429
- A builder for BetaToolTextEditor20250429.
- BetaToolTextEditor20250429.InputExample - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429
- BetaToolTextEditor20250429.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.InputExample
- A builder for InputExample.
- BetaToolTextEditor20250728 - class in com.anthropic.models.beta.messages
- betaToolTextEditor20250728() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolTextEditor20250728.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728
- Specifies who can invoke a tool.
- BetaToolTextEditor20250728.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolTextEditor20250728.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolTextEditor20250728.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728
- A builder for BetaToolTextEditor20250728.
- BetaToolTextEditor20250728.InputExample - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728
- BetaToolTextEditor20250728.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.InputExample
- A builder for InputExample.
- BetaToolUnion - class in com.anthropic.models.beta.messages
- Code execution tool with REPL state persistence (daemon mode + gVisor checkpoint).
- BetaToolUnion.Visitor - class in com.anthropic.models.beta.messages.BetaToolUnion
- An interface that defines how to map each variant of BetaToolUnion to a value of type T.
- BetaToolUseBlock - class in com.anthropic.models.beta.messages
- BetaToolUseBlock.Builder - class in com.anthropic.models.beta.messages.BetaToolUseBlock
- A builder for BetaToolUseBlock.
- BetaToolUseBlock.Caller - class in com.anthropic.models.beta.messages.BetaToolUseBlock
- Tool invocation directly from the model.
- BetaToolUseBlock.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaToolUseBlock.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaToolUseBlockParam - class in com.anthropic.models.beta.messages
- BetaToolUseBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam
- A builder for BetaToolUseBlockParam.
- BetaToolUseBlockParam.Caller - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam
- Tool invocation directly from the model.
- BetaToolUseBlockParam.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaToolUseBlockParam.Input - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam
- BetaToolUseBlockParam.Input.Builder - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Input
- A builder for Input.
- BetaToolUsesKeep - class in com.anthropic.models.beta.messages
- BetaToolUsesKeep.Builder - class in com.anthropic.models.beta.messages.BetaToolUsesKeep
- A builder for BetaToolUsesKeep.
- BetaToolUsesTrigger - class in com.anthropic.models.beta.messages
- BetaToolUsesTrigger.Builder - class in com.anthropic.models.beta.messages.BetaToolUsesTrigger
- A builder for BetaToolUsesTrigger.
- BetaUrlImageSource - class in com.anthropic.models.beta.messages
- BetaUrlImageSource.Builder - class in com.anthropic.models.beta.messages.BetaUrlImageSource
- A builder for BetaUrlImageSource.
- BetaUrlPdfSource - class in com.anthropic.models.beta.messages
- BetaUrlPdfSource.Builder - class in com.anthropic.models.beta.messages.BetaUrlPdfSource
- A builder for BetaUrlPdfSource.
- BetaUsage - class in com.anthropic.models.beta.messages
- BetaUsage.BetaIterationsUsageItems - class in com.anthropic.models.beta.messages.BetaUsage
- Token usage for a sampling iteration.
- BetaUsage.BetaIterationsUsageItems.Visitor - class in com.anthropic.models.beta.messages.BetaUsage.BetaIterationsUsageItems
- An interface that defines how to map each variant of BetaIterationsUsageItems to a value of type T.
- BetaUsage.Builder - class in com.anthropic.models.beta.messages.BetaUsage
- A builder for BetaUsage.
- BetaUsage.ServiceTier - class in com.anthropic.models.beta.messages.BetaUsage
- If the request used the priority, standard, or batch tier.
- BetaUsage.ServiceTier.Known - class in com.anthropic.models.beta.messages.BetaUsage.ServiceTier
- An enum containing ServiceTier's known values.
- BetaUsage.ServiceTier.Value - class in com.anthropic.models.beta.messages.BetaUsage.ServiceTier
- An enum containing ServiceTier's known values, as well as an _UNKNOWN member.
- BetaUsage.Speed - class in com.anthropic.models.beta.messages.BetaUsage
- The inference speed mode used for this request.
- BetaUsage.Speed.Known - class in com.anthropic.models.beta.messages.BetaUsage.Speed
- An enum containing Speed's known values.
- BetaUsage.Speed.Value - class in com.anthropic.models.beta.messages.BetaUsage.Speed
- An enum containing Speed's known values, as well as an _UNKNOWN member.
- BetaUserLocation - class in com.anthropic.models.beta.messages
- BetaUserLocation.Builder - class in com.anthropic.models.beta.messages.BetaUserLocation
- A builder for BetaUserLocation.
- BetaWebFetchBlock - class in com.anthropic.models.beta.messages
- betaWebFetchBlock() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Content
- BetaWebFetchBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchBlock
- A builder for BetaWebFetchBlock.
- BetaWebFetchBlockParam - class in com.anthropic.models.beta.messages
- betaWebFetchBlockParam() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Content
- BetaWebFetchBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchBlockParam
- A builder for BetaWebFetchBlockParam.
- BetaWebFetchTool20250910 - class in com.anthropic.models.beta.messages
- betaWebFetchTool20250910() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaWebFetchTool20250910.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebFetchTool20250910
- Specifies who can invoke a tool.
- BetaWebFetchTool20250910.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebFetchTool20250910.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebFetchTool20250910.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchTool20250910
- A builder for BetaWebFetchTool20250910.
- BetaWebFetchTool20260209 - class in com.anthropic.models.beta.messages
- betaWebFetchTool20260209() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaWebFetchTool20260209.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260209
- Specifies who can invoke a tool.
- BetaWebFetchTool20260209.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebFetchTool20260209.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebFetchTool20260209.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260209
- A builder for BetaWebFetchTool20260209.
- BetaWebFetchTool20260309 - class in com.anthropic.models.beta.messages
- Web fetch tool with use_cache parameter for bypassing cached content.
- betaWebFetchTool20260309() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- Web fetch tool with use_cache parameter for bypassing cached content.
- BetaWebFetchTool20260309.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260309
- Specifies who can invoke a tool.
- BetaWebFetchTool20260309.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebFetchTool20260309.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebFetchTool20260309.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260309
- A builder for BetaWebFetchTool20260309.
- BetaWebFetchToolResultBlock - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock
- A builder for BetaWebFetchToolResultBlock.
- BetaWebFetchToolResultBlock.Caller - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock
- Tool invocation directly from the model.
- BetaWebFetchToolResultBlock.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaWebFetchToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock
- BetaWebFetchToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaWebFetchToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam
- A builder for BetaWebFetchToolResultBlockParam.
- BetaWebFetchToolResultBlockParam.Caller - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam
- Tool invocation directly from the model.
- BetaWebFetchToolResultBlockParam.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaWebFetchToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam
- BetaWebFetchToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaWebFetchToolResultErrorBlock() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Content
- BetaWebFetchToolResultErrorBlock - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultErrorBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlock
- A builder for BetaWebFetchToolResultErrorBlock.
- betaWebFetchToolResultErrorBlockParam() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Content
- BetaWebFetchToolResultErrorBlockParam - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultErrorBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlockParam
- A builder for BetaWebFetchToolResultErrorBlockParam.
- BetaWebFetchToolResultErrorCode - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultErrorCode.Known - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorCode
- An enum containing BetaWebFetchToolResultErrorCode's known values.
- BetaWebFetchToolResultErrorCode.Value - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorCode
- An enum containing BetaWebFetchToolResultErrorCode's known values, as well as an _UNKNOWN member.
- BetaWebSearchResultBlock - class in com.anthropic.models.beta.messages
- BetaWebSearchResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchResultBlock
- A builder for BetaWebSearchResultBlock.
- BetaWebSearchResultBlockParam - class in com.anthropic.models.beta.messages
- BetaWebSearchResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchResultBlockParam
- A builder for BetaWebSearchResultBlockParam.
- BetaWebSearchTool20250305 - class in com.anthropic.models.beta.messages
- betaWebSearchTool20250305() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaWebSearchTool20250305.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305
- Specifies who can invoke a tool.
- BetaWebSearchTool20250305.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebSearchTool20250305.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebSearchTool20250305.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305
- A builder for BetaWebSearchTool20250305.
- BetaWebSearchTool20260209 - class in com.anthropic.models.beta.messages
- betaWebSearchTool20260209() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaWebSearchTool20260209.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebSearchTool20260209
- Specifies who can invoke a tool.
- BetaWebSearchTool20260209.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebSearchTool20260209.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebSearchTool20260209.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchTool20260209
- A builder for BetaWebSearchTool20260209.
- BetaWebSearchToolRequestError - class in com.anthropic.models.beta.messages
- BetaWebSearchToolRequestError.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchToolRequestError
- A builder for BetaWebSearchToolRequestError.
- BetaWebSearchToolResultBlock - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock
- A builder for BetaWebSearchToolResultBlock.
- BetaWebSearchToolResultBlock.Caller - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock
- Tool invocation directly from the model.
- BetaWebSearchToolResultBlock.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaWebSearchToolResultBlockContent - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultBlockContent.Visitor - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockContent
- An interface that defines how to map each variant of BetaWebSearchToolResultBlockContent to a value of type T.
- BetaWebSearchToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam
- A builder for BetaWebSearchToolResultBlockParam.
- BetaWebSearchToolResultBlockParam.Caller - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam
- Tool invocation directly from the model.
- BetaWebSearchToolResultBlockParam.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaWebSearchToolResultBlockParamContent - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultBlockParamContent.Visitor - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParamContent
- An interface that defines how to map each variant of BetaWebSearchToolResultBlockParamContent to a value of type T.
- BetaWebSearchToolResultError - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultError
- A builder for BetaWebSearchToolResultError.
- BetaWebSearchToolResultErrorCode - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultErrorCode.Known - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultErrorCode
- An enum containing BetaWebSearchToolResultErrorCode's known values.
- BetaWebSearchToolResultErrorCode.Value - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultErrorCode
- An enum containing BetaWebSearchToolResultErrorCode's known values, as well as an _UNKNOWN member.
- billing() - function in com.anthropic.models.beta.BetaError
- BillingError - class in com.anthropic.models
- billingError() - function in com.anthropic.models.ErrorObject
- billingError(java.lang.String) - function in com.anthropic.models.beta.BetaErrorResponse.Builder
- Alias for calling error with the following:
BetaBillingError.builder() .message(message) .build() - BillingError.Builder - class in com.anthropic.models.BillingError
- A builder for BillingError.
- billingErrorError(java.lang.String) - function in com.anthropic.models.ErrorResponse.Builder
- Alias for calling error with the following:
BillingError.builder() .message(message) .build() - blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305
- If provided, these domains will never appear in results.
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
- If provided, these domains will never appear in results.
- blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209
- If provided, these domains will never appear in results.
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Builder
- If provided, these domains will never appear in results.
- blockedDomains() - function in com.anthropic.models.messages.WebFetchTool20250910
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebFetchTool20250910.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebFetchTool20250910.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebFetchTool20250910.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.messages.WebFetchTool20260209
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebFetchTool20260209.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebFetchTool20260209.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebFetchTool20260209.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.messages.WebFetchTool20260309
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebFetchTool20260309.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebFetchTool20260309.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebFetchTool20260309.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.messages.WebSearchTool20250305
- If provided, these domains will never appear in results.
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
- If provided, these domains will never appear in results.
- blockedDomains() - function in com.anthropic.models.messages.WebSearchTool20260209
- If provided, these domains will never appear in results.
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebSearchTool20260209.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebSearchTool20260209.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebSearchTool20260209.Builder
- If provided, these domains will never appear in results.
- blockParams() - function in com.anthropic.models.messages.MessageParam.Content
- blocks() - function in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Content
- blocks() - function in com.anthropic.models.messages.ToolResultBlockParam.Content
- blockSource() - function in com.anthropic.models.messages.ContentBlockSource.Content
- body() - function in com.anthropic.core.http.HttpRequest
- body(com.anthropic.core.http.HttpRequestBody) - function in com.anthropic.core.http.HttpRequest.Builder
- body() - function in com.anthropic.core.http.HttpResponse
- body() - function in com.anthropic.core.http.HttpResponseFor
- body() - function in com.anthropic.errors.AnthropicServiceException
- body() - function in com.anthropic.errors.BadRequestException
- body(com.anthropic.core.JsonValue) - function in com.anthropic.errors.BadRequestException.Builder
- body() - function in com.anthropic.errors.InternalServerException
- body(com.anthropic.core.JsonValue) - function in com.anthropic.errors.InternalServerException.Builder
- body() - function in com.anthropic.errors.NotFoundException
- body(com.anthropic.core.JsonValue) - function in com.anthropic.errors.NotFoundException.Builder
- body() - function in com.anthropic.errors.PermissionDeniedException
- body(com.anthropic.core.JsonValue) - function in com.anthropic.errors.PermissionDeniedException.Builder
- body() - function in com.anthropic.errors.RateLimitException
- body(com.anthropic.core.JsonValue) - function in com.anthropic.errors.RateLimitException.Builder
- body() - function in com.anthropic.errors.SseException
- body(com.anthropic.core.JsonValue) - function in com.anthropic.errors.SseException.Builder
- body() - function in com.anthropic.errors.UnauthorizedException
- body(com.anthropic.core.JsonValue) - function in com.anthropic.errors.UnauthorizedException.Builder
- body() - function in com.anthropic.errors.UnexpectedStatusCodeException
- body(com.anthropic.core.JsonValue) - function in com.anthropic.errors.UnexpectedStatusCodeException.Builder
- body() - function in com.anthropic.errors.UnprocessableEntityException
- body(com.anthropic.core.JsonValue) - function in com.anthropic.errors.UnprocessableEntityException.Builder
- body(com.anthropic.models.beta.files.FileUploadParams.Body) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.messages.MessageCountTokensParams.Body) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.messages.MessageCreateParams.Body) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.messages.MessageCreateParams.Body) - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Builder
- body(com.anthropic.models.beta.messages.batches.BatchCreateParams.Body) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.skills.SkillCreateParams.Body) - function in com.anthropic.models.beta.skills.SkillCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.skills.versions.VersionCreateParams.Body) - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.completions.CompletionCreateParams.Body) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.messages.MessageCountTokensParams.Body) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.messages.MessageCreateParams.Body) - function in com.anthropic.models.messages.MessageCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.messages.MessageCreateParams.Body) - function in com.anthropic.models.messages.StructuredMessageCreateParams.Builder
- body(com.anthropic.models.messages.batches.BatchCreateParams.Body) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
- Sets the entire request body.
- bool() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.ClearToolInputs
- budgetTokens() - function in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled
- Determines how many tokens Claude can use for its internal reasoning process.
- budgetTokens(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Builder
- Sets Builder.budgetTokens to an arbitrary JSON value.
- budgetTokens(java.lang.Long) - function in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Builder
- Determines how many tokens Claude can use for its internal reasoning process.
- budgetTokens() - function in com.anthropic.models.messages.ThinkingConfigEnabled
- Determines how many tokens Claude can use for its internal reasoning process.
- budgetTokens(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.ThinkingConfigEnabled.Builder
- Sets Builder.budgetTokens to an arbitrary JSON value.
- budgetTokens(java.lang.Long) - function in com.anthropic.models.messages.ThinkingConfigEnabled.Builder
- Determines how many tokens Claude can use for its internal reasoning process.
- build() - function in com.anthropic.backends.AnthropicBackend.Builder
- build() - function in com.anthropic.bedrock.backends.BedrockBackend.Builder
- build() - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
- Returns an immutable instance of AnthropicClient.
- build() - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
- Returns an immutable instance of AnthropicClientAsync.
- build() - function in com.anthropic.client.okhttp.OkHttpClient.Builder
- build() - function in com.anthropic.core.ClientOptions.Builder
- Returns an immutable instance of ClientOptions.
- build() - function in com.anthropic.core.MultipartField.Builder
- Returns an immutable instance of MultipartField.
- build() - function in com.anthropic.core.RequestOptions.Builder
- build() - function in com.anthropic.core.Timeout.Builder
- Returns an immutable instance of Timeout.
- build() - function in com.anthropic.core.http.Headers.Builder
- build() - function in com.anthropic.core.http.HttpRequest.Builder
- build() - function in com.anthropic.core.http.QueryParams.Builder
- build() - function in com.anthropic.core.http.RetryingHttpClient.Builder
- build() - function in com.anthropic.errors.BadRequestException.Builder
- Returns an immutable instance of BadRequestException.
- build() - function in com.anthropic.errors.InternalServerException.Builder
- Returns an immutable instance of InternalServerException.
- build() - function in com.anthropic.errors.NotFoundException.Builder
- Returns an immutable instance of NotFoundException.
- build() - function in com.anthropic.errors.PermissionDeniedException.Builder
- Returns an immutable instance of PermissionDeniedException.
- build() - function in com.anthropic.errors.RateLimitException.Builder
- Returns an immutable instance of RateLimitException.
- build() - function in com.anthropic.errors.SseException.Builder
- Returns an immutable instance of SseException.
- build() - function in com.anthropic.errors.UnauthorizedException.Builder
- Returns an immutable instance of UnauthorizedException.
- build() - function in com.anthropic.errors.UnexpectedStatusCodeException.Builder
- Returns an immutable instance of UnexpectedStatusCodeException.
- build() - function in com.anthropic.errors.UnprocessableEntityException.Builder
- Returns an immutable instance of UnprocessableEntityException.
- build() - function in com.anthropic.foundry.backends.FoundryBackend.Builder
- build() - function in com.anthropic.models.ApiErrorObject.Builder
- Returns an immutable instance of ApiErrorObject.
- build() - function in com.anthropic.models.AuthenticationError.Builder
- Returns an immutable instance of AuthenticationError.
- build() - function in com.anthropic.models.BillingError.Builder
- Returns an immutable instance of BillingError.
- build() - function in com.anthropic.models.ErrorResponse.Builder
- Returns an immutable instance of ErrorResponse.
- build() - function in com.anthropic.models.GatewayTimeoutError.Builder
- Returns an immutable instance of GatewayTimeoutError.
- build() - function in com.anthropic.models.InvalidRequestError.Builder
- Returns an immutable instance of InvalidRequestError.
- build() - function in com.anthropic.models.NotFoundError.Builder
- Returns an immutable instance of NotFoundError.
- build() - function in com.anthropic.models.OverloadedError.Builder
- Returns an immutable instance of OverloadedError.
- build() - function in com.anthropic.models.PermissionError.Builder
- Returns an immutable instance of PermissionError.
- build() - function in com.anthropic.models.RateLimitError.Builder
- Returns an immutable instance of RateLimitError.
- build() - function in com.anthropic.models.beta.BetaApiError.Builder
- Returns an immutable instance of BetaApiError.
- build() - function in com.anthropic.models.beta.BetaAuthenticationError.Builder
- Returns an immutable instance of BetaAuthenticationError.
- build() - function in com.anthropic.models.beta.BetaBillingError.Builder
- Returns an immutable instance of BetaBillingError.
- build() - function in com.anthropic.models.beta.BetaErrorResponse.Builder
- Returns an immutable instance of BetaErrorResponse.
- build() - function in com.anthropic.models.beta.BetaGatewayTimeoutError.Builder
- Returns an immutable instance of BetaGatewayTimeoutError.
- build() - function in com.anthropic.models.beta.BetaInvalidRequestError.Builder
- Returns an immutable instance of BetaInvalidRequestError.
- build() - function in com.anthropic.models.beta.BetaNotFoundError.Builder
- Returns an immutable instance of BetaNotFoundError.
- build() - function in com.anthropic.models.beta.BetaOverloadedError.Builder
- Returns an immutable instance of BetaOverloadedError.
- build() - function in com.anthropic.models.beta.BetaPermissionError.Builder
- Returns an immutable instance of BetaPermissionError.
- build() - function in com.anthropic.models.beta.BetaRateLimitError.Builder
- Returns an immutable instance of BetaRateLimitError.
- build() - function in com.anthropic.models.beta.files.DeletedFile.Builder
- Returns an immutable instance of DeletedFile.
- build() - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
- Returns an immutable instance of FileDeleteParams.
- build() - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
- Returns an immutable instance of FileDownloadParams.
- build() - function in com.anthropic.models.beta.files.FileListPage.Builder
- Returns an immutable instance of FileListPage.
- build() - function in com.anthropic.models.beta.files.FileListPageAsync.Builder
- Returns an immutable instance of FileListPageAsync.
- build() - function in com.anthropic.models.beta.files.FileListPageResponse.Builder
- Returns an immutable instance of FileListPageResponse.
- build() - function in com.anthropic.models.beta.files.FileListParams.Builder
- Returns an immutable instance of FileListParams.
- build() - function in com.anthropic.models.beta.files.FileMetadata.Builder
- Returns an immutable instance of FileMetadata.
- build() - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
- Returns an immutable instance of FileRetrieveMetadataParams.
- build() - function in com.anthropic.models.beta.files.FileUploadParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.files.FileUploadParams.Builder
- Returns an immutable instance of FileUploadParams.
- build() - function in com.anthropic.models.beta.messages.BetaAllThinkingTurns.Builder
- Returns an immutable instance of BetaAllThinkingTurns.
- build() - function in com.anthropic.models.beta.messages.BetaBase64ImageSource.Builder
- Returns an immutable instance of BetaBase64ImageSource.
- build() - function in com.anthropic.models.beta.messages.BetaBase64PdfSource.Builder
- Returns an immutable instance of BetaBase64PdfSource.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlock.Builder
- Returns an immutable instance of BetaBashCodeExecutionOutputBlock.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlockParam.Builder
- Returns an immutable instance of BetaBashCodeExecutionOutputBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlock.Builder
- Returns an immutable instance of BetaBashCodeExecutionResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of BetaBashCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of BetaBashCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of BetaBashCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError.Builder
- Returns an immutable instance of BetaBashCodeExecutionToolResultError.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of BetaBashCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Builder
- Returns an immutable instance of BetaCacheControlEphemeral.
- build() - function in com.anthropic.models.beta.messages.BetaCacheCreation.Builder
- Returns an immutable instance of BetaCacheCreation.
- build() - function in com.anthropic.models.beta.messages.BetaCitationCharLocation.Builder
- Returns an immutable instance of BetaCitationCharLocation.
- build() - function in com.anthropic.models.beta.messages.BetaCitationCharLocationParam.Builder
- Returns an immutable instance of BetaCitationCharLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationConfig.Builder
- Returns an immutable instance of BetaCitationConfig.
- build() - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocation.Builder
- Returns an immutable instance of BetaCitationContentBlockLocation.
- build() - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocationParam.Builder
- Returns an immutable instance of BetaCitationContentBlockLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationPageLocation.Builder
- Returns an immutable instance of BetaCitationPageLocation.
- build() - function in com.anthropic.models.beta.messages.BetaCitationPageLocationParam.Builder
- Returns an immutable instance of BetaCitationPageLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationSearchResultLocation.Builder
- Returns an immutable instance of BetaCitationSearchResultLocation.
- build() - function in com.anthropic.models.beta.messages.BetaCitationSearchResultLocationParam.Builder
- Returns an immutable instance of BetaCitationSearchResultLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationWebSearchResultLocationParam.Builder
- Returns an immutable instance of BetaCitationWebSearchResultLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationsConfigParam.Builder
- Returns an immutable instance of BetaCitationsConfigParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationsDelta.Builder
- Returns an immutable instance of BetaCitationsDelta.
- build() - function in com.anthropic.models.beta.messages.BetaCitationsWebSearchResultLocation.Builder
- Returns an immutable instance of BetaCitationsWebSearchResultLocation.
- build() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Builder
- Returns an immutable instance of BetaClearThinking20251015Edit.
- build() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015EditResponse.Builder
- Returns an immutable instance of BetaClearThinking20251015EditResponse.
- build() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.Builder
- Returns an immutable instance of BetaClearToolUses20250919Edit.
- build() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919EditResponse.Builder
- Returns an immutable instance of BetaClearToolUses20250919EditResponse.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlock.Builder
- Returns an immutable instance of BetaCodeExecutionOutputBlock.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlockParam.Builder
- Returns an immutable instance of BetaCodeExecutionOutputBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock.Builder
- Returns an immutable instance of BetaCodeExecutionResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of BetaCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.Builder
- Returns an immutable instance of BetaCodeExecutionTool20250522.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825.Builder
- Returns an immutable instance of BetaCodeExecutionTool20250825.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120.Builder
- Returns an immutable instance of BetaCodeExecutionTool20260120.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of BetaCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of BetaCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultError.Builder
- Returns an immutable instance of BetaCodeExecutionToolResultError.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of BetaCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.beta.messages.BetaCompact20260112Edit.Builder
- Returns an immutable instance of BetaCompact20260112Edit.
- build() - function in com.anthropic.models.beta.messages.BetaCompactionBlock.Builder
- Returns an immutable instance of BetaCompactionBlock.
- build() - function in com.anthropic.models.beta.messages.BetaCompactionBlockParam.Builder
- Returns an immutable instance of BetaCompactionBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaCompactionContentBlockDelta.Builder
- Returns an immutable instance of BetaCompactionContentBlockDelta.
- build() - function in com.anthropic.models.beta.messages.BetaCompactionIterationUsage.Builder
- Returns an immutable instance of BetaCompactionIterationUsage.
- build() - function in com.anthropic.models.beta.messages.BetaContainer.Builder
- Returns an immutable instance of BetaContainer.
- build() - function in com.anthropic.models.beta.messages.BetaContainerParams.Builder
- Returns an immutable instance of BetaContainerParams.
- build() - function in com.anthropic.models.beta.messages.BetaContainerUploadBlock.Builder
- Returns an immutable instance of BetaContainerUploadBlock.
- build() - function in com.anthropic.models.beta.messages.BetaContainerUploadBlockParam.Builder
- Returns an immutable instance of BetaContainerUploadBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaContentBlockSource.Builder
- Returns an immutable instance of BetaContentBlockSource.
- build() - function in com.anthropic.models.beta.messages.BetaContextManagementConfig.Builder
- Returns an immutable instance of BetaContextManagementConfig.
- build() - function in com.anthropic.models.beta.messages.BetaContextManagementResponse.Builder
- Returns an immutable instance of BetaContextManagementResponse.
- build() - function in com.anthropic.models.beta.messages.BetaCountTokensContextManagementResponse.Builder
- Returns an immutable instance of BetaCountTokensContextManagementResponse.
- build() - function in com.anthropic.models.beta.messages.BetaDirectCaller.Builder
- Returns an immutable instance of BetaDirectCaller.
- build() - function in com.anthropic.models.beta.messages.BetaDocumentBlock.Builder
- Returns an immutable instance of BetaDocumentBlock.
- build() - function in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlock.Builder
- Returns an immutable instance of BetaEncryptedCodeExecutionResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of BetaEncryptedCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaFileDocumentSource.Builder
- Returns an immutable instance of BetaFileDocumentSource.
- build() - function in com.anthropic.models.beta.messages.BetaFileImageSource.Builder
- Returns an immutable instance of BetaFileImageSource.
- build() - function in com.anthropic.models.beta.messages.BetaImageBlockParam.Builder
- Returns an immutable instance of BetaImageBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaInputJsonDelta.Builder
- Returns an immutable instance of BetaInputJsonDelta.
- build() - function in com.anthropic.models.beta.messages.BetaInputTokensClearAtLeast.Builder
- Returns an immutable instance of BetaInputTokensClearAtLeast.
- build() - function in com.anthropic.models.beta.messages.BetaInputTokensTrigger.Builder
- Returns an immutable instance of BetaInputTokensTrigger.
- build() - function in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Builder
- Returns an immutable instance of BetaJsonOutputFormat.
- build() - function in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Schema.Builder
- Returns an immutable instance of Schema.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolConfig.Builder
- Returns an immutable instance of BetaMcpToolConfig.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolDefaultConfig.Builder
- Returns an immutable instance of BetaMcpToolDefaultConfig.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Builder
- Returns an immutable instance of BetaMcpToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlock.Builder
- Returns an immutable instance of BetaMcpToolUseBlock.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Builder
- Returns an immutable instance of BetaMcpToolUseBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolset.Builder
- Returns an immutable instance of BetaMcpToolset.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolset.Configs.Builder
- Returns an immutable instance of Configs.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818.Builder
- Returns an immutable instance of BetaMemoryTool20250818.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818CreateCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818CreateCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818DeleteCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818DeleteCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818InsertCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818InsertCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818RenameCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818RenameCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818StrReplaceCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818StrReplaceCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818ViewCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818ViewCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMessage.Builder
- Returns an immutable instance of BetaMessage.
- build() - function in com.anthropic.models.beta.messages.BetaMessageDeltaUsage.Builder
- Returns an immutable instance of BetaMessageDeltaUsage.
- build() - function in com.anthropic.models.beta.messages.BetaMessageIterationUsage.Builder
- Returns an immutable instance of BetaMessageIterationUsage.
- build() - function in com.anthropic.models.beta.messages.BetaMessageParam.Builder
- Returns an immutable instance of BetaMessageParam.
- build() - function in com.anthropic.models.beta.messages.BetaMessageTokensCount.Builder
- Returns an immutable instance of BetaMessageTokensCount.
- build() - function in com.anthropic.models.beta.messages.BetaMetadata.Builder
- Returns an immutable instance of BetaMetadata.
- build() - function in com.anthropic.models.beta.messages.BetaOutputConfig.Builder
- Returns an immutable instance of BetaOutputConfig.
- build() - function in com.anthropic.models.beta.messages.BetaPlainTextSource.Builder
- Returns an immutable instance of BetaPlainTextSource.
- build() - function in com.anthropic.models.beta.messages.BetaRawContentBlockDeltaEvent.Builder
- Returns an immutable instance of BetaRawContentBlockDeltaEvent.
- build() - function in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent.Builder
- Returns an immutable instance of BetaRawContentBlockStartEvent.
- build() - function in com.anthropic.models.beta.messages.BetaRawContentBlockStopEvent.Builder
- Returns an immutable instance of BetaRawContentBlockStopEvent.
- build() - function in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent.Builder
- Returns an immutable instance of BetaRawMessageDeltaEvent.
- build() - function in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent.Delta.Builder
- Returns an immutable instance of Delta.
- build() - function in com.anthropic.models.beta.messages.BetaRawMessageStartEvent.Builder
- Returns an immutable instance of BetaRawMessageStartEvent.
- build() - function in com.anthropic.models.beta.messages.BetaRawMessageStopEvent.Builder
- Returns an immutable instance of BetaRawMessageStopEvent.
- build() - function in com.anthropic.models.beta.messages.BetaRedactedThinkingBlock.Builder
- Returns an immutable instance of BetaRedactedThinkingBlock.
- build() - function in com.anthropic.models.beta.messages.BetaRedactedThinkingBlockParam.Builder
- Returns an immutable instance of BetaRedactedThinkingBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Builder
- Returns an immutable instance of BetaRequestDocumentBlock.
- build() - function in com.anthropic.models.beta.messages.BetaRequestMcpServerToolConfiguration.Builder
- Returns an immutable instance of BetaRequestMcpServerToolConfiguration.
- build() - function in com.anthropic.models.beta.messages.BetaRequestMcpServerUrlDefinition.Builder
- Returns an immutable instance of BetaRequestMcpServerUrlDefinition.
- build() - function in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam.Builder
- Returns an immutable instance of BetaRequestMcpToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaSearchResultBlockParam.Builder
- Returns an immutable instance of BetaSearchResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolCaller.Builder
- Returns an immutable instance of BetaServerToolCaller.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolCaller20260120.Builder
- Returns an immutable instance of BetaServerToolCaller20260120.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolUsage.Builder
- Returns an immutable instance of BetaServerToolUsage.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Builder
- Returns an immutable instance of BetaServerToolUseBlock.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Builder
- Returns an immutable instance of BetaServerToolUseBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.messages.BetaSignatureDelta.Builder
- Returns an immutable instance of BetaSignatureDelta.
- build() - function in com.anthropic.models.beta.messages.BetaSkill.Builder
- Returns an immutable instance of BetaSkill.
- build() - function in com.anthropic.models.beta.messages.BetaSkillParams.Builder
- Returns an immutable instance of BetaSkillParams.
- build() - function in com.anthropic.models.beta.messages.BetaTextBlock.Builder
- Returns an immutable instance of BetaTextBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextBlockParam.Builder
- Returns an immutable instance of BetaTextBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextDelta.Builder
- Returns an immutable instance of BetaTextDelta.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlock.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionCreateResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlockParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionCreateResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlock.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionStrReplaceResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlockParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionStrReplaceResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionToolResultError.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionViewResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionViewResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingBlock.Builder
- Returns an immutable instance of BetaThinkingBlock.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingBlockParam.Builder
- Returns an immutable instance of BetaThinkingBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive.Builder
- Returns an immutable instance of BetaThinkingConfigAdaptive.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingConfigDisabled.Builder
- Returns an immutable instance of BetaThinkingConfigDisabled.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Builder
- Returns an immutable instance of BetaThinkingConfigEnabled.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingDelta.Builder
- Returns an immutable instance of BetaThinkingDelta.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingTurns.Builder
- Returns an immutable instance of BetaThinkingTurns.
- build() - function in com.anthropic.models.beta.messages.BetaTool.Builder
- Returns an immutable instance of BetaTool.
- build() - function in com.anthropic.models.beta.messages.BetaTool.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Builder
- Returns an immutable instance of InputSchema.
- build() - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Properties.Builder
- Returns an immutable instance of Properties.
- build() - function in com.anthropic.models.beta.messages.BetaToolBash20241022.Builder
- Returns an immutable instance of BetaToolBash20241022.
- build() - function in com.anthropic.models.beta.messages.BetaToolBash20241022.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolBash20250124.Builder
- Returns an immutable instance of BetaToolBash20250124.
- build() - function in com.anthropic.models.beta.messages.BetaToolBash20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolChoiceAny.Builder
- Returns an immutable instance of BetaToolChoiceAny.
- build() - function in com.anthropic.models.beta.messages.BetaToolChoiceAuto.Builder
- Returns an immutable instance of BetaToolChoiceAuto.
- build() - function in com.anthropic.models.beta.messages.BetaToolChoiceNone.Builder
- Returns an immutable instance of BetaToolChoiceNone.
- build() - function in com.anthropic.models.beta.messages.BetaToolChoiceTool.Builder
- Returns an immutable instance of BetaToolChoiceTool.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.Builder
- Returns an immutable instance of BetaToolComputerUse20241022.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.Builder
- Returns an immutable instance of BetaToolComputerUse20250124.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.Builder
- Returns an immutable instance of BetaToolComputerUse20251124.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolReferenceBlock.Builder
- Returns an immutable instance of BetaToolReferenceBlock.
- build() - function in com.anthropic.models.beta.messages.BetaToolReferenceBlockParam.Builder
- Returns an immutable instance of BetaToolReferenceBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Builder
- Returns an immutable instance of BetaToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.Builder
- Returns an immutable instance of BetaToolSearchToolBm25_20251119.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.Builder
- Returns an immutable instance of BetaToolSearchToolRegex20251119.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Builder
- Returns an immutable instance of BetaToolSearchToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Builder
- Returns an immutable instance of BetaToolSearchToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultError.Builder
- Returns an immutable instance of BetaToolSearchToolResultError.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam.Builder
- Returns an immutable instance of BetaToolSearchToolResultErrorParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlock.Builder
- Returns an immutable instance of BetaToolSearchToolSearchResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlockParam.Builder
- Returns an immutable instance of BetaToolSearchToolSearchResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.Builder
- Returns an immutable instance of BetaToolTextEditor20241022.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.Builder
- Returns an immutable instance of BetaToolTextEditor20250124.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.Builder
- Returns an immutable instance of BetaToolTextEditor20250429.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.Builder
- Returns an immutable instance of BetaToolTextEditor20250728.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolUseBlock.Builder
- Returns an immutable instance of BetaToolUseBlock.
- build() - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Builder
- Returns an immutable instance of BetaToolUseBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.messages.BetaToolUsesKeep.Builder
- Returns an immutable instance of BetaToolUsesKeep.
- build() - function in com.anthropic.models.beta.messages.BetaToolUsesTrigger.Builder
- Returns an immutable instance of BetaToolUsesTrigger.
- build() - function in com.anthropic.models.beta.messages.BetaUrlImageSource.Builder
- Returns an immutable instance of BetaUrlImageSource.
- build() - function in com.anthropic.models.beta.messages.BetaUrlPdfSource.Builder
- Returns an immutable instance of BetaUrlPdfSource.
- build() - function in com.anthropic.models.beta.messages.BetaUsage.Builder
- Returns an immutable instance of BetaUsage.
- build() - function in com.anthropic.models.beta.messages.BetaUserLocation.Builder
- Returns an immutable instance of BetaUserLocation.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchBlock.Builder
- Returns an immutable instance of BetaWebFetchBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchBlockParam.Builder
- Returns an immutable instance of BetaWebFetchBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Builder
- Returns an immutable instance of BetaWebFetchTool20250910.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Builder
- Returns an immutable instance of BetaWebFetchTool20260209.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Builder
- Returns an immutable instance of BetaWebFetchTool20260309.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Builder
- Returns an immutable instance of BetaWebFetchToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Builder
- Returns an immutable instance of BetaWebFetchToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlock.Builder
- Returns an immutable instance of BetaWebFetchToolResultErrorBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlockParam.Builder
- Returns an immutable instance of BetaWebFetchToolResultErrorBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlock.Builder
- Returns an immutable instance of BetaWebSearchResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlockParam.Builder
- Returns an immutable instance of BetaWebSearchResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
- Returns an immutable instance of BetaWebSearchTool20250305.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Builder
- Returns an immutable instance of BetaWebSearchTool20260209.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchToolRequestError.Builder
- Returns an immutable instance of BetaWebSearchToolRequestError.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock.Builder
- Returns an immutable instance of BetaWebSearchToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam.Builder
- Returns an immutable instance of BetaWebSearchToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultError.Builder
- Returns an immutable instance of BetaWebSearchToolResultError.
- build() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
- Returns an immutable instance of MessageCountTokensParams.
- build() - function in com.anthropic.models.beta.messages.MessageCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
- Returns an immutable instance of MessageCreateParams.
- build() - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Builder
- Returns an immutable instance of StructuredMessageCreateParams.
- build() - function in com.anthropic.models.beta.messages.ToolRunnerCreateParams.Builder
- Returns an immutable instance of ToolRunnerCreateParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
- Returns an immutable instance of BatchCancelParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
- Returns an immutable instance of BatchCreateParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Builder
- Returns an immutable instance of Request.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Builder
- Returns an immutable instance of Params.
- build() - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
- Returns an immutable instance of BatchDeleteParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchListPage.Builder
- Returns an immutable instance of BatchListPage.
- build() - function in com.anthropic.models.beta.messages.batches.BatchListPageAsync.Builder
- Returns an immutable instance of BatchListPageAsync.
- build() - function in com.anthropic.models.beta.messages.batches.BatchListPageResponse.Builder
- Returns an immutable instance of BatchListPageResponse.
- build() - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
- Returns an immutable instance of BatchListParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
- Returns an immutable instance of BatchResultsParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
- Returns an immutable instance of BatchRetrieveParams.
- build() - function in com.anthropic.models.beta.messages.batches.BetaDeletedMessageBatch.Builder
- Returns an immutable instance of BetaDeletedMessageBatch.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Builder
- Returns an immutable instance of BetaMessageBatch.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchCanceledResult.Builder
- Returns an immutable instance of BetaMessageBatchCanceledResult.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchErroredResult.Builder
- Returns an immutable instance of BetaMessageBatchErroredResult.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchExpiredResult.Builder
- Returns an immutable instance of BetaMessageBatchExpiredResult.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
- Returns an immutable instance of BetaMessageBatchIndividualResponse.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchRequestCounts.Builder
- Returns an immutable instance of BetaMessageBatchRequestCounts.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchSucceededResult.Builder
- Returns an immutable instance of BetaMessageBatchSucceededResult.
- build() - function in com.anthropic.models.beta.models.BetaModelInfo.Builder
- Returns an immutable instance of BetaModelInfo.
- build() - function in com.anthropic.models.beta.models.ModelListPage.Builder
- Returns an immutable instance of ModelListPage.
- build() - function in com.anthropic.models.beta.models.ModelListPageAsync.Builder
- Returns an immutable instance of ModelListPageAsync.
- build() - function in com.anthropic.models.beta.models.ModelListPageResponse.Builder
- Returns an immutable instance of ModelListPageResponse.
- build() - function in com.anthropic.models.beta.models.ModelListParams.Builder
- Returns an immutable instance of ModelListParams.
- build() - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
- Returns an immutable instance of ModelRetrieveParams.
- build() - function in com.anthropic.models.beta.skills.SkillCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.skills.SkillCreateParams.Builder
- Returns an immutable instance of SkillCreateParams.
- build() - function in com.anthropic.models.beta.skills.SkillCreateResponse.Builder
- Returns an immutable instance of SkillCreateResponse.
- build() - function in com.anthropic.models.beta.skills.SkillDeleteParams.Builder
- Returns an immutable instance of SkillDeleteParams.
- build() - function in com.anthropic.models.beta.skills.SkillDeleteResponse.Builder
- Returns an immutable instance of SkillDeleteResponse.
- build() - function in com.anthropic.models.beta.skills.SkillListPage.Builder
- Returns an immutable instance of SkillListPage.
- build() - function in com.anthropic.models.beta.skills.SkillListPageAsync.Builder
- Returns an immutable instance of SkillListPageAsync.
- build() - function in com.anthropic.models.beta.skills.SkillListPageResponse.Builder
- Returns an immutable instance of SkillListPageResponse.
- build() - function in com.anthropic.models.beta.skills.SkillListParams.Builder
- Returns an immutable instance of SkillListParams.
- build() - function in com.anthropic.models.beta.skills.SkillListResponse.Builder
- Returns an immutable instance of SkillListResponse.
- build() - function in com.anthropic.models.beta.skills.SkillRetrieveParams.Builder
- Returns an immutable instance of SkillRetrieveParams.
- build() - function in com.anthropic.models.beta.skills.SkillRetrieveResponse.Builder
- Returns an immutable instance of SkillRetrieveResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Builder
- Returns an immutable instance of VersionCreateParams.
- build() - function in com.anthropic.models.beta.skills.versions.VersionCreateResponse.Builder
- Returns an immutable instance of VersionCreateResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams.Builder
- Returns an immutable instance of VersionDeleteParams.
- build() - function in com.anthropic.models.beta.skills.versions.VersionDeleteResponse.Builder
- Returns an immutable instance of VersionDeleteResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListPage.Builder
- Returns an immutable instance of VersionListPage.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListPageAsync.Builder
- Returns an immutable instance of VersionListPageAsync.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListPageResponse.Builder
- Returns an immutable instance of VersionListPageResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListParams.Builder
- Returns an immutable instance of VersionListParams.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListResponse.Builder
- Returns an immutable instance of VersionListResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams.Builder
- Returns an immutable instance of VersionRetrieveParams.
- build() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveResponse.Builder
- Returns an immutable instance of VersionRetrieveResponse.
- build() - function in com.anthropic.models.completions.Completion.Builder
- Returns an immutable instance of Completion.
- build() - function in com.anthropic.models.completions.CompletionCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.completions.CompletionCreateParams.Builder
- Returns an immutable instance of CompletionCreateParams.
- build() - function in com.anthropic.models.messages.Base64ImageSource.Builder
- Returns an immutable instance of Base64ImageSource.
- build() - function in com.anthropic.models.messages.Base64PdfSource.Builder
- Returns an immutable instance of Base64PdfSource.
- build() - function in com.anthropic.models.messages.BashCodeExecutionOutputBlock.Builder
- Returns an immutable instance of BashCodeExecutionOutputBlock.
- build() - function in com.anthropic.models.messages.BashCodeExecutionOutputBlockParam.Builder
- Returns an immutable instance of BashCodeExecutionOutputBlockParam.
- build() - function in com.anthropic.models.messages.BashCodeExecutionResultBlock.Builder
- Returns an immutable instance of BashCodeExecutionResultBlock.
- build() - function in com.anthropic.models.messages.BashCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of BashCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of BashCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of BashCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.messages.BashCodeExecutionToolResultError.Builder
- Returns an immutable instance of BashCodeExecutionToolResultError.
- build() - function in com.anthropic.models.messages.BashCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of BashCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.messages.CacheControlEphemeral.Builder
- Returns an immutable instance of CacheControlEphemeral.
- build() - function in com.anthropic.models.messages.CacheCreation.Builder
- Returns an immutable instance of CacheCreation.
- build() - function in com.anthropic.models.messages.CitationCharLocation.Builder
- Returns an immutable instance of CitationCharLocation.
- build() - function in com.anthropic.models.messages.CitationCharLocationParam.Builder
- Returns an immutable instance of CitationCharLocationParam.
- build() - function in com.anthropic.models.messages.CitationContentBlockLocation.Builder
- Returns an immutable instance of CitationContentBlockLocation.
- build() - function in com.anthropic.models.messages.CitationContentBlockLocationParam.Builder
- Returns an immutable instance of CitationContentBlockLocationParam.
- build() - function in com.anthropic.models.messages.CitationPageLocation.Builder
- Returns an immutable instance of CitationPageLocation.
- build() - function in com.anthropic.models.messages.CitationPageLocationParam.Builder
- Returns an immutable instance of CitationPageLocationParam.
- build() - function in com.anthropic.models.messages.CitationSearchResultLocationParam.Builder
- Returns an immutable instance of CitationSearchResultLocationParam.
- build() - function in com.anthropic.models.messages.CitationWebSearchResultLocationParam.Builder
- Returns an immutable instance of CitationWebSearchResultLocationParam.
- build() - function in com.anthropic.models.messages.CitationsConfig.Builder
- Returns an immutable instance of CitationsConfig.
- build() - function in com.anthropic.models.messages.CitationsConfigParam.Builder
- Returns an immutable instance of CitationsConfigParam.
- build() - function in com.anthropic.models.messages.CitationsDelta.Builder
- Returns an immutable instance of CitationsDelta.
- build() - function in com.anthropic.models.messages.CitationsSearchResultLocation.Builder
- Returns an immutable instance of CitationsSearchResultLocation.
- build() - function in com.anthropic.models.messages.CitationsWebSearchResultLocation.Builder
- Returns an immutable instance of CitationsWebSearchResultLocation.
- build() - function in com.anthropic.models.messages.CodeExecutionOutputBlock.Builder
- Returns an immutable instance of CodeExecutionOutputBlock.
- build() - function in com.anthropic.models.messages.CodeExecutionOutputBlockParam.Builder
- Returns an immutable instance of CodeExecutionOutputBlockParam.
- build() - function in com.anthropic.models.messages.CodeExecutionResultBlock.Builder
- Returns an immutable instance of CodeExecutionResultBlock.
- build() - function in com.anthropic.models.messages.CodeExecutionResultBlockParam.Builder
- Returns an immutable instance of CodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.messages.CodeExecutionTool20250522.Builder
- Returns an immutable instance of CodeExecutionTool20250522.
- build() - function in com.anthropic.models.messages.CodeExecutionTool20250825.Builder
- Returns an immutable instance of CodeExecutionTool20250825.
- build() - function in com.anthropic.models.messages.CodeExecutionTool20260120.Builder
- Returns an immutable instance of CodeExecutionTool20260120.
- build() - function in com.anthropic.models.messages.CodeExecutionToolResultBlock.Builder
- Returns an immutable instance of CodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.messages.CodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of CodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.messages.CodeExecutionToolResultError.Builder
- Returns an immutable instance of CodeExecutionToolResultError.
- build() - function in com.anthropic.models.messages.CodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of CodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.messages.Container.Builder
- Returns an immutable instance of Container.
- build() - function in com.anthropic.models.messages.ContainerUploadBlock.Builder
- Returns an immutable instance of ContainerUploadBlock.
- build() - function in com.anthropic.models.messages.ContainerUploadBlockParam.Builder
- Returns an immutable instance of ContainerUploadBlockParam.
- build() - function in com.anthropic.models.messages.ContentBlockSource.Builder
- Returns an immutable instance of ContentBlockSource.
- build() - function in com.anthropic.models.messages.DirectCaller.Builder
- Returns an immutable instance of DirectCaller.
- build() - function in com.anthropic.models.messages.DocumentBlock.Builder
- Returns an immutable instance of DocumentBlock.
- build() - function in com.anthropic.models.messages.DocumentBlockParam.Builder
- Returns an immutable instance of DocumentBlockParam.
- build() - function in com.anthropic.models.messages.EncryptedCodeExecutionResultBlock.Builder
- Returns an immutable instance of EncryptedCodeExecutionResultBlock.
- build() - function in com.anthropic.models.messages.EncryptedCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of EncryptedCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.messages.ImageBlockParam.Builder
- Returns an immutable instance of ImageBlockParam.
- build() - function in com.anthropic.models.messages.InputJsonDelta.Builder
- Returns an immutable instance of InputJsonDelta.
- build() - function in com.anthropic.models.messages.JsonOutputFormat.Builder
- Returns an immutable instance of JsonOutputFormat.
- build() - function in com.anthropic.models.messages.JsonOutputFormat.Schema.Builder
- Returns an immutable instance of Schema.
- build() - function in com.anthropic.models.messages.MemoryTool20250818.Builder
- Returns an immutable instance of MemoryTool20250818.
- build() - function in com.anthropic.models.messages.MemoryTool20250818.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.Message.Builder
- Returns an immutable instance of Message.
- build() - function in com.anthropic.models.messages.MessageCountTokensParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
- Returns an immutable instance of MessageCountTokensParams.
- build() - function in com.anthropic.models.messages.MessageCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.messages.MessageCreateParams.Builder
- Returns an immutable instance of MessageCreateParams.
- build() - function in com.anthropic.models.messages.MessageDeltaUsage.Builder
- Returns an immutable instance of MessageDeltaUsage.
- build() - function in com.anthropic.models.messages.MessageParam.Builder
- Returns an immutable instance of MessageParam.
- build() - function in com.anthropic.models.messages.MessageTokensCount.Builder
- Returns an immutable instance of MessageTokensCount.
- build() - function in com.anthropic.models.messages.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.messages.OutputConfig.Builder
- Returns an immutable instance of OutputConfig.
- build() - function in com.anthropic.models.messages.PlainTextSource.Builder
- Returns an immutable instance of PlainTextSource.
- build() - function in com.anthropic.models.messages.RawContentBlockDeltaEvent.Builder
- Returns an immutable instance of RawContentBlockDeltaEvent.
- build() - function in com.anthropic.models.messages.RawContentBlockStartEvent.Builder
- Returns an immutable instance of RawContentBlockStartEvent.
- build() - function in com.anthropic.models.messages.RawContentBlockStopEvent.Builder
- Returns an immutable instance of RawContentBlockStopEvent.
- build() - function in com.anthropic.models.messages.RawMessageDeltaEvent.Builder
- Returns an immutable instance of RawMessageDeltaEvent.
- build() - function in com.anthropic.models.messages.RawMessageDeltaEvent.Delta.Builder
- Returns an immutable instance of Delta.
- build() - function in com.anthropic.models.messages.RawMessageStartEvent.Builder
- Returns an immutable instance of RawMessageStartEvent.
- build() - function in com.anthropic.models.messages.RawMessageStopEvent.Builder
- Returns an immutable instance of RawMessageStopEvent.
- build() - function in com.anthropic.models.messages.RedactedThinkingBlock.Builder
- Returns an immutable instance of RedactedThinkingBlock.
- build() - function in com.anthropic.models.messages.RedactedThinkingBlockParam.Builder
- Returns an immutable instance of RedactedThinkingBlockParam.
- build() - function in com.anthropic.models.messages.SearchResultBlockParam.Builder
- Returns an immutable instance of SearchResultBlockParam.
- build() - function in com.anthropic.models.messages.ServerToolCaller.Builder
- Returns an immutable instance of ServerToolCaller.
- build() - function in com.anthropic.models.messages.ServerToolCaller20260120.Builder
- Returns an immutable instance of ServerToolCaller20260120.
- build() - function in com.anthropic.models.messages.ServerToolUsage.Builder
- Returns an immutable instance of ServerToolUsage.
- build() - function in com.anthropic.models.messages.ServerToolUseBlock.Builder
- Returns an immutable instance of ServerToolUseBlock.
- build() - function in com.anthropic.models.messages.ServerToolUseBlockParam.Builder
- Returns an immutable instance of ServerToolUseBlockParam.
- build() - function in com.anthropic.models.messages.ServerToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.messages.SignatureDelta.Builder
- Returns an immutable instance of SignatureDelta.
- build() - function in com.anthropic.models.messages.StructuredMessageCreateParams.Builder
- Returns an immutable instance of StructuredMessageCreateParams.
- build() - function in com.anthropic.models.messages.TextBlock.Builder
- Returns an immutable instance of TextBlock.
- build() - function in com.anthropic.models.messages.TextBlockParam.Builder
- Returns an immutable instance of TextBlockParam.
- build() - function in com.anthropic.models.messages.TextDelta.Builder
- Returns an immutable instance of TextDelta.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionCreateResultBlock.Builder
- Returns an immutable instance of TextEditorCodeExecutionCreateResultBlock.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionCreateResultBlockParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionCreateResultBlockParam.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionStrReplaceResultBlock.Builder
- Returns an immutable instance of TextEditorCodeExecutionStrReplaceResultBlock.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionStrReplaceResultBlockParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionStrReplaceResultBlockParam.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of TextEditorCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultError.Builder
- Returns an immutable instance of TextEditorCodeExecutionToolResultError.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionViewResultBlock.Builder
- Returns an immutable instance of TextEditorCodeExecutionViewResultBlock.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionViewResultBlockParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionViewResultBlockParam.
- build() - function in com.anthropic.models.messages.ThinkingBlock.Builder
- Returns an immutable instance of ThinkingBlock.
- build() - function in com.anthropic.models.messages.ThinkingBlockParam.Builder
- Returns an immutable instance of ThinkingBlockParam.
- build() - function in com.anthropic.models.messages.ThinkingConfigAdaptive.Builder
- Returns an immutable instance of ThinkingConfigAdaptive.
- build() - function in com.anthropic.models.messages.ThinkingConfigDisabled.Builder
- Returns an immutable instance of ThinkingConfigDisabled.
- build() - function in com.anthropic.models.messages.ThinkingConfigEnabled.Builder
- Returns an immutable instance of ThinkingConfigEnabled.
- build() - function in com.anthropic.models.messages.ThinkingDelta.Builder
- Returns an immutable instance of ThinkingDelta.
- build() - function in com.anthropic.models.messages.Tool.Builder
- Returns an immutable instance of Tool.
- build() - function in com.anthropic.models.messages.Tool.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.Tool.InputSchema.Builder
- Returns an immutable instance of InputSchema.
- build() - function in com.anthropic.models.messages.Tool.InputSchema.Properties.Builder
- Returns an immutable instance of Properties.
- build() - function in com.anthropic.models.messages.ToolBash20250124.Builder
- Returns an immutable instance of ToolBash20250124.
- build() - function in com.anthropic.models.messages.ToolBash20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.ToolChoiceAny.Builder
- Returns an immutable instance of ToolChoiceAny.
- build() - function in com.anthropic.models.messages.ToolChoiceAuto.Builder
- Returns an immutable instance of ToolChoiceAuto.
- build() - function in com.anthropic.models.messages.ToolChoiceNone.Builder
- Returns an immutable instance of ToolChoiceNone.
- build() - function in com.anthropic.models.messages.ToolChoiceTool.Builder
- Returns an immutable instance of ToolChoiceTool.
- build() - function in com.anthropic.models.messages.ToolReferenceBlock.Builder
- Returns an immutable instance of ToolReferenceBlock.
- build() - function in com.anthropic.models.messages.ToolReferenceBlockParam.Builder
- Returns an immutable instance of ToolReferenceBlockParam.
- build() - function in com.anthropic.models.messages.ToolResultBlockParam.Builder
- Returns an immutable instance of ToolResultBlockParam.
- build() - function in com.anthropic.models.messages.ToolSearchToolBm25_20251119.Builder
- Returns an immutable instance of ToolSearchToolBm25_20251119.
- build() - function in com.anthropic.models.messages.ToolSearchToolRegex20251119.Builder
- Returns an immutable instance of ToolSearchToolRegex20251119.
- build() - function in com.anthropic.models.messages.ToolSearchToolResultBlock.Builder
- Returns an immutable instance of ToolSearchToolResultBlock.
- build() - function in com.anthropic.models.messages.ToolSearchToolResultBlockParam.Builder
- Returns an immutable instance of ToolSearchToolResultBlockParam.
- build() - function in com.anthropic.models.messages.ToolSearchToolResultError.Builder
- Returns an immutable instance of ToolSearchToolResultError.
- build() - function in com.anthropic.models.messages.ToolSearchToolResultErrorParam.Builder
- Returns an immutable instance of ToolSearchToolResultErrorParam.
- build() - function in com.anthropic.models.messages.ToolSearchToolSearchResultBlock.Builder
- Returns an immutable instance of ToolSearchToolSearchResultBlock.
- build() - function in com.anthropic.models.messages.ToolSearchToolSearchResultBlockParam.Builder
- Returns an immutable instance of ToolSearchToolSearchResultBlockParam.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250124.Builder
- Returns an immutable instance of ToolTextEditor20250124.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250429.Builder
- Returns an immutable instance of ToolTextEditor20250429.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250429.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250728.Builder
- Returns an immutable instance of ToolTextEditor20250728.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250728.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.ToolUseBlock.Builder
- Returns an immutable instance of ToolUseBlock.
- build() - function in com.anthropic.models.messages.ToolUseBlockParam.Builder
- Returns an immutable instance of ToolUseBlockParam.
- build() - function in com.anthropic.models.messages.ToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.messages.UrlImageSource.Builder
- Returns an immutable instance of UrlImageSource.
- build() - function in com.anthropic.models.messages.UrlPdfSource.Builder
- Returns an immutable instance of UrlPdfSource.
- build() - function in com.anthropic.models.messages.Usage.Builder
- Returns an immutable instance of Usage.
- build() - function in com.anthropic.models.messages.UserLocation.Builder
- Returns an immutable instance of UserLocation.
- build() - function in com.anthropic.models.messages.WebFetchBlock.Builder
- Returns an immutable instance of WebFetchBlock.
- build() - function in com.anthropic.models.messages.WebFetchBlockParam.Builder
- Returns an immutable instance of WebFetchBlockParam.
- build() - function in com.anthropic.models.messages.WebFetchTool20250910.Builder
- Returns an immutable instance of WebFetchTool20250910.
- build() - function in com.anthropic.models.messages.WebFetchTool20260209.Builder
- Returns an immutable instance of WebFetchTool20260209.
- build() - function in com.anthropic.models.messages.WebFetchTool20260309.Builder
- Returns an immutable instance of WebFetchTool20260309.
- build() - function in com.anthropic.models.messages.WebFetchToolResultBlock.Builder
- Returns an immutable instance of WebFetchToolResultBlock.
- build() - function in com.anthropic.models.messages.WebFetchToolResultBlockParam.Builder
- Returns an immutable instance of WebFetchToolResultBlockParam.
- build() - function in com.anthropic.models.messages.WebFetchToolResultErrorBlock.Builder
- Returns an immutable instance of WebFetchToolResultErrorBlock.
- build() - function in com.anthropic.models.messages.WebFetchToolResultErrorBlockParam.Builder
- Returns an immutable instance of WebFetchToolResultErrorBlockParam.
- build() - function in com.anthropic.models.messages.WebSearchResultBlock.Builder
- Returns an immutable instance of WebSearchResultBlock.
- build() - function in com.anthropic.models.messages.WebSearchResultBlockParam.Builder
- Returns an immutable instance of WebSearchResultBlockParam.
- build() - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
- Returns an immutable instance of WebSearchTool20250305.
- build() - function in com.anthropic.models.messages.WebSearchTool20260209.Builder
- Returns an immutable instance of WebSearchTool20260209.
- build() - function in com.anthropic.models.messages.WebSearchToolRequestError.Builder
- Returns an immutable instance of WebSearchToolRequestError.
- build() - function in com.anthropic.models.messages.WebSearchToolResultBlock.Builder
- Returns an immutable instance of WebSearchToolResultBlock.
- build() - function in com.anthropic.models.messages.WebSearchToolResultBlockParam.Builder
- Returns an immutable instance of WebSearchToolResultBlockParam.
- build() - function in com.anthropic.models.messages.WebSearchToolResultError.Builder
- Returns an immutable instance of WebSearchToolResultError.
- build() - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
- Returns an immutable instance of BatchCancelParams.
- build() - function in com.anthropic.models.messages.batches.BatchCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
- Returns an immutable instance of BatchCreateParams.
- build() - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Builder
- Returns an immutable instance of Request.
- build() - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.Builder
- Returns an immutable instance of Params.
- build() - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
- Returns an immutable instance of BatchDeleteParams.
- build() - function in com.anthropic.models.messages.batches.BatchListPage.Builder
- Returns an immutable instance of BatchListPage.
- build() - function in com.anthropic.models.messages.batches.BatchListPageAsync.Builder
- Returns an immutable instance of BatchListPageAsync.
- build() - function in com.anthropic.models.messages.batches.BatchListPageResponse.Builder
- Returns an immutable instance of BatchListPageResponse.
- build() - function in com.anthropic.models.messages.batches.BatchListParams.Builder
- Returns an immutable instance of BatchListParams.
- build() - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
- Returns an immutable instance of BatchResultsParams.
- build() - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
- Returns an immutable instance of BatchRetrieveParams.
- build() - function in com.anthropic.models.messages.batches.DeletedMessageBatch.Builder
- Returns an immutable instance of DeletedMessageBatch.
- build() - function in com.anthropic.models.messages.batches.MessageBatch.Builder
- Returns an immutable instance of MessageBatch.
- build() - function in com.anthropic.models.messages.batches.MessageBatchCanceledResult.Builder
- Returns an immutable instance of MessageBatchCanceledResult.
- build() - function in com.anthropic.models.messages.batches.MessageBatchErroredResult.Builder
- Returns an immutable instance of MessageBatchErroredResult.
- build() - function in com.anthropic.models.messages.batches.MessageBatchExpiredResult.Builder
- Returns an immutable instance of MessageBatchExpiredResult.
- build() - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
- Returns an immutable instance of MessageBatchIndividualResponse.
- build() - function in com.anthropic.models.messages.batches.MessageBatchRequestCounts.Builder
- Returns an immutable instance of MessageBatchRequestCounts.
- build() - function in com.anthropic.models.messages.batches.MessageBatchSucceededResult.Builder
- Returns an immutable instance of MessageBatchSucceededResult.
- build() - function in com.anthropic.models.models.ModelInfo.Builder
- Returns an immutable instance of ModelInfo.
- build() - function in com.anthropic.models.models.ModelListPage.Builder
- Returns an immutable instance of ModelListPage.
- build() - function in com.anthropic.models.models.ModelListPageAsync.Builder
- Returns an immutable instance of ModelListPageAsync.
- build() - function in com.anthropic.models.models.ModelListPageResponse.Builder
- Returns an immutable instance of ModelListPageResponse.
- build() - function in com.anthropic.models.models.ModelListParams.Builder
- Returns an immutable instance of ModelListParams.
- build() - function in com.anthropic.models.models.ModelRetrieveParams.Builder
- Returns an immutable instance of ModelRetrieveParams.
- build() - function in com.anthropic.vertex.backends.VertexBackend.Builder
- builder() - function in com.anthropic.backends.AnthropicBackend.Companion
- builder() - function in com.anthropic.bedrock.backends.BedrockBackend.Companion
- builder() - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Companion
- Returns a mutable builder for constructing an instance of AnthropicClient.
- builder() - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Companion
- Returns a mutable builder for constructing an instance of AnthropicClientAsync.
- builder() - function in com.anthropic.client.okhttp.OkHttpClient.Companion
- builder() - function in com.anthropic.core.ClientOptions.Companion
- Returns a mutable builder for constructing an instance of ClientOptions.
- builder() - function in com.anthropic.core.MultipartField.Companion
- Returns a mutable builder for constructing an instance of MultipartField.
- builder() - function in com.anthropic.core.RequestOptions.Companion
- builder() - function in com.anthropic.core.Timeout.Companion
- Returns a mutable builder for constructing an instance of Timeout.
- builder() - function in com.anthropic.core.http.Headers.Companion
- builder() - function in com.anthropic.core.http.HttpRequest.Companion
- builder() - function in com.anthropic.core.http.QueryParams.Companion
- builder() - function in com.anthropic.core.http.RetryingHttpClient.Companion
- builder() - function in com.anthropic.errors.BadRequestException.Companion
- Returns a mutable builder for constructing an instance of BadRequestException.
- builder() - function in com.anthropic.errors.InternalServerException.Companion
- Returns a mutable builder for constructing an instance of InternalServerException.
- builder() - function in com.anthropic.errors.NotFoundException.Companion
- Returns a mutable builder for constructing an instance of NotFoundException.
- builder() - function in com.anthropic.errors.PermissionDeniedException.Companion
- Returns a mutable builder for constructing an instance of PermissionDeniedException.
- builder() - function in com.anthropic.errors.RateLimitException.Companion
- Returns a mutable builder for constructing an instance of RateLimitException.
- builder() - function in com.anthropic.errors.SseException.Companion
- Returns a mutable builder for constructing an instance of SseException.
- builder() - function in com.anthropic.errors.UnauthorizedException.Companion
- Returns a mutable builder for constructing an instance of UnauthorizedException.
- builder() - function in com.anthropic.errors.UnexpectedStatusCodeException.Companion
- Returns a mutable builder for constructing an instance of UnexpectedStatusCodeException.
- builder() - function in com.anthropic.errors.UnprocessableEntityException.Companion
- Returns a mutable builder for constructing an instance of UnprocessableEntityException.
- builder() - function in com.anthropic.foundry.backends.FoundryBackend.Companion
- builder() - function in com.anthropic.models.ApiErrorObject.Companion
- Returns a mutable builder for constructing an instance of ApiErrorObject.
- builder() - function in com.anthropic.models.AuthenticationError.Companion
- Returns a mutable builder for constructing an instance of AuthenticationError.
- builder() - function in com.anthropic.models.BillingError.Companion
- Returns a mutable builder for constructing an instance of BillingError.
- builder() - function in com.anthropic.models.ErrorResponse.Companion
- Returns a mutable builder for constructing an instance of ErrorResponse.
- builder() - function in com.anthropic.models.GatewayTimeoutError.Companion
- Returns a mutable builder for constructing an instance of GatewayTimeoutError.
- builder() - function in com.anthropic.models.InvalidRequestError.Companion
- Returns a mutable builder for constructing an instance of InvalidRequestError.
- builder() - function in com.anthropic.models.NotFoundError.Companion
- Returns a mutable builder for constructing an instance of NotFoundError.
- builder() - function in com.anthropic.models.OverloadedError.Companion
- Returns a mutable builder for constructing an instance of OverloadedError.
- builder() - function in com.anthropic.models.PermissionError.Companion
- Returns a mutable builder for constructing an instance of PermissionError.
- builder() - function in com.anthropic.models.RateLimitError.Companion
- Returns a mutable builder for constructing an instance of RateLimitError.
- builder() - function in com.anthropic.models.beta.BetaApiError.Companion
- Returns a mutable builder for constructing an instance of BetaApiError.
- builder() - function in com.anthropic.models.beta.BetaAuthenticationError.Companion
- Returns a mutable builder for constructing an instance of BetaAuthenticationError.
- builder() - function in com.anthropic.models.beta.BetaBillingError.Companion
- Returns a mutable builder for constructing an instance of BetaBillingError.
- builder() - function in com.anthropic.models.beta.BetaErrorResponse.Companion
- Returns a mutable builder for constructing an instance of BetaErrorResponse.
- builder() - function in com.anthropic.models.beta.BetaGatewayTimeoutError.Companion
- Returns a mutable builder for constructing an instance of BetaGatewayTimeoutError.
- builder() - function in com.anthropic.models.beta.BetaInvalidRequestError.Companion
- Returns a mutable builder for constructing an instance of BetaInvalidRequestError.
- builder() - function in com.anthropic.models.beta.BetaNotFoundError.Companion
- Returns a mutable builder for constructing an instance of BetaNotFoundError.
- builder() - function in com.anthropic.models.beta.BetaOverloadedError.Companion
- Returns a mutable builder for constructing an instance of BetaOverloadedError.
- builder() - function in com.anthropic.models.beta.BetaPermissionError.Companion
- Returns a mutable builder for constructing an instance of BetaPermissionError.
- builder() - function in com.anthropic.models.beta.BetaRateLimitError.Companion
- Returns a mutable builder for constructing an instance of BetaRateLimitError.
- builder() - function in com.anthropic.models.beta.files.DeletedFile.Companion
- Returns a mutable builder for constructing an instance of DeletedFile.
- builder() - function in com.anthropic.models.beta.files.FileDeleteParams.Companion
- Returns a mutable builder for constructing an instance of FileDeleteParams.
- builder() - function in com.anthropic.models.beta.files.FileDownloadParams.Companion
- Returns a mutable builder for constructing an instance of FileDownloadParams.
- builder() - function in com.anthropic.models.beta.files.FileListPage.Companion
- Returns a mutable builder for constructing an instance of FileListPage.
- builder() - function in com.anthropic.models.beta.files.FileListPageAsync.Companion
- Returns a mutable builder for constructing an instance of FileListPageAsync.
- builder() - function in com.anthropic.models.beta.files.FileListPageResponse.Companion
- Returns a mutable builder for constructing an instance of FileListPageResponse.
- builder() - function in com.anthropic.models.beta.files.FileListParams.Companion
- Returns a mutable builder for constructing an instance of FileListParams.
- builder() - function in com.anthropic.models.beta.files.FileMetadata.Companion
- Returns a mutable builder for constructing an instance of FileMetadata.
- builder() - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Companion
- Returns a mutable builder for constructing an instance of FileRetrieveMetadataParams.
- builder() - function in com.anthropic.models.beta.files.FileUploadParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.files.FileUploadParams.Companion
- Returns a mutable builder for constructing an instance of FileUploadParams.
- builder() - function in com.anthropic.models.beta.messages.BetaAllThinkingTurns.Companion
- Returns a mutable builder for constructing an instance of BetaAllThinkingTurns.
- builder() - function in com.anthropic.models.beta.messages.BetaBase64ImageSource.Companion
- Returns a mutable builder for constructing an instance of BetaBase64ImageSource.
- builder() - function in com.anthropic.models.beta.messages.BetaBase64PdfSource.Companion
- Returns a mutable builder for constructing an instance of BetaBase64PdfSource.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlock.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionOutputBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionOutputBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Companion
- Returns a mutable builder for constructing an instance of BetaCacheControlEphemeral.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheCreation.Companion
- Returns a mutable builder for constructing an instance of BetaCacheCreation.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationCharLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationCharLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationCharLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationCharLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationConfig.Companion
- Returns a mutable builder for constructing an instance of BetaCitationConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationContentBlockLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationContentBlockLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationPageLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationPageLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationPageLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationPageLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationSearchResultLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationSearchResultLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationSearchResultLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationSearchResultLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationWebSearchResultLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationWebSearchResultLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationsConfigParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationsConfigParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationsDelta.Companion
- Returns a mutable builder for constructing an instance of BetaCitationsDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationsWebSearchResultLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationsWebSearchResultLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Companion
- Returns a mutable builder for constructing an instance of BetaClearThinking20251015Edit.
- builder() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015EditResponse.Companion
- Returns a mutable builder for constructing an instance of BetaClearThinking20251015EditResponse.
- builder() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.Companion
- Returns a mutable builder for constructing an instance of BetaClearToolUses20250919Edit.
- builder() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919EditResponse.Companion
- Returns a mutable builder for constructing an instance of BetaClearToolUses20250919EditResponse.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlock.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionOutputBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionOutputBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionTool20250522.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionTool20250825.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionTool20260120.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCompact20260112Edit.Companion
- Returns a mutable builder for constructing an instance of BetaCompact20260112Edit.
- builder() - function in com.anthropic.models.beta.messages.BetaCompactionBlock.Companion
- Returns a mutable builder for constructing an instance of BetaCompactionBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaCompactionBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaCompactionBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCompactionContentBlockDelta.Companion
- Returns a mutable builder for constructing an instance of BetaCompactionContentBlockDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaCompactionIterationUsage.Companion
- Returns a mutable builder for constructing an instance of BetaCompactionIterationUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaContainer.Companion
- Returns a mutable builder for constructing an instance of BetaContainer.
- builder() - function in com.anthropic.models.beta.messages.BetaContainerParams.Companion
- Returns a mutable builder for constructing an instance of BetaContainerParams.
- builder() - function in com.anthropic.models.beta.messages.BetaContainerUploadBlock.Companion
- Returns a mutable builder for constructing an instance of BetaContainerUploadBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaContainerUploadBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaContainerUploadBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaContentBlockSource.Companion
- Returns a mutable builder for constructing an instance of BetaContentBlockSource.
- builder() - function in com.anthropic.models.beta.messages.BetaContextManagementConfig.Companion
- Returns a mutable builder for constructing an instance of BetaContextManagementConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaContextManagementResponse.Companion
- Returns a mutable builder for constructing an instance of BetaContextManagementResponse.
- builder() - function in com.anthropic.models.beta.messages.BetaCountTokensContextManagementResponse.Companion
- Returns a mutable builder for constructing an instance of BetaCountTokensContextManagementResponse.
- builder() - function in com.anthropic.models.beta.messages.BetaDirectCaller.Companion
- Returns a mutable builder for constructing an instance of BetaDirectCaller.
- builder() - function in com.anthropic.models.beta.messages.BetaDocumentBlock.Companion
- Returns a mutable builder for constructing an instance of BetaDocumentBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaEncryptedCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaEncryptedCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaFileDocumentSource.Companion
- Returns a mutable builder for constructing an instance of BetaFileDocumentSource.
- builder() - function in com.anthropic.models.beta.messages.BetaFileImageSource.Companion
- Returns a mutable builder for constructing an instance of BetaFileImageSource.
- builder() - function in com.anthropic.models.beta.messages.BetaImageBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaImageBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaInputJsonDelta.Companion
- Returns a mutable builder for constructing an instance of BetaInputJsonDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaInputTokensClearAtLeast.Companion
- Returns a mutable builder for constructing an instance of BetaInputTokensClearAtLeast.
- builder() - function in com.anthropic.models.beta.messages.BetaInputTokensTrigger.Companion
- Returns a mutable builder for constructing an instance of BetaInputTokensTrigger.
- builder() - function in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Companion
- Returns a mutable builder for constructing an instance of BetaJsonOutputFormat.
- builder() - function in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Schema.Companion
- Returns a mutable builder for constructing an instance of Schema.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolConfig.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolDefaultConfig.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolDefaultConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolUseBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolUseBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolset.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolset.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolset.Configs.Companion
- Returns a mutable builder for constructing an instance of Configs.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818CreateCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818CreateCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818DeleteCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818DeleteCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818InsertCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818InsertCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818RenameCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818RenameCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818StrReplaceCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818StrReplaceCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818ViewCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818ViewCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMessage.Companion
- Returns a mutable builder for constructing an instance of BetaMessage.
- builder() - function in com.anthropic.models.beta.messages.BetaMessageDeltaUsage.Companion
- Returns a mutable builder for constructing an instance of BetaMessageDeltaUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaMessageIterationUsage.Companion
- Returns a mutable builder for constructing an instance of BetaMessageIterationUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaMessageParam.Companion
- Returns a mutable builder for constructing an instance of BetaMessageParam.
- builder() - function in com.anthropic.models.beta.messages.BetaMessageTokensCount.Companion
- Returns a mutable builder for constructing an instance of BetaMessageTokensCount.
- builder() - function in com.anthropic.models.beta.messages.BetaMetadata.Companion
- Returns a mutable builder for constructing an instance of BetaMetadata.
- builder() - function in com.anthropic.models.beta.messages.BetaOutputConfig.Companion
- Returns a mutable builder for constructing an instance of BetaOutputConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaPlainTextSource.Companion
- Returns a mutable builder for constructing an instance of BetaPlainTextSource.
- builder() - function in com.anthropic.models.beta.messages.BetaRawContentBlockDeltaEvent.Companion
- Returns a mutable builder for constructing an instance of BetaRawContentBlockDeltaEvent.
- builder() - function in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent.Companion
- Returns a mutable builder for constructing an instance of BetaRawContentBlockStartEvent.
- builder() - function in com.anthropic.models.beta.messages.BetaRawContentBlockStopEvent.Companion
- Returns a mutable builder for constructing an instance of BetaRawContentBlockStopEvent.
- builder() - function in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent.Companion
- Returns a mutable builder for constructing an instance of BetaRawMessageDeltaEvent.
- builder() - function in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent.Delta.Companion
- Returns a mutable builder for constructing an instance of Delta.
- builder() - function in com.anthropic.models.beta.messages.BetaRawMessageStartEvent.Companion
- Returns a mutable builder for constructing an instance of BetaRawMessageStartEvent.
- builder() - function in com.anthropic.models.beta.messages.BetaRawMessageStopEvent.Companion
- Returns a mutable builder for constructing an instance of BetaRawMessageStopEvent.
- builder() - function in com.anthropic.models.beta.messages.BetaRedactedThinkingBlock.Companion
- Returns a mutable builder for constructing an instance of BetaRedactedThinkingBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaRedactedThinkingBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaRedactedThinkingBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Companion
- Returns a mutable builder for constructing an instance of BetaRequestDocumentBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaRequestMcpServerToolConfiguration.Companion
- Returns a mutable builder for constructing an instance of BetaRequestMcpServerToolConfiguration.
- builder() - function in com.anthropic.models.beta.messages.BetaRequestMcpServerUrlDefinition.Companion
- Returns a mutable builder for constructing an instance of BetaRequestMcpServerUrlDefinition.
- builder() - function in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaRequestMcpToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaSearchResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolCaller.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolCaller.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolCaller20260120.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolCaller20260120.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolUsage.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolUseBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolUseBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.messages.BetaSignatureDelta.Companion
- Returns a mutable builder for constructing an instance of BetaSignatureDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaSkill.Companion
- Returns a mutable builder for constructing an instance of BetaSkill.
- builder() - function in com.anthropic.models.beta.messages.BetaSkillParams.Companion
- Returns a mutable builder for constructing an instance of BetaSkillParams.
- builder() - function in com.anthropic.models.beta.messages.BetaTextBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextDelta.Companion
- Returns a mutable builder for constructing an instance of BetaTextDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionCreateResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionCreateResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionStrReplaceResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionStrReplaceResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionViewResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionViewResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingBlock.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingConfigAdaptive.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingConfigDisabled.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingConfigDisabled.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingConfigEnabled.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingDelta.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingTurns.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingTurns.
- builder() - function in com.anthropic.models.beta.messages.BetaTool.Companion
- Returns a mutable builder for constructing an instance of BetaTool.
- builder() - function in com.anthropic.models.beta.messages.BetaTool.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Companion
- Returns a mutable builder for constructing an instance of InputSchema.
- builder() - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Properties.Companion
- Returns a mutable builder for constructing an instance of Properties.
- builder() - function in com.anthropic.models.beta.messages.BetaToolBash20241022.Companion
- Returns a mutable builder for constructing an instance of BetaToolBash20241022.
- builder() - function in com.anthropic.models.beta.messages.BetaToolBash20241022.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolBash20250124.Companion
- Returns a mutable builder for constructing an instance of BetaToolBash20250124.
- builder() - function in com.anthropic.models.beta.messages.BetaToolBash20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolChoiceAny.Companion
- Returns a mutable builder for constructing an instance of BetaToolChoiceAny.
- builder() - function in com.anthropic.models.beta.messages.BetaToolChoiceAuto.Companion
- Returns a mutable builder for constructing an instance of BetaToolChoiceAuto.
- builder() - function in com.anthropic.models.beta.messages.BetaToolChoiceNone.Companion
- Returns a mutable builder for constructing an instance of BetaToolChoiceNone.
- builder() - function in com.anthropic.models.beta.messages.BetaToolChoiceTool.Companion
- Returns a mutable builder for constructing an instance of BetaToolChoiceTool.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.Companion
- Returns a mutable builder for constructing an instance of BetaToolComputerUse20241022.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.Companion
- Returns a mutable builder for constructing an instance of BetaToolComputerUse20250124.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.Companion
- Returns a mutable builder for constructing an instance of BetaToolComputerUse20251124.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolReferenceBlock.Companion
- Returns a mutable builder for constructing an instance of BetaToolReferenceBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaToolReferenceBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolReferenceBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolBm25_20251119.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolRegex20251119.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolResultError.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolResultErrorParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolSearchResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolSearchResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.Companion
- Returns a mutable builder for constructing an instance of BetaToolTextEditor20241022.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.Companion
- Returns a mutable builder for constructing an instance of BetaToolTextEditor20250124.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.Companion
- Returns a mutable builder for constructing an instance of BetaToolTextEditor20250429.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.Companion
- Returns a mutable builder for constructing an instance of BetaToolTextEditor20250728.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of BetaToolUseBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolUseBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUsesKeep.Companion
- Returns a mutable builder for constructing an instance of BetaToolUsesKeep.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUsesTrigger.Companion
- Returns a mutable builder for constructing an instance of BetaToolUsesTrigger.
- builder() - function in com.anthropic.models.beta.messages.BetaUrlImageSource.Companion
- Returns a mutable builder for constructing an instance of BetaUrlImageSource.
- builder() - function in com.anthropic.models.beta.messages.BetaUrlPdfSource.Companion
- Returns a mutable builder for constructing an instance of BetaUrlPdfSource.
- builder() - function in com.anthropic.models.beta.messages.BetaUsage.Companion
- Returns a mutable builder for constructing an instance of BetaUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaUserLocation.Companion
- Returns a mutable builder for constructing an instance of BetaUserLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchTool20250910.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchTool20260209.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchTool20260309.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchToolResultErrorBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchToolResultErrorBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchTool20250305.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchTool20260209.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchToolRequestError.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchToolRequestError.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchToolResultError.
- builder() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Companion
- Returns a mutable builder for constructing an instance of MessageCountTokensParams.
- builder() - function in com.anthropic.models.beta.messages.MessageCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.messages.MessageCreateParams.Companion
- Returns a mutable builder for constructing an instance of MessageCreateParams.
- builder() - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Companion
- Returns a mutable builder for constructing an instance of StructuredMessageCreateParams.
- builder() - function in com.anthropic.models.beta.messages.ToolRunnerCreateParams.Companion
- Returns a mutable builder for constructing an instance of ToolRunnerCreateParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Companion
- Returns a mutable builder for constructing an instance of BatchCancelParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Companion
- Returns a mutable builder for constructing an instance of BatchCreateParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Companion
- Returns a mutable builder for constructing an instance of Request.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Companion
- Returns a mutable builder for constructing an instance of Params.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Companion
- Returns a mutable builder for constructing an instance of BatchDeleteParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchListPage.Companion
- Returns a mutable builder for constructing an instance of BatchListPage.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchListPageAsync.Companion
- Returns a mutable builder for constructing an instance of BatchListPageAsync.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchListPageResponse.Companion
- Returns a mutable builder for constructing an instance of BatchListPageResponse.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchListParams.Companion
- Returns a mutable builder for constructing an instance of BatchListParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Companion
- Returns a mutable builder for constructing an instance of BatchResultsParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of BatchRetrieveParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaDeletedMessageBatch.Companion
- Returns a mutable builder for constructing an instance of BetaDeletedMessageBatch.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatch.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchCanceledResult.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchCanceledResult.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchErroredResult.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchErroredResult.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchExpiredResult.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchExpiredResult.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchIndividualResponse.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchRequestCounts.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchRequestCounts.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchSucceededResult.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchSucceededResult.
- builder() - function in com.anthropic.models.beta.models.BetaModelInfo.Companion
- Returns a mutable builder for constructing an instance of BetaModelInfo.
- builder() - function in com.anthropic.models.beta.models.ModelListPage.Companion
- Returns a mutable builder for constructing an instance of ModelListPage.
- builder() - function in com.anthropic.models.beta.models.ModelListPageAsync.Companion
- Returns a mutable builder for constructing an instance of ModelListPageAsync.
- builder() - function in com.anthropic.models.beta.models.ModelListPageResponse.Companion
- Returns a mutable builder for constructing an instance of ModelListPageResponse.
- builder() - function in com.anthropic.models.beta.models.ModelListParams.Companion
- Returns a mutable builder for constructing an instance of ModelListParams.
- builder() - function in com.anthropic.models.beta.models.ModelRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of ModelRetrieveParams.
- builder() - function in com.anthropic.models.beta.skills.SkillCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.skills.SkillCreateParams.Companion
- Returns a mutable builder for constructing an instance of SkillCreateParams.
- builder() - function in com.anthropic.models.beta.skills.SkillCreateResponse.Companion
- Returns a mutable builder for constructing an instance of SkillCreateResponse.
- builder() - function in com.anthropic.models.beta.skills.SkillDeleteParams.Companion
- Returns a mutable builder for constructing an instance of SkillDeleteParams.
- builder() - function in com.anthropic.models.beta.skills.SkillDeleteResponse.Companion
- Returns a mutable builder for constructing an instance of SkillDeleteResponse.
- builder() - function in com.anthropic.models.beta.skills.SkillListPage.Companion
- Returns a mutable builder for constructing an instance of SkillListPage.
- builder() - function in com.anthropic.models.beta.skills.SkillListPageAsync.Companion
- Returns a mutable builder for constructing an instance of SkillListPageAsync.
- builder() - function in com.anthropic.models.beta.skills.SkillListPageResponse.Companion
- Returns a mutable builder for constructing an instance of SkillListPageResponse.
- builder() - function in com.anthropic.models.beta.skills.SkillListParams.Companion
- Returns a mutable builder for constructing an instance of SkillListParams.
- builder() - function in com.anthropic.models.beta.skills.SkillListResponse.Companion
- Returns a mutable builder for constructing an instance of SkillListResponse.
- builder() - function in com.anthropic.models.beta.skills.SkillRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of SkillRetrieveParams.
- builder() - function in com.anthropic.models.beta.skills.SkillRetrieveResponse.Companion
- Returns a mutable builder for constructing an instance of SkillRetrieveResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Companion
- Returns a mutable builder for constructing an instance of VersionCreateParams.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionCreateResponse.Companion
- Returns a mutable builder for constructing an instance of VersionCreateResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams.Companion
- Returns a mutable builder for constructing an instance of VersionDeleteParams.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionDeleteResponse.Companion
- Returns a mutable builder for constructing an instance of VersionDeleteResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListPage.Companion
- Returns a mutable builder for constructing an instance of VersionListPage.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListPageAsync.Companion
- Returns a mutable builder for constructing an instance of VersionListPageAsync.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListPageResponse.Companion
- Returns a mutable builder for constructing an instance of VersionListPageResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListParams.Companion
- Returns a mutable builder for constructing an instance of VersionListParams.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListResponse.Companion
- Returns a mutable builder for constructing an instance of VersionListResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of VersionRetrieveParams.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveResponse.Companion
- Returns a mutable builder for constructing an instance of VersionRetrieveResponse.
- builder() - function in com.anthropic.models.completions.Completion.Companion
- Returns a mutable builder for constructing an instance of Completion.
- builder() - function in com.anthropic.models.completions.CompletionCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.completions.CompletionCreateParams.Companion
- Returns a mutable builder for constructing an instance of CompletionCreateParams.
- builder() - function in com.anthropic.models.messages.Base64ImageSource.Companion
- Returns a mutable builder for constructing an instance of Base64ImageSource.
- builder() - function in com.anthropic.models.messages.Base64PdfSource.Companion
- Returns a mutable builder for constructing an instance of Base64PdfSource.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionOutputBlock.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionOutputBlock.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionOutputBlockParam.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionOutputBlockParam.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.messages.CacheControlEphemeral.Companion
- Returns a mutable builder for constructing an instance of CacheControlEphemeral.
- builder() - function in com.anthropic.models.messages.CacheCreation.Companion
- Returns a mutable builder for constructing an instance of CacheCreation.
- builder() - function in com.anthropic.models.messages.CitationCharLocation.Companion
- Returns a mutable builder for constructing an instance of CitationCharLocation.
- builder() - function in com.anthropic.models.messages.CitationCharLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationCharLocationParam.
- builder() - function in com.anthropic.models.messages.CitationContentBlockLocation.Companion
- Returns a mutable builder for constructing an instance of CitationContentBlockLocation.
- builder() - function in com.anthropic.models.messages.CitationContentBlockLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationContentBlockLocationParam.
- builder() - function in com.anthropic.models.messages.CitationPageLocation.Companion
- Returns a mutable builder for constructing an instance of CitationPageLocation.
- builder() - function in com.anthropic.models.messages.CitationPageLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationPageLocationParam.
- builder() - function in com.anthropic.models.messages.CitationSearchResultLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationSearchResultLocationParam.
- builder() - function in com.anthropic.models.messages.CitationWebSearchResultLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationWebSearchResultLocationParam.
- builder() - function in com.anthropic.models.messages.CitationsConfig.Companion
- Returns a mutable builder for constructing an instance of CitationsConfig.
- builder() - function in com.anthropic.models.messages.CitationsConfigParam.Companion
- Returns a mutable builder for constructing an instance of CitationsConfigParam.
- builder() - function in com.anthropic.models.messages.CitationsDelta.Companion
- Returns a mutable builder for constructing an instance of CitationsDelta.
- builder() - function in com.anthropic.models.messages.CitationsSearchResultLocation.Companion
- Returns a mutable builder for constructing an instance of CitationsSearchResultLocation.
- builder() - function in com.anthropic.models.messages.CitationsWebSearchResultLocation.Companion
- Returns a mutable builder for constructing an instance of CitationsWebSearchResultLocation.
- builder() - function in com.anthropic.models.messages.CodeExecutionOutputBlock.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionOutputBlock.
- builder() - function in com.anthropic.models.messages.CodeExecutionOutputBlockParam.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionOutputBlockParam.
- builder() - function in com.anthropic.models.messages.CodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionResultBlock.
- builder() - function in com.anthropic.models.messages.CodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.messages.CodeExecutionTool20250522.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionTool20250522.
- builder() - function in com.anthropic.models.messages.CodeExecutionTool20250825.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionTool20250825.
- builder() - function in com.anthropic.models.messages.CodeExecutionTool20260120.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionTool20260120.
- builder() - function in com.anthropic.models.messages.CodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.messages.CodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.CodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionToolResultError.
- builder() - function in com.anthropic.models.messages.CodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.messages.Container.Companion
- Returns a mutable builder for constructing an instance of Container.
- builder() - function in com.anthropic.models.messages.ContainerUploadBlock.Companion
- Returns a mutable builder for constructing an instance of ContainerUploadBlock.
- builder() - function in com.anthropic.models.messages.ContainerUploadBlockParam.Companion
- Returns a mutable builder for constructing an instance of ContainerUploadBlockParam.
- builder() - function in com.anthropic.models.messages.ContentBlockSource.Companion
- Returns a mutable builder for constructing an instance of ContentBlockSource.
- builder() - function in com.anthropic.models.messages.DirectCaller.Companion
- Returns a mutable builder for constructing an instance of DirectCaller.
- builder() - function in com.anthropic.models.messages.DocumentBlock.Companion
- Returns a mutable builder for constructing an instance of DocumentBlock.
- builder() - function in com.anthropic.models.messages.DocumentBlockParam.Companion
- Returns a mutable builder for constructing an instance of DocumentBlockParam.
- builder() - function in com.anthropic.models.messages.EncryptedCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of EncryptedCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.messages.EncryptedCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of EncryptedCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.messages.ImageBlockParam.Companion
- Returns a mutable builder for constructing an instance of ImageBlockParam.
- builder() - function in com.anthropic.models.messages.InputJsonDelta.Companion
- Returns a mutable builder for constructing an instance of InputJsonDelta.
- builder() - function in com.anthropic.models.messages.JsonOutputFormat.Companion
- Returns a mutable builder for constructing an instance of JsonOutputFormat.
- builder() - function in com.anthropic.models.messages.JsonOutputFormat.Schema.Companion
- Returns a mutable builder for constructing an instance of Schema.
- builder() - function in com.anthropic.models.messages.MemoryTool20250818.Companion
- Returns a mutable builder for constructing an instance of MemoryTool20250818.
- builder() - function in com.anthropic.models.messages.MemoryTool20250818.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.Message.Companion
- Returns a mutable builder for constructing an instance of Message.
- builder() - function in com.anthropic.models.messages.MessageCountTokensParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.messages.MessageCountTokensParams.Companion
- Returns a mutable builder for constructing an instance of MessageCountTokensParams.
- builder() - function in com.anthropic.models.messages.MessageCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.messages.MessageCreateParams.Companion
- Returns a mutable builder for constructing an instance of MessageCreateParams.
- builder() - function in com.anthropic.models.messages.MessageDeltaUsage.Companion
- Returns a mutable builder for constructing an instance of MessageDeltaUsage.
- builder() - function in com.anthropic.models.messages.MessageParam.Companion
- Returns a mutable builder for constructing an instance of MessageParam.
- builder() - function in com.anthropic.models.messages.MessageTokensCount.Companion
- Returns a mutable builder for constructing an instance of MessageTokensCount.
- builder() - function in com.anthropic.models.messages.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.messages.OutputConfig.Companion
- Returns a mutable builder for constructing an instance of OutputConfig.
- builder() - function in com.anthropic.models.messages.PlainTextSource.Companion
- Returns a mutable builder for constructing an instance of PlainTextSource.
- builder() - function in com.anthropic.models.messages.RawContentBlockDeltaEvent.Companion
- Returns a mutable builder for constructing an instance of RawContentBlockDeltaEvent.
- builder() - function in com.anthropic.models.messages.RawContentBlockStartEvent.Companion
- Returns a mutable builder for constructing an instance of RawContentBlockStartEvent.
- builder() - function in com.anthropic.models.messages.RawContentBlockStopEvent.Companion
- Returns a mutable builder for constructing an instance of RawContentBlockStopEvent.
- builder() - function in com.anthropic.models.messages.RawMessageDeltaEvent.Companion
- Returns a mutable builder for constructing an instance of RawMessageDeltaEvent.
- builder() - function in com.anthropic.models.messages.RawMessageDeltaEvent.Delta.Companion
- Returns a mutable builder for constructing an instance of Delta.
- builder() - function in com.anthropic.models.messages.RawMessageStartEvent.Companion
- Returns a mutable builder for constructing an instance of RawMessageStartEvent.
- builder() - function in com.anthropic.models.messages.RawMessageStopEvent.Companion
- Returns a mutable builder for constructing an instance of RawMessageStopEvent.
- builder() - function in com.anthropic.models.messages.RedactedThinkingBlock.Companion
- Returns a mutable builder for constructing an instance of RedactedThinkingBlock.
- builder() - function in com.anthropic.models.messages.RedactedThinkingBlockParam.Companion
- Returns a mutable builder for constructing an instance of RedactedThinkingBlockParam.
- builder() - function in com.anthropic.models.messages.SearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of SearchResultBlockParam.
- builder() - function in com.anthropic.models.messages.ServerToolCaller.Companion
- Returns a mutable builder for constructing an instance of ServerToolCaller.
- builder() - function in com.anthropic.models.messages.ServerToolCaller20260120.Companion
- Returns a mutable builder for constructing an instance of ServerToolCaller20260120.
- builder() - function in com.anthropic.models.messages.ServerToolUsage.Companion
- Returns a mutable builder for constructing an instance of ServerToolUsage.
- builder() - function in com.anthropic.models.messages.ServerToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of ServerToolUseBlock.
- builder() - function in com.anthropic.models.messages.ServerToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of ServerToolUseBlockParam.
- builder() - function in com.anthropic.models.messages.ServerToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.messages.SignatureDelta.Companion
- Returns a mutable builder for constructing an instance of SignatureDelta.
- builder() - function in com.anthropic.models.messages.StructuredMessageCreateParams.Companion
- Returns a mutable builder for constructing an instance of StructuredMessageCreateParams.
- builder() - function in com.anthropic.models.messages.TextBlock.Companion
- Returns a mutable builder for constructing an instance of TextBlock.
- builder() - function in com.anthropic.models.messages.TextBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextBlockParam.
- builder() - function in com.anthropic.models.messages.TextDelta.Companion
- Returns a mutable builder for constructing an instance of TextDelta.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionCreateResultBlock.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionCreateResultBlock.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionCreateResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionCreateResultBlockParam.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionStrReplaceResultBlock.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionStrReplaceResultBlock.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionStrReplaceResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionStrReplaceResultBlockParam.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionViewResultBlock.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionViewResultBlock.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionViewResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionViewResultBlockParam.
- builder() - function in com.anthropic.models.messages.ThinkingBlock.Companion
- Returns a mutable builder for constructing an instance of ThinkingBlock.
- builder() - function in com.anthropic.models.messages.ThinkingBlockParam.Companion
- Returns a mutable builder for constructing an instance of ThinkingBlockParam.
- builder() - function in com.anthropic.models.messages.ThinkingConfigAdaptive.Companion
- Returns a mutable builder for constructing an instance of ThinkingConfigAdaptive.
- builder() - function in com.anthropic.models.messages.ThinkingConfigDisabled.Companion
- Returns a mutable builder for constructing an instance of ThinkingConfigDisabled.
- builder() - function in com.anthropic.models.messages.ThinkingConfigEnabled.Companion
- Returns a mutable builder for constructing an instance of ThinkingConfigEnabled.
- builder() - function in com.anthropic.models.messages.ThinkingDelta.Companion
- Returns a mutable builder for constructing an instance of ThinkingDelta.
- builder() - function in com.anthropic.models.messages.Tool.Companion
- Returns a mutable builder for constructing an instance of Tool.
- builder() - function in com.anthropic.models.messages.Tool.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.Tool.InputSchema.Companion
- Returns a mutable builder for constructing an instance of InputSchema.
- builder() - function in com.anthropic.models.messages.Tool.InputSchema.Properties.Companion
- Returns a mutable builder for constructing an instance of Properties.
- builder() - function in com.anthropic.models.messages.ToolBash20250124.Companion
- Returns a mutable builder for constructing an instance of ToolBash20250124.
- builder() - function in com.anthropic.models.messages.ToolBash20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.ToolChoiceAny.Companion
- Returns a mutable builder for constructing an instance of ToolChoiceAny.
- builder() - function in com.anthropic.models.messages.ToolChoiceAuto.Companion
- Returns a mutable builder for constructing an instance of ToolChoiceAuto.
- builder() - function in com.anthropic.models.messages.ToolChoiceNone.Companion
- Returns a mutable builder for constructing an instance of ToolChoiceNone.
- builder() - function in com.anthropic.models.messages.ToolChoiceTool.Companion
- Returns a mutable builder for constructing an instance of ToolChoiceTool.
- builder() - function in com.anthropic.models.messages.ToolReferenceBlock.Companion
- Returns a mutable builder for constructing an instance of ToolReferenceBlock.
- builder() - function in com.anthropic.models.messages.ToolReferenceBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolReferenceBlockParam.
- builder() - function in com.anthropic.models.messages.ToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.ToolSearchToolBm25_20251119.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolBm25_20251119.
- builder() - function in com.anthropic.models.messages.ToolSearchToolRegex20251119.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolRegex20251119.
- builder() - function in com.anthropic.models.messages.ToolSearchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolResultBlock.
- builder() - function in com.anthropic.models.messages.ToolSearchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.ToolSearchToolResultError.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolResultError.
- builder() - function in com.anthropic.models.messages.ToolSearchToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolResultErrorParam.
- builder() - function in com.anthropic.models.messages.ToolSearchToolSearchResultBlock.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolSearchResultBlock.
- builder() - function in com.anthropic.models.messages.ToolSearchToolSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolSearchResultBlockParam.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250124.Companion
- Returns a mutable builder for constructing an instance of ToolTextEditor20250124.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250429.Companion
- Returns a mutable builder for constructing an instance of ToolTextEditor20250429.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250429.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250728.Companion
- Returns a mutable builder for constructing an instance of ToolTextEditor20250728.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250728.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.ToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of ToolUseBlock.
- builder() - function in com.anthropic.models.messages.ToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolUseBlockParam.
- builder() - function in com.anthropic.models.messages.ToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.messages.UrlImageSource.Companion
- Returns a mutable builder for constructing an instance of UrlImageSource.
- builder() - function in com.anthropic.models.messages.UrlPdfSource.Companion
- Returns a mutable builder for constructing an instance of UrlPdfSource.
- builder() - function in com.anthropic.models.messages.Usage.Companion
- Returns a mutable builder for constructing an instance of Usage.
- builder() - function in com.anthropic.models.messages.UserLocation.Companion
- Returns a mutable builder for constructing an instance of UserLocation.
- builder() - function in com.anthropic.models.messages.WebFetchBlock.Companion
- Returns a mutable builder for constructing an instance of WebFetchBlock.
- builder() - function in com.anthropic.models.messages.WebFetchBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebFetchBlockParam.
- builder() - function in com.anthropic.models.messages.WebFetchTool20250910.Companion
- Returns a mutable builder for constructing an instance of WebFetchTool20250910.
- builder() - function in com.anthropic.models.messages.WebFetchTool20260209.Companion
- Returns a mutable builder for constructing an instance of WebFetchTool20260209.
- builder() - function in com.anthropic.models.messages.WebFetchTool20260309.Companion
- Returns a mutable builder for constructing an instance of WebFetchTool20260309.
- builder() - function in com.anthropic.models.messages.WebFetchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of WebFetchToolResultBlock.
- builder() - function in com.anthropic.models.messages.WebFetchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebFetchToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.WebFetchToolResultErrorBlock.Companion
- Returns a mutable builder for constructing an instance of WebFetchToolResultErrorBlock.
- builder() - function in com.anthropic.models.messages.WebFetchToolResultErrorBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebFetchToolResultErrorBlockParam.
- builder() - function in com.anthropic.models.messages.WebSearchResultBlock.Companion
- Returns a mutable builder for constructing an instance of WebSearchResultBlock.
- builder() - function in com.anthropic.models.messages.WebSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebSearchResultBlockParam.
- builder() - function in com.anthropic.models.messages.WebSearchTool20250305.Companion
- Returns a mutable builder for constructing an instance of WebSearchTool20250305.
- builder() - function in com.anthropic.models.messages.WebSearchTool20260209.Companion
- Returns a mutable builder for constructing an instance of WebSearchTool20260209.
- builder() - function in com.anthropic.models.messages.WebSearchToolRequestError.Companion
- Returns a mutable builder for constructing an instance of WebSearchToolRequestError.
- builder() - function in com.anthropic.models.messages.WebSearchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of WebSearchToolResultBlock.
- builder() - function in com.anthropic.models.messages.WebSearchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebSearchToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.WebSearchToolResultError.Companion
- Returns a mutable builder for constructing an instance of WebSearchToolResultError.
- builder() - function in com.anthropic.models.messages.batches.BatchCancelParams.Companion
- Returns a mutable builder for constructing an instance of BatchCancelParams.
- builder() - function in com.anthropic.models.messages.batches.BatchCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.messages.batches.BatchCreateParams.Companion
- Returns a mutable builder for constructing an instance of BatchCreateParams.
- builder() - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Companion
- Returns a mutable builder for constructing an instance of Request.
- builder() - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.Companion
- Returns a mutable builder for constructing an instance of Params.
- builder() - function in com.anthropic.models.messages.batches.BatchDeleteParams.Companion
- Returns a mutable builder for constructing an instance of BatchDeleteParams.
- builder() - function in com.anthropic.models.messages.batches.BatchListPage.Companion
- Returns a mutable builder for constructing an instance of BatchListPage.
- builder() - function in com.anthropic.models.messages.batches.BatchListPageAsync.Companion
- Returns a mutable builder for constructing an instance of BatchListPageAsync.
- builder() - function in com.anthropic.models.messages.batches.BatchListPageResponse.Companion
- Returns a mutable builder for constructing an instance of BatchListPageResponse.
- builder() - function in com.anthropic.models.messages.batches.BatchListParams.Companion
- Returns a mutable builder for constructing an instance of BatchListParams.
- builder() - function in com.anthropic.models.messages.batches.BatchResultsParams.Companion
- Returns a mutable builder for constructing an instance of BatchResultsParams.
- builder() - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of BatchRetrieveParams.
- builder() - function in com.anthropic.models.messages.batches.DeletedMessageBatch.Companion
- Returns a mutable builder for constructing an instance of DeletedMessageBatch.
- builder() - function in com.anthropic.models.messages.batches.MessageBatch.Companion
- Returns a mutable builder for constructing an instance of MessageBatch.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchCanceledResult.Companion
- Returns a mutable builder for constructing an instance of MessageBatchCanceledResult.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchErroredResult.Companion
- Returns a mutable builder for constructing an instance of MessageBatchErroredResult.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchExpiredResult.Companion
- Returns a mutable builder for constructing an instance of MessageBatchExpiredResult.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Companion
- Returns a mutable builder for constructing an instance of MessageBatchIndividualResponse.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchRequestCounts.Companion
- Returns a mutable builder for constructing an instance of MessageBatchRequestCounts.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchSucceededResult.Companion
- Returns a mutable builder for constructing an instance of MessageBatchSucceededResult.
- builder() - function in com.anthropic.models.models.ModelInfo.Companion
- Returns a mutable builder for constructing an instance of ModelInfo.
- builder() - function in com.anthropic.models.models.ModelListPage.Companion
- Returns a mutable builder for constructing an instance of ModelListPage.
- builder() - function in com.anthropic.models.models.ModelListPageAsync.Companion
- Returns a mutable builder for constructing an instance of ModelListPageAsync.
- builder() - function in com.anthropic.models.models.ModelListPageResponse.Companion
- Returns a mutable builder for constructing an instance of ModelListPageResponse.
- builder() - function in com.anthropic.models.models.ModelListParams.Companion
- Returns a mutable builder for constructing an instance of ModelListParams.
- builder() - function in com.anthropic.models.models.ModelRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of ModelRetrieveParams.
- builder() - function in com.anthropic.vertex.backends.VertexBackend.Companion