A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _ 

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.BetaImageBlockParam.Source
 
base64() - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.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.BetaRequestDocumentBlock.Builder
Alias for calling source with the following:
BetaBase64PdfSource.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.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
baseUrl(java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.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
 
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.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.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 .jsonl file.
BatchResultsParams - class in com.anthropic.models.messages.batches
Streams the results of a Message Batch as a .jsonl file.
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
 
BedrockBackend - class in com.anthropic.bedrock.backends
The Amazon Bedrock backend that manages the AWS credentials 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
 
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.
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.
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.
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.
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.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522
A builder for BetaCodeExecutionTool20250522.
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
 
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
 
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.
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.
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.
BetaDeletedMessageBatch - class in com.anthropic.models.beta.messages.batches
 
BetaDeletedMessageBatch.Builder - class in com.anthropic.models.beta.messages.batches.BetaDeletedMessageBatch
A builder for BetaDeletedMessageBatch.
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.
BetaInvalidRequestError - class in com.anthropic.models.beta
 
BetaInvalidRequestError.Builder - class in com.anthropic.models.beta.BetaInvalidRequestError
A builder for BetaInvalidRequestError.
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
 
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.
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 .jsonl file 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.Builder - class in com.anthropic.models.beta.messages.BetaMessageDeltaUsage
A builder for BetaMessageDeltaUsage.
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.
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() - 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.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.
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.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.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.
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.
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.
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.
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.
BetaTool - class in com.anthropic.models.beta.messages
 
betaTool() - function in com.anthropic.models.beta.messages.BetaToolUnion
 
BetaTool.Builder - class in com.anthropic.models.beta.messages.BetaTool
A builder for BetaTool.
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.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.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20241022
A builder for BetaToolBash20241022.
BetaToolBash20250124 - class in com.anthropic.models.beta.messages
 
betaToolBash20250124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
 
BetaToolBash20250124.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20250124
A builder for BetaToolBash20250124.
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.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022
A builder for BetaToolComputerUse20241022.
BetaToolComputerUse20250124 - class in com.anthropic.models.beta.messages
 
betaToolComputerUse20250124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
 
BetaToolComputerUse20250124.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124
A builder for BetaToolComputerUse20250124.
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
 
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.
BetaToolTextEditor20241022 - class in com.anthropic.models.beta.messages
 
betaToolTextEditor20241022() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
 
BetaToolTextEditor20241022.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022
A builder for BetaToolTextEditor20241022.
BetaToolTextEditor20250124 - class in com.anthropic.models.beta.messages
 
betaToolTextEditor20250124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
 
BetaToolTextEditor20250124.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124
A builder for BetaToolTextEditor20250124.
BetaToolTextEditor20250429 - class in com.anthropic.models.beta.messages
 
betaToolTextEditor20250429() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
 
BetaToolTextEditor20250429.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429
A builder for BetaToolTextEditor20250429.
BetaToolUnion - class in com.anthropic.models.beta.messages
 
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.
BetaToolUseBlockParam - class in com.anthropic.models.beta.messages
 
BetaToolUseBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam
A builder for BetaToolUseBlockParam.
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.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.
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.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305
A builder for BetaWebSearchTool20250305.
BetaWebSearchTool20250305.UserLocation - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305
Parameters for the user's location.
BetaWebSearchTool20250305.UserLocation.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.UserLocation
A builder for UserLocation.
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.
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.
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.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.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.
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.batches.BatchCreateParams.Body) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.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.batches.BatchCreateParams.Body) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
Sets the entire request body.
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.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.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.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.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.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.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.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.BetaContainer.Builder
Returns an immutable instance of BetaContainer.
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.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.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.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.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.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.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.BetaSignatureDelta.Builder
Returns an immutable instance of BetaSignatureDelta.
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.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.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.BetaTool.Builder
Returns an immutable instance of BetaTool.
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.BetaToolBash20241022.Builder
Returns an immutable instance of BetaToolBash20241022.
build() - function in com.anthropic.models.beta.messages.BetaToolBash20250124.Builder
Returns an immutable instance of BetaToolBash20250124.
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.BetaToolComputerUse20250124.Builder
Returns an immutable instance of BetaToolComputerUse20250124.
build() - function in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Builder
Returns an immutable instance of BetaToolResultBlockParam.
build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.Builder
Returns an immutable instance of BetaToolTextEditor20241022.
build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.Builder
Returns an immutable instance of BetaToolTextEditor20250124.
build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.Builder
Returns an immutable instance of BetaToolTextEditor20250429.
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.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.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.BetaWebSearchTool20250305.UserLocation.Builder
Returns an immutable instance of UserLocation.
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.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.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.CacheControlEphemeral.Builder
Returns an immutable instance of CacheControlEphemeral.
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.CitationWebSearchResultLocationParam.Builder
Returns an immutable instance of CitationWebSearchResultLocationParam.
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.CitationsWebSearchResultLocation.Builder
Returns an immutable instance of CitationsWebSearchResultLocation.
build() - function in com.anthropic.models.messages.ContentBlockSource.Builder
Returns an immutable instance of ContentBlockSource.
build() - function in com.anthropic.models.messages.DocumentBlockParam.Builder
Returns an immutable instance of DocumentBlockParam.
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.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.MessageCountTokensTool.TextEditor20250429.Builder
Returns an immutable instance of TextEditor20250429.
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.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.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.SignatureDelta.Builder
Returns an immutable instance of SignatureDelta.
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.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.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.InputSchema.Builder
Returns an immutable instance of InputSchema.
build() - function in com.anthropic.models.messages.ToolBash20250124.Builder
Returns an immutable instance of ToolBash20250124.
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.ToolResultBlockParam.Builder
Returns an immutable instance of ToolResultBlockParam.
build() - function in com.anthropic.models.messages.ToolTextEditor20250124.Builder
Returns an immutable instance of ToolTextEditor20250124.
build() - function in com.anthropic.models.messages.ToolUnion.TextEditor20250429.Builder
Returns an immutable instance of TextEditor20250429.
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.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.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.WebSearchTool20250305.UserLocation.Builder
Returns an immutable instance of UserLocation.
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 AnthropicOkHttpClient.
builder() - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Companion
Returns a mutable builder for constructing an instance of AnthropicOkHttpClientAsync.
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.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.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.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.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.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.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.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.BetaContainer.Companion
Returns a mutable builder for constructing an instance of BetaContainer.
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.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.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.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.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.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.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.BetaSignatureDelta.Companion
Returns a mutable builder for constructing an instance of BetaSignatureDelta.
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.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.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.BetaTool.Companion
Returns a mutable builder for constructing an instance of BetaTool.
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.BetaToolBash20241022.Companion
Returns a mutable builder for constructing an instance of BetaToolBash20241022.
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.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.BetaToolComputerUse20250124.Companion
Returns a mutable builder for constructing an instance of BetaToolComputerUse20250124.
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.BetaToolTextEditor20241022.Companion
Returns a mutable builder for constructing an instance of BetaToolTextEditor20241022.
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.BetaToolTextEditor20250429.Companion
Returns a mutable builder for constructing an instance of BetaToolTextEditor20250429.
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.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.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.BetaWebSearchTool20250305.UserLocation.Companion
Returns a mutable builder for constructing an instance of UserLocation.
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.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.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.CacheControlEphemeral.Companion
Returns a mutable builder for constructing an instance of CacheControlEphemeral.
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.CitationWebSearchResultLocationParam.Companion
Returns a mutable builder for constructing an instance of CitationWebSearchResultLocationParam.
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.CitationsWebSearchResultLocation.Companion
Returns a mutable builder for constructing an instance of CitationsWebSearchResultLocation.
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.DocumentBlockParam.Companion
Returns a mutable builder for constructing an instance of DocumentBlockParam.
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.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.MessageCountTokensTool.TextEditor20250429.Companion
Returns a mutable builder for constructing an instance of TextEditor20250429.
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.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.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.SignatureDelta.Companion
Returns a mutable builder for constructing an instance of SignatureDelta.
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.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.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.InputSchema.Companion
Returns a mutable builder for constructing an instance of InputSchema.
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.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.ToolResultBlockParam.Companion
Returns a mutable builder for constructing an instance of ToolResultBlockParam.
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.ToolUnion.TextEditor20250429.Companion
Returns a mutable builder for constructing an instance of TextEditor20250429.
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.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.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.WebSearchTool20250305.UserLocation.Companion
Returns a mutable builder for constructing an instance of UserLocation.
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
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _