A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_
B
- Backend - class in com.anthropic.backends
- An interface that represents adaptations required to support different backend AI services.
- BadRequestException - class in com.anthropic.errors
- BadRequestException.Builder - class in com.anthropic.errors.BadRequestException
- A builder for BadRequestException.
- base64() - function in com.anthropic.models.beta.messages.BetaDocumentBlock.Source
- base64() - function in com.anthropic.models.beta.messages.BetaImageBlockParam.Source
- base64() - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Source
- BASE64 - enum entry in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64DocumentSource.Type.Known
- BASE64 - enum entry in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64DocumentSource.Type.Value
- BASE64 - enum entry in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64ImageSource.Type.Known
- BASE64 - enum entry in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64ImageSource.Type.Value
- base64() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsDocumentBlock.Source
- Base64-encoded document data.
- base64() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsImageBlock.Source
- Base64-encoded image data.
- base64() - function in com.anthropic.models.messages.DocumentBlock.Source
- base64() - function in com.anthropic.models.messages.DocumentBlockParam.Source
- base64() - function in com.anthropic.models.messages.ImageBlockParam.Source
- Base64ImageSource - class in com.anthropic.models.messages
- Base64ImageSource.Builder - class in com.anthropic.models.messages.Base64ImageSource
- A builder for Base64ImageSource.
- Base64ImageSource.MediaType - class in com.anthropic.models.messages.Base64ImageSource
- Base64ImageSource.MediaType.Known - class in com.anthropic.models.messages.Base64ImageSource.MediaType
- An enum containing MediaType's known values.
- Base64ImageSource.MediaType.Value - class in com.anthropic.models.messages.Base64ImageSource.MediaType
- An enum containing MediaType's known values, as well as an _UNKNOWN member.
- Base64PdfSource - class in com.anthropic.models.messages
- Base64PdfSource.Builder - class in com.anthropic.models.messages.Base64PdfSource
- A builder for Base64PdfSource.
- base64Source(java.lang.String) - function in com.anthropic.models.beta.messages.BetaDocumentBlock.Builder
- Alias for calling source with the following:
BetaBase64PdfSource.builder() .data(data) .build() - base64Source(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Builder
- Alias for calling source with the following:
BetaBase64PdfSource.builder() .data(data) .build() - base64Source(java.lang.String) - function in com.anthropic.models.messages.DocumentBlock.Builder
- Alias for calling source with the following:
Base64PdfSource.builder() .data(data) .build() - base64Source(java.lang.String) - function in com.anthropic.models.messages.DocumentBlockParam.Builder
- Alias for calling source with the following:
Base64PdfSource.builder() .data(data) .build() - BaseDeserializer - class in com.anthropic.core
- BaseSerializer - class in com.anthropic.core
- baseUrl() - function in com.anthropic.backends.AnthropicBackend
- Gets the backend service's base URL identifying the network address of the service that will be accessed by this backend.
- baseUrl(java.lang.String) - function in com.anthropic.backends.AnthropicBackend.Builder
- baseUrl() - function in com.anthropic.backends.Backend
- Gets the backend service's base URL identifying the network address of the service that will be accessed by this backend.
- baseUrl() - function in com.anthropic.config.ProfileConfig
- baseUrl(java.util.Optional) - function in com.anthropic.config.ProfileConfig.Builder
- baseUrl(java.lang.String) - function in com.anthropic.config.ProfileConfig.Builder
- baseUrl() - function in com.anthropic.core.ClientOptions
- The base URL to use for every request.
- baseUrl(java.util.Optional) - function in com.anthropic.core.ClientOptions.Builder
- Alias for calling Builder.baseUrl with
baseUrl.orElse(null). - baseUrl(java.lang.String) - function in com.anthropic.core.ClientOptions.Builder
- The base URL to use for every request.
- baseUrl() - function in com.anthropic.core.http.HttpRequest
- baseUrl(java.util.Optional) - function in com.anthropic.core.http.HttpRequest.Builder
- Alias for calling Builder.baseUrl with
baseUrl.orElse(null). - baseUrl(java.lang.String) - function in com.anthropic.core.http.HttpRequest.Builder
- BASH - enum entry in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig.Name.Known
- BASH - enum entry in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig.Name.Value
- BASH - enum entry in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams.Name.Known
- BASH - enum entry in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams.Name.Value
- bash20241022() - function in com.anthropic.models.beta.messages.BetaToolUnion
- bash20250124() - function in com.anthropic.models.beta.messages.BetaToolUnion
- bash20250124() - function in com.anthropic.models.messages.ToolUnion
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Name.Known
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Name.Value
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Name.Known
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Name.Value
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.messages.ServerToolUseBlock.Name.Known
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.messages.ServerToolUseBlock.Name.Value
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.messages.ServerToolUseBlockParam.Name.Known
- BASH_CODE_EXECUTION - enum entry in com.anthropic.models.messages.ServerToolUseBlockParam.Name.Value
- BashCodeExecutionOutputBlock - class in com.anthropic.models.messages
- BashCodeExecutionOutputBlock.Builder - class in com.anthropic.models.messages.BashCodeExecutionOutputBlock
- A builder for BashCodeExecutionOutputBlock.
- BashCodeExecutionOutputBlockParam - class in com.anthropic.models.messages
- BashCodeExecutionOutputBlockParam.Builder - class in com.anthropic.models.messages.BashCodeExecutionOutputBlockParam
- A builder for BashCodeExecutionOutputBlockParam.
- BashCodeExecutionResultBlock - class in com.anthropic.models.messages
- bashCodeExecutionResultBlock() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Content
- BashCodeExecutionResultBlock.Builder - class in com.anthropic.models.messages.BashCodeExecutionResultBlock
- A builder for BashCodeExecutionResultBlock.
- BashCodeExecutionResultBlockParam - class in com.anthropic.models.messages
- bashCodeExecutionResultBlockParam() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Content
- BashCodeExecutionResultBlockParam.Builder - class in com.anthropic.models.messages.BashCodeExecutionResultBlockParam
- A builder for BashCodeExecutionResultBlockParam.
- bashCodeExecutionToolResult() - function in com.anthropic.models.beta.messages.BetaContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.beta.messages.BetaContentBlockParam
- bashCodeExecutionToolResult() - function in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent.ContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.beta.messages.StructuredContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.messages.ContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.messages.ContentBlockParam
- bashCodeExecutionToolResult() - function in com.anthropic.models.messages.RawContentBlockStartEvent.ContentBlock
- bashCodeExecutionToolResult() - function in com.anthropic.models.messages.StructuredContentBlock
- BashCodeExecutionToolResultBlock - class in com.anthropic.models.messages
- BashCodeExecutionToolResultBlock.Builder - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlock
- A builder for BashCodeExecutionToolResultBlock.
- BashCodeExecutionToolResultBlock.Content - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlock
- BashCodeExecutionToolResultBlock.Content.Visitor - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BashCodeExecutionToolResultBlockParam - class in com.anthropic.models.messages
- BashCodeExecutionToolResultBlockParam.Builder - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam
- A builder for BashCodeExecutionToolResultBlockParam.
- BashCodeExecutionToolResultBlockParam.Content - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam
- BashCodeExecutionToolResultBlockParam.Content.Visitor - class in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- bashCodeExecutionToolResultError() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Content
- BashCodeExecutionToolResultError - class in com.anthropic.models.messages
- BashCodeExecutionToolResultError.Builder - class in com.anthropic.models.messages.BashCodeExecutionToolResultError
- A builder for BashCodeExecutionToolResultError.
- BashCodeExecutionToolResultErrorCode - class in com.anthropic.models.messages
- BashCodeExecutionToolResultErrorCode.Known - class in com.anthropic.models.messages.BashCodeExecutionToolResultErrorCode
- An enum containing BashCodeExecutionToolResultErrorCode's known values.
- BashCodeExecutionToolResultErrorCode.Value - class in com.anthropic.models.messages.BashCodeExecutionToolResultErrorCode
- An enum containing BashCodeExecutionToolResultErrorCode's known values, as well as an _UNKNOWN member.
- bashCodeExecutionToolResultErrorParam() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Content
- BashCodeExecutionToolResultErrorParam - class in com.anthropic.models.messages
- BashCodeExecutionToolResultErrorParam.Builder - class in com.anthropic.models.messages.BashCodeExecutionToolResultErrorParam
- A builder for BashCodeExecutionToolResultErrorParam.
- basic(java.lang.String,java.lang.String) - function in com.anthropic.core.http.ProxyAuthenticator.Companion
- A ProxyAuthenticator that uses RFC 7617 Basic authentication with the ISO-8859-1 charset.
- basic(java.lang.String,java.lang.String,java.nio.charset.Charset) - function in com.anthropic.core.http.ProxyAuthenticator.Companion
- A ProxyAuthenticator that uses RFC 7617 Basic authentication with the given charset.
- BASIC - enum entry in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryView.Known
- BASIC - enum entry in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryView.Value
- 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() - function in com.anthropic.models.beta.models.BetaModelCapabilities
- Whether the model supports the Batch API.
- batch(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.models.BetaModelCapabilities.Builder
- Sets Builder.batch to an arbitrary JSON value.
- batch(com.anthropic.models.beta.models.BetaCapabilitySupport) - function in com.anthropic.models.beta.models.BetaModelCapabilities.Builder
- Whether the model supports the Batch API.
- BATCH - enum entry in com.anthropic.models.messages.Usage.ServiceTier.Known
- BATCH - enum entry in com.anthropic.models.messages.Usage.ServiceTier.Value
- batch() - function in com.anthropic.models.models.ModelCapabilities
- Whether the model supports the Batch API.
- batch(com.anthropic.core.JsonField) - function in com.anthropic.models.models.ModelCapabilities.Builder
- Sets Builder.batch to an arbitrary JSON value.
- batch(com.anthropic.models.models.CapabilitySupport) - function in com.anthropic.models.models.ModelCapabilities.Builder
- Whether the model supports the Batch API.
- BatchCancelParams - class in com.anthropic.models.beta.messages.batches
- Batches may be canceled any time before processing ends.
- BatchCancelParams - class in com.anthropic.models.messages.batches
- Batches may be canceled any time before processing ends.
- BatchCancelParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchCancelParams
- A builder for BatchCancelParams.
- BatchCancelParams.Builder - class in com.anthropic.models.messages.batches.BatchCancelParams
- A builder for BatchCancelParams.
- BatchCreateParams - class in com.anthropic.models.beta.messages.batches
- Send a batch of Message creation requests.
- BatchCreateParams - class in com.anthropic.models.messages.batches
- Send a batch of Message creation requests.
- BatchCreateParams.Body - class in com.anthropic.models.beta.messages.batches.BatchCreateParams
- BatchCreateParams.Body - class in com.anthropic.models.messages.batches.BatchCreateParams
- BatchCreateParams.Body.Builder - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body
- A builder for Body.
- BatchCreateParams.Body.Builder - class in com.anthropic.models.messages.batches.BatchCreateParams.Body
- A builder for Body.
- BatchCreateParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchCreateParams
- A builder for BatchCreateParams.
- BatchCreateParams.Builder - class in com.anthropic.models.messages.batches.BatchCreateParams
- A builder for BatchCreateParams.
- BatchCreateParams.Request - class in com.anthropic.models.beta.messages.batches.BatchCreateParams
- BatchCreateParams.Request - class in com.anthropic.models.messages.batches.BatchCreateParams
- BatchCreateParams.Request.Builder - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request
- A builder for Request.
- BatchCreateParams.Request.Builder - class in com.anthropic.models.messages.batches.BatchCreateParams.Request
- A builder for Request.
- BatchCreateParams.Request.Params - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request
- Messages API creation parameters for the individual request.
- BatchCreateParams.Request.Params - class in com.anthropic.models.messages.batches.BatchCreateParams.Request
- Messages API creation parameters for the individual request.
- BatchCreateParams.Request.Params.Builder - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- A builder for Params.
- BatchCreateParams.Request.Params.Builder - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params
- A builder for Params.
- BatchCreateParams.Request.Params.Container - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- Container identifier for reuse across requests.
- BatchCreateParams.Request.Params.Container.Visitor - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Container
- An interface that defines how to map each variant of Container to a value of type T.
- BatchCreateParams.Request.Params.ServiceTier - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- Determines whether to use priority capacity (if available) or standard capacity for this request.
- BatchCreateParams.Request.Params.ServiceTier - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params
- Determines whether to use priority capacity (if available) or standard capacity for this request.
- BatchCreateParams.Request.Params.ServiceTier.Known - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.ServiceTier
- An enum containing ServiceTier's known values.
- BatchCreateParams.Request.Params.ServiceTier.Known - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.ServiceTier
- An enum containing ServiceTier's known values.
- BatchCreateParams.Request.Params.ServiceTier.Value - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.ServiceTier
- An enum containing ServiceTier's known values, as well as an _UNKNOWN member.
- BatchCreateParams.Request.Params.ServiceTier.Value - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.ServiceTier
- An enum containing ServiceTier's known values, as well as an _UNKNOWN member.
- BatchCreateParams.Request.Params.Speed - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- The inference speed mode for this request.
- BatchCreateParams.Request.Params.Speed.Known - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Speed
- An enum containing Speed's known values.
- BatchCreateParams.Request.Params.Speed.Value - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Speed
- An enum containing Speed's known values, as well as an _UNKNOWN member.
- BatchCreateParams.Request.Params.System - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params
- System prompt.
- BatchCreateParams.Request.Params.System - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params
- System prompt.
- BatchCreateParams.Request.Params.System.Visitor - class in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.System
- An interface that defines how to map each variant of System to a value of type T.
- BatchCreateParams.Request.Params.System.Visitor - class in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.System
- An interface that defines how to map each variant of System to a value of type T.
- BatchDeleteParams - class in com.anthropic.models.beta.messages.batches
- Delete a Message Batch.
- BatchDeleteParams - class in com.anthropic.models.messages.batches
- Delete a Message Batch.
- BatchDeleteParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchDeleteParams
- A builder for BatchDeleteParams.
- BatchDeleteParams.Builder - class in com.anthropic.models.messages.batches.BatchDeleteParams
- A builder for BatchDeleteParams.
- batches() - function in com.anthropic.services.async.MessageServiceAsync
- batches() - function in com.anthropic.services.async.MessageServiceAsync.WithRawResponse
- batches() - function in com.anthropic.services.async.MessageServiceAsyncImpl
- batches() - function in com.anthropic.services.async.MessageServiceAsyncImpl.WithRawResponseImpl
- batches() - function in com.anthropic.services.async.beta.MessageServiceAsync
- batches() - function in com.anthropic.services.async.beta.MessageServiceAsync.WithRawResponse
- batches() - function in com.anthropic.services.async.beta.MessageServiceAsyncImpl
- batches() - function in com.anthropic.services.async.beta.MessageServiceAsyncImpl.WithRawResponseImpl
- batches() - function in com.anthropic.services.blocking.MessageService
- batches() - function in com.anthropic.services.blocking.MessageService.WithRawResponse
- batches() - function in com.anthropic.services.blocking.MessageServiceImpl
- batches() - function in com.anthropic.services.blocking.MessageServiceImpl.WithRawResponseImpl
- batches() - function in com.anthropic.services.blocking.beta.MessageService
- batches() - function in com.anthropic.services.blocking.beta.MessageService.WithRawResponse
- batches() - function in com.anthropic.services.blocking.beta.MessageServiceImpl
- batches() - function in com.anthropic.services.blocking.beta.MessageServiceImpl.WithRawResponseImpl
- BatchListPage - class in com.anthropic.models.beta.messages.batches
- BatchListPage - class in com.anthropic.models.messages.batches
- BatchListPage.Builder - class in com.anthropic.models.beta.messages.batches.BatchListPage
- A builder for BatchListPage.
- BatchListPage.Builder - class in com.anthropic.models.messages.batches.BatchListPage
- A builder for BatchListPage.
- BatchListPageAsync - class in com.anthropic.models.beta.messages.batches
- BatchListPageAsync - class in com.anthropic.models.messages.batches
- BatchListPageAsync.Builder - class in com.anthropic.models.beta.messages.batches.BatchListPageAsync
- A builder for BatchListPageAsync.
- BatchListPageAsync.Builder - class in com.anthropic.models.messages.batches.BatchListPageAsync
- A builder for BatchListPageAsync.
- BatchListPageResponse - class in com.anthropic.models.beta.messages.batches
- BatchListPageResponse - class in com.anthropic.models.messages.batches
- BatchListPageResponse.Builder - class in com.anthropic.models.beta.messages.batches.BatchListPageResponse
- A builder for BatchListPageResponse.
- BatchListPageResponse.Builder - class in com.anthropic.models.messages.batches.BatchListPageResponse
- A builder for BatchListPageResponse.
- BatchListParams - class in com.anthropic.models.beta.messages.batches
- List all Message Batches within a Workspace.
- BatchListParams - class in com.anthropic.models.messages.batches
- List all Message Batches within a Workspace.
- BatchListParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchListParams
- A builder for BatchListParams.
- BatchListParams.Builder - class in com.anthropic.models.messages.batches.BatchListParams
- A builder for BatchListParams.
- BatchResultsParams - class in com.anthropic.models.beta.messages.batches
- Streams the results of a Message Batch as a
.jsonlfile. - BatchResultsParams - class in com.anthropic.models.messages.batches
- Streams the results of a Message Batch as a
.jsonlfile. - BatchResultsParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchResultsParams
- A builder for BatchResultsParams.
- BatchResultsParams.Builder - class in com.anthropic.models.messages.batches.BatchResultsParams
- A builder for BatchResultsParams.
- BatchRetrieveParams - class in com.anthropic.models.beta.messages.batches
- This endpoint is idempotent and can be used to poll for Message Batch completion.
- BatchRetrieveParams - class in com.anthropic.models.messages.batches
- This endpoint is idempotent and can be used to poll for Message Batch completion.
- BatchRetrieveParams.Builder - class in com.anthropic.models.beta.messages.batches.BatchRetrieveParams
- A builder for BatchRetrieveParams.
- BatchRetrieveParams.Builder - class in com.anthropic.models.messages.batches.BatchRetrieveParams
- A builder for BatchRetrieveParams.
- BatchService - class in com.anthropic.services.blocking.beta.messages
- BatchService - class in com.anthropic.services.blocking.messages
- BatchService.WithRawResponse - class in com.anthropic.services.blocking.beta.messages.BatchService
- A view of BatchService that provides access to raw HTTP responses for each method.
- BatchService.WithRawResponse - class in com.anthropic.services.blocking.messages.BatchService
- A view of BatchService that provides access to raw HTTP responses for each method.
- BatchServiceAsync - class in com.anthropic.services.async.beta.messages
- BatchServiceAsync - class in com.anthropic.services.async.messages
- BatchServiceAsync.WithRawResponse - class in com.anthropic.services.async.beta.messages.BatchServiceAsync
- A view of BatchServiceAsync that provides access to raw HTTP responses for each method.
- BatchServiceAsync.WithRawResponse - class in com.anthropic.services.async.messages.BatchServiceAsync
- A view of BatchServiceAsync that provides access to raw HTTP responses for each method.
- BatchServiceAsyncImpl - class in com.anthropic.services.async.beta.messages
- BatchServiceAsyncImpl - class in com.anthropic.services.async.messages
- BatchServiceAsyncImpl.WithRawResponseImpl - class in com.anthropic.services.async.beta.messages.BatchServiceAsyncImpl
- BatchServiceAsyncImpl.WithRawResponseImpl - class in com.anthropic.services.async.messages.BatchServiceAsyncImpl
- BatchServiceImpl - class in com.anthropic.services.blocking.beta.messages
- BatchServiceImpl - class in com.anthropic.services.blocking.messages
- BatchServiceImpl.WithRawResponseImpl - class in com.anthropic.services.blocking.beta.messages.BatchServiceImpl
- BatchServiceImpl.WithRawResponseImpl - class in com.anthropic.services.blocking.messages.BatchServiceImpl
- 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
- BetaAdvisorMessageIterationUsage - class in com.anthropic.models.beta.messages
- Token usage for an advisor sub-inference iteration.
- BetaAdvisorMessageIterationUsage.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorMessageIterationUsage
- A builder for BetaAdvisorMessageIterationUsage.
- BetaAdvisorRedactedResultBlock - class in com.anthropic.models.beta.messages
- betaAdvisorRedactedResultBlock() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlock.Content
- BetaAdvisorRedactedResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorRedactedResultBlock
- A builder for BetaAdvisorRedactedResultBlock.
- BetaAdvisorRedactedResultBlockParam - class in com.anthropic.models.beta.messages
- betaAdvisorRedactedResultBlockParam() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlockParam.Content
- BetaAdvisorRedactedResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorRedactedResultBlockParam
- A builder for BetaAdvisorRedactedResultBlockParam.
- BetaAdvisorResultBlock - class in com.anthropic.models.beta.messages
- betaAdvisorResultBlock() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlock.Content
- BetaAdvisorResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorResultBlock
- A builder for BetaAdvisorResultBlock.
- BetaAdvisorResultBlockParam - class in com.anthropic.models.beta.messages
- betaAdvisorResultBlockParam() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlockParam.Content
- BetaAdvisorResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorResultBlockParam
- A builder for BetaAdvisorResultBlockParam.
- BetaAdvisorTool20260301 - class in com.anthropic.models.beta.messages
- betaAdvisorTool20260301() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaAdvisorTool20260301.AllowedCaller - class in com.anthropic.models.beta.messages.BetaAdvisorTool20260301
- Specifies who can invoke a tool.
- BetaAdvisorTool20260301.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaAdvisorTool20260301.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaAdvisorTool20260301.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaAdvisorTool20260301.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaAdvisorTool20260301.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorTool20260301
- A builder for BetaAdvisorTool20260301.
- BetaAdvisorToolResultBlock - class in com.anthropic.models.beta.messages
- BetaAdvisorToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlock
- A builder for BetaAdvisorToolResultBlock.
- BetaAdvisorToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlock
- BetaAdvisorToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaAdvisorToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaAdvisorToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlockParam
- A builder for BetaAdvisorToolResultBlockParam.
- BetaAdvisorToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlockParam
- BetaAdvisorToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaAdvisorToolResultError() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlock.Content
- BetaAdvisorToolResultError - class in com.anthropic.models.beta.messages
- BetaAdvisorToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultError
- A builder for BetaAdvisorToolResultError.
- BetaAdvisorToolResultError.ErrorCode - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultError
- BetaAdvisorToolResultError.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultError.ErrorCode
- An enum containing ErrorCode's known values.
- BetaAdvisorToolResultError.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultError.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaAdvisorToolResultErrorParam() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlockParam.Content
- BetaAdvisorToolResultErrorParam - class in com.anthropic.models.beta.messages
- BetaAdvisorToolResultErrorParam.Builder - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultErrorParam
- A builder for BetaAdvisorToolResultErrorParam.
- BetaAdvisorToolResultErrorParam.ErrorCode - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultErrorParam
- BetaAdvisorToolResultErrorParam.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values.
- BetaAdvisorToolResultErrorParam.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaAdvisorToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- BetaAllThinkingTurns - class in com.anthropic.models.beta.messages
- betaAllThinkingTurns() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Keep
- BetaAllThinkingTurns.Builder - class in com.anthropic.models.beta.messages.BetaAllThinkingTurns
- A builder for BetaAllThinkingTurns.
- BetaApiError - class in com.anthropic.models.beta
- BetaApiError.Builder - class in com.anthropic.models.beta.BetaApiError
- A builder for BetaApiError.
- BetaAuthenticationError - class in com.anthropic.models.beta
- BetaAuthenticationError.Builder - class in com.anthropic.models.beta.BetaAuthenticationError
- A builder for BetaAuthenticationError.
- BetaBase64ImageSource - class in com.anthropic.models.beta.messages
- BetaBase64ImageSource.Builder - class in com.anthropic.models.beta.messages.BetaBase64ImageSource
- A builder for BetaBase64ImageSource.
- BetaBase64ImageSource.MediaType - class in com.anthropic.models.beta.messages.BetaBase64ImageSource
- BetaBase64ImageSource.MediaType.Known - class in com.anthropic.models.beta.messages.BetaBase64ImageSource.MediaType
- An enum containing MediaType's known values.
- BetaBase64ImageSource.MediaType.Value - class in com.anthropic.models.beta.messages.BetaBase64ImageSource.MediaType
- An enum containing MediaType's known values, as well as an _UNKNOWN member.
- BetaBase64PdfSource - class in com.anthropic.models.beta.messages
- BetaBase64PdfSource.Builder - class in com.anthropic.models.beta.messages.BetaBase64PdfSource
- A builder for BetaBase64PdfSource.
- BetaBashCodeExecutionOutputBlock - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionOutputBlock.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlock
- A builder for BetaBashCodeExecutionOutputBlock.
- BetaBashCodeExecutionOutputBlockParam - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionOutputBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlockParam
- A builder for BetaBashCodeExecutionOutputBlockParam.
- BetaBashCodeExecutionResultBlock - class in com.anthropic.models.beta.messages
- betaBashCodeExecutionResultBlock() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Content
- BetaBashCodeExecutionResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlock
- A builder for BetaBashCodeExecutionResultBlock.
- BetaBashCodeExecutionResultBlockParam - class in com.anthropic.models.beta.messages
- betaBashCodeExecutionResultBlockParam() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Content
- BetaBashCodeExecutionResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlockParam
- A builder for BetaBashCodeExecutionResultBlockParam.
- BetaBashCodeExecutionToolResultBlock - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock
- A builder for BetaBashCodeExecutionToolResultBlock.
- BetaBashCodeExecutionToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock
- BetaBashCodeExecutionToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaBashCodeExecutionToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam
- A builder for BetaBashCodeExecutionToolResultBlockParam.
- BetaBashCodeExecutionToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam
- BetaBashCodeExecutionToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaBashCodeExecutionToolResultError() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Content
- BetaBashCodeExecutionToolResultError - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError
- A builder for BetaBashCodeExecutionToolResultError.
- BetaBashCodeExecutionToolResultError.ErrorCode - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError
- BetaBashCodeExecutionToolResultError.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError.ErrorCode
- An enum containing ErrorCode's known values.
- BetaBashCodeExecutionToolResultError.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaBashCodeExecutionToolResultErrorParam() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Content
- BetaBashCodeExecutionToolResultErrorParam - class in com.anthropic.models.beta.messages
- BetaBashCodeExecutionToolResultErrorParam.Builder - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam
- A builder for BetaBashCodeExecutionToolResultErrorParam.
- BetaBashCodeExecutionToolResultErrorParam.ErrorCode - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam
- BetaBashCodeExecutionToolResultErrorParam.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values.
- BetaBashCodeExecutionToolResultErrorParam.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- BetaBillingError - class in com.anthropic.models.beta
- BetaBillingError.Builder - class in com.anthropic.models.beta.BetaBillingError
- A builder for BetaBillingError.
- BetaCacheControlEphemeral - class in com.anthropic.models.beta.messages
- BetaCacheControlEphemeral.Builder - class in com.anthropic.models.beta.messages.BetaCacheControlEphemeral
- A builder for BetaCacheControlEphemeral.
- BetaCacheControlEphemeral.Ttl - class in com.anthropic.models.beta.messages.BetaCacheControlEphemeral
- The time-to-live for the cache control breakpoint.
- BetaCacheControlEphemeral.Ttl.Known - class in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Ttl
- An enum containing Ttl's known values.
- BetaCacheControlEphemeral.Ttl.Value - class in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Ttl
- An enum containing Ttl's known values, as well as an _UNKNOWN member.
- BetaCacheCreation - class in com.anthropic.models.beta.messages
- BetaCacheCreation.Builder - class in com.anthropic.models.beta.messages.BetaCacheCreation
- A builder for BetaCacheCreation.
- BetaCacheMissMessagesChanged - class in com.anthropic.models.beta.messages
- BetaCacheMissMessagesChanged.Builder - class in com.anthropic.models.beta.messages.BetaCacheMissMessagesChanged
- A builder for BetaCacheMissMessagesChanged.
- BetaCacheMissModelChanged - class in com.anthropic.models.beta.messages
- BetaCacheMissModelChanged.Builder - class in com.anthropic.models.beta.messages.BetaCacheMissModelChanged
- A builder for BetaCacheMissModelChanged.
- BetaCacheMissPreviousMessageNotFound - class in com.anthropic.models.beta.messages
- BetaCacheMissPreviousMessageNotFound.Builder - class in com.anthropic.models.beta.messages.BetaCacheMissPreviousMessageNotFound
- A builder for BetaCacheMissPreviousMessageNotFound.
- BetaCacheMissSystemChanged - class in com.anthropic.models.beta.messages
- BetaCacheMissSystemChanged.Builder - class in com.anthropic.models.beta.messages.BetaCacheMissSystemChanged
- A builder for BetaCacheMissSystemChanged.
- BetaCacheMissToolsChanged - class in com.anthropic.models.beta.messages
- BetaCacheMissToolsChanged.Builder - class in com.anthropic.models.beta.messages.BetaCacheMissToolsChanged
- A builder for BetaCacheMissToolsChanged.
- BetaCacheMissUnavailable - class in com.anthropic.models.beta.messages
- BetaCacheMissUnavailable.Builder - class in com.anthropic.models.beta.messages.BetaCacheMissUnavailable
- A builder for BetaCacheMissUnavailable.
- BetaCapabilitySupport - class in com.anthropic.models.beta.models
- Indicates whether a capability is supported.
- BetaCapabilitySupport.Builder - class in com.anthropic.models.beta.models.BetaCapabilitySupport
- A builder for BetaCapabilitySupport.
- BetaCitationCharLocation - class in com.anthropic.models.beta.messages
- BetaCitationCharLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationCharLocation
- A builder for BetaCitationCharLocation.
- BetaCitationCharLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationCharLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationCharLocationParam
- A builder for BetaCitationCharLocationParam.
- BetaCitationConfig - class in com.anthropic.models.beta.messages
- BetaCitationConfig.Builder - class in com.anthropic.models.beta.messages.BetaCitationConfig
- A builder for BetaCitationConfig.
- BetaCitationContentBlockLocation - class in com.anthropic.models.beta.messages
- BetaCitationContentBlockLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationContentBlockLocation
- A builder for BetaCitationContentBlockLocation.
- BetaCitationContentBlockLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationContentBlockLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationContentBlockLocationParam
- A builder for BetaCitationContentBlockLocationParam.
- BetaCitationPageLocation - class in com.anthropic.models.beta.messages
- BetaCitationPageLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationPageLocation
- A builder for BetaCitationPageLocation.
- BetaCitationPageLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationPageLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationPageLocationParam
- A builder for BetaCitationPageLocationParam.
- BetaCitationsConfigParam - class in com.anthropic.models.beta.messages
- BetaCitationsConfigParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationsConfigParam
- A builder for BetaCitationsConfigParam.
- BetaCitationsDelta - class in com.anthropic.models.beta.messages
- BetaCitationsDelta.Builder - class in com.anthropic.models.beta.messages.BetaCitationsDelta
- A builder for BetaCitationsDelta.
- BetaCitationsDelta.Citation - class in com.anthropic.models.beta.messages.BetaCitationsDelta
- BetaCitationsDelta.Citation.Visitor - class in com.anthropic.models.beta.messages.BetaCitationsDelta.Citation
- An interface that defines how to map each variant of Citation to a value of type T.
- BetaCitationSearchResultLocation - class in com.anthropic.models.beta.messages
- BetaCitationSearchResultLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationSearchResultLocation
- A builder for BetaCitationSearchResultLocation.
- BetaCitationSearchResultLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationSearchResultLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationSearchResultLocationParam
- A builder for BetaCitationSearchResultLocationParam.
- BetaCitationsWebSearchResultLocation - class in com.anthropic.models.beta.messages
- BetaCitationsWebSearchResultLocation.Builder - class in com.anthropic.models.beta.messages.BetaCitationsWebSearchResultLocation
- A builder for BetaCitationsWebSearchResultLocation.
- BetaCitationWebSearchResultLocationParam - class in com.anthropic.models.beta.messages
- BetaCitationWebSearchResultLocationParam.Builder - class in com.anthropic.models.beta.messages.BetaCitationWebSearchResultLocationParam
- A builder for BetaCitationWebSearchResultLocationParam.
- BetaClearThinking20251015Edit - class in com.anthropic.models.beta.messages
- BetaClearThinking20251015Edit.Builder - class in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit
- A builder for BetaClearThinking20251015Edit.
- BetaClearThinking20251015Edit.Keep - class in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit
- Number of most recent assistant turns to keep thinking blocks for.
- BetaClearThinking20251015Edit.Keep.Visitor - class in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Keep
- An interface that defines how to map each variant of Keep to a value of type T.
- BetaClearThinking20251015EditResponse - class in com.anthropic.models.beta.messages
- BetaClearThinking20251015EditResponse.Builder - class in com.anthropic.models.beta.messages.BetaClearThinking20251015EditResponse
- A builder for BetaClearThinking20251015EditResponse.
- BetaClearToolUses20250919Edit - class in com.anthropic.models.beta.messages
- BetaClearToolUses20250919Edit.Builder - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit
- A builder for BetaClearToolUses20250919Edit.
- BetaClearToolUses20250919Edit.ClearToolInputs - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit
- Whether to clear all tool inputs (bool) or specific tool inputs to clear (list)
- BetaClearToolUses20250919Edit.ClearToolInputs.Visitor - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.ClearToolInputs
- An interface that defines how to map each variant of ClearToolInputs to a value of type T.
- BetaClearToolUses20250919Edit.Trigger - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit
- Condition that triggers the context management strategy
- BetaClearToolUses20250919Edit.Trigger.Visitor - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.Trigger
- An interface that defines how to map each variant of Trigger to a value of type T.
- BetaClearToolUses20250919EditResponse - class in com.anthropic.models.beta.messages
- BetaClearToolUses20250919EditResponse.Builder - class in com.anthropic.models.beta.messages.BetaClearToolUses20250919EditResponse
- A builder for BetaClearToolUses20250919EditResponse.
- BetaCloudConfig - class in com.anthropic.models.beta.environments
cloudenvironment configuration.- BetaCloudConfig.Builder - class in com.anthropic.models.beta.environments.BetaCloudConfig
- A builder for BetaCloudConfig.
- BetaCloudConfig.Networking - class in com.anthropic.models.beta.environments.BetaCloudConfig
- Network configuration policy.
- BetaCloudConfig.Networking.Visitor - class in com.anthropic.models.beta.environments.BetaCloudConfig.Networking
- An interface that defines how to map each variant of Networking to a value of type T.
- BetaCloudConfigParams - class in com.anthropic.models.beta.environments
- Request params for
cloudenvironment configuration. - BetaCloudConfigParams.Builder - class in com.anthropic.models.beta.environments.BetaCloudConfigParams
- A builder for BetaCloudConfigParams.
- BetaCloudConfigParams.Networking - class in com.anthropic.models.beta.environments.BetaCloudConfigParams
- Network configuration policy.
- BetaCloudConfigParams.Networking.Visitor - class in com.anthropic.models.beta.environments.BetaCloudConfigParams.Networking
- An interface that defines how to map each variant of Networking to a value of type T.
- BetaCodeExecutionOutputBlock - class in com.anthropic.models.beta.messages
- BetaCodeExecutionOutputBlock.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlock
- A builder for BetaCodeExecutionOutputBlock.
- BetaCodeExecutionOutputBlockParam - class in com.anthropic.models.beta.messages
- BetaCodeExecutionOutputBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlockParam
- A builder for BetaCodeExecutionOutputBlockParam.
- BetaCodeExecutionResultBlock - class in com.anthropic.models.beta.messages
- BetaCodeExecutionResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock
- A builder for BetaCodeExecutionResultBlock.
- BetaCodeExecutionResultBlockParam - class in com.anthropic.models.beta.messages
- BetaCodeExecutionResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam
- A builder for BetaCodeExecutionResultBlockParam.
- BetaCodeExecutionTool20250522 - class in com.anthropic.models.beta.messages
- betaCodeExecutionTool20250522() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaCodeExecutionTool20250522.AllowedCaller - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522
- Specifies who can invoke a tool.
- BetaCodeExecutionTool20250522.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaCodeExecutionTool20250522.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaCodeExecutionTool20250522.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522
- A builder for BetaCodeExecutionTool20250522.
- BetaCodeExecutionTool20250825 - class in com.anthropic.models.beta.messages
- betaCodeExecutionTool20250825() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaCodeExecutionTool20250825.AllowedCaller - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825
- Specifies who can invoke a tool.
- BetaCodeExecutionTool20250825.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaCodeExecutionTool20250825.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaCodeExecutionTool20250825.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825
- A builder for BetaCodeExecutionTool20250825.
- BetaCodeExecutionTool20260120 - class in com.anthropic.models.beta.messages
- Code execution tool with REPL state persistence (daemon mode + gVisor checkpoint).
- betaCodeExecutionTool20260120() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- Code execution tool with REPL state persistence (daemon mode + gVisor checkpoint).
- BetaCodeExecutionTool20260120.AllowedCaller - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120
- Specifies who can invoke a tool.
- BetaCodeExecutionTool20260120.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaCodeExecutionTool20260120.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaCodeExecutionTool20260120.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120
- A builder for BetaCodeExecutionTool20260120.
- BetaCodeExecutionToolResultBlock - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlock
- A builder for BetaCodeExecutionToolResultBlock.
- BetaCodeExecutionToolResultBlockContent - class in com.anthropic.models.beta.messages
- Code execution result with encrypted stdout for PFC + web_search results.
- BetaCodeExecutionToolResultBlockContent.Visitor - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockContent
- An interface that defines how to map each variant of BetaCodeExecutionToolResultBlockContent to a value of type T.
- BetaCodeExecutionToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParam
- A builder for BetaCodeExecutionToolResultBlockParam.
- BetaCodeExecutionToolResultBlockParamContent - class in com.anthropic.models.beta.messages
- Code execution result with encrypted stdout for PFC + web_search results.
- BetaCodeExecutionToolResultBlockParamContent.Visitor - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParamContent
- An interface that defines how to map each variant of BetaCodeExecutionToolResultBlockParamContent to a value of type T.
- BetaCodeExecutionToolResultError - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultError
- A builder for BetaCodeExecutionToolResultError.
- BetaCodeExecutionToolResultErrorCode - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultErrorCode.Known - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorCode
- An enum containing BetaCodeExecutionToolResultErrorCode's known values.
- BetaCodeExecutionToolResultErrorCode.Value - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorCode
- An enum containing BetaCodeExecutionToolResultErrorCode's known values, as well as an _UNKNOWN member.
- BetaCodeExecutionToolResultErrorParam - class in com.anthropic.models.beta.messages
- BetaCodeExecutionToolResultErrorParam.Builder - class in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorParam
- A builder for BetaCodeExecutionToolResultErrorParam.
- BetaCompact20260112Edit - class in com.anthropic.models.beta.messages
- Automatically compact older context when reaching the configured trigger threshold.
- BetaCompact20260112Edit.Builder - class in com.anthropic.models.beta.messages.BetaCompact20260112Edit
- A builder for BetaCompact20260112Edit.
- BetaCompactionBlock - class in com.anthropic.models.beta.messages
- A compaction block returned when autocompact is triggered.
- BetaCompactionBlock.Builder - class in com.anthropic.models.beta.messages.BetaCompactionBlock
- A builder for BetaCompactionBlock.
- BetaCompactionBlockParam - class in com.anthropic.models.beta.messages
- A compaction block containing summary of previous context.
- BetaCompactionBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaCompactionBlockParam
- A builder for BetaCompactionBlockParam.
- BetaCompactionContentBlockDelta - class in com.anthropic.models.beta.messages
- BetaCompactionContentBlockDelta.Builder - class in com.anthropic.models.beta.messages.BetaCompactionContentBlockDelta
- A builder for BetaCompactionContentBlockDelta.
- BetaCompactionIterationUsage - class in com.anthropic.models.beta.messages
- Token usage for a compaction iteration.
- BetaCompactionIterationUsage.Builder - class in com.anthropic.models.beta.messages.BetaCompactionIterationUsage
- A builder for BetaCompactionIterationUsage.
- BetaContainer - class in com.anthropic.models.beta.messages
- Information about the container used in the request (for the code execution tool)
- BetaContainer.Builder - class in com.anthropic.models.beta.messages.BetaContainer
- A builder for BetaContainer.
- BetaContainerParams - class in com.anthropic.models.beta.messages
- Container parameters with skills to be loaded.
- betaContainerParams() - function in com.anthropic.models.beta.messages.MessageCreateParams.Container
- Container parameters with skills to be loaded.
- betaContainerParams() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Container
- Container parameters with skills to be loaded.
- BetaContainerParams.Builder - class in com.anthropic.models.beta.messages.BetaContainerParams
- A builder for BetaContainerParams.
- BetaContainerUploadBlock - class in com.anthropic.models.beta.messages
- Response model for a file uploaded to the container.
- BetaContainerUploadBlock.Builder - class in com.anthropic.models.beta.messages.BetaContainerUploadBlock
- A builder for BetaContainerUploadBlock.
- BetaContainerUploadBlockParam - class in com.anthropic.models.beta.messages
- A content block that represents a file to be uploaded to the container Files uploaded via this block will be available in the container's input directory.
- BetaContainerUploadBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaContainerUploadBlockParam
- A builder for BetaContainerUploadBlockParam.
- BetaContentBlock - class in com.anthropic.models.beta.messages
- Response model for a file uploaded to the container.
- BetaContentBlock.Visitor - class in com.anthropic.models.beta.messages.BetaContentBlock
- An interface that defines how to map each variant of BetaContentBlock to a value of type T.
- BetaContentBlockParam - class in com.anthropic.models.beta.messages
- Regular text content.
- BetaContentBlockParam.Visitor - class in com.anthropic.models.beta.messages.BetaContentBlockParam
- An interface that defines how to map each variant of BetaContentBlockParam to a value of type T.
- betaContentBlockParams() - function in com.anthropic.models.beta.messages.BetaMessageParam.Content
- BetaContentBlockSource - class in com.anthropic.models.beta.messages
- betaContentBlockSource() - function in com.anthropic.models.beta.messages.BetaContentBlockSource.Content
- BetaContentBlockSource.Builder - class in com.anthropic.models.beta.messages.BetaContentBlockSource
- A builder for BetaContentBlockSource.
- BetaContentBlockSource.Content - class in com.anthropic.models.beta.messages.BetaContentBlockSource
- BetaContentBlockSource.Content.Visitor - class in com.anthropic.models.beta.messages.BetaContentBlockSource.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaContentBlockSourceContent - class in com.anthropic.models.beta.messages
- BetaContentBlockSourceContent.Visitor - class in com.anthropic.models.beta.messages.BetaContentBlockSourceContent
- An interface that defines how to map each variant of BetaContentBlockSourceContent to a value of type T.
- BetaContextManagementCapability - class in com.anthropic.models.beta.models
- Context management capability details.
- BetaContextManagementCapability.Builder - class in com.anthropic.models.beta.models.BetaContextManagementCapability
- A builder for BetaContextManagementCapability.
- BetaContextManagementConfig - class in com.anthropic.models.beta.messages
- BetaContextManagementConfig.Builder - class in com.anthropic.models.beta.messages.BetaContextManagementConfig
- A builder for BetaContextManagementConfig.
- BetaContextManagementConfig.Edit - class in com.anthropic.models.beta.messages.BetaContextManagementConfig
- Automatically compact older context when reaching the configured trigger threshold.
- BetaContextManagementConfig.Edit.Visitor - class in com.anthropic.models.beta.messages.BetaContextManagementConfig.Edit
- An interface that defines how to map each variant of Edit to a value of type T.
- BetaContextManagementResponse - class in com.anthropic.models.beta.messages
- BetaContextManagementResponse.AppliedEdit - class in com.anthropic.models.beta.messages.BetaContextManagementResponse
- BetaContextManagementResponse.AppliedEdit.Visitor - class in com.anthropic.models.beta.messages.BetaContextManagementResponse.AppliedEdit
- An interface that defines how to map each variant of AppliedEdit to a value of type T.
- BetaContextManagementResponse.Builder - class in com.anthropic.models.beta.messages.BetaContextManagementResponse
- A builder for BetaContextManagementResponse.
- BetaCountTokensContextManagementResponse - class in com.anthropic.models.beta.messages
- BetaCountTokensContextManagementResponse.Builder - class in com.anthropic.models.beta.messages.BetaCountTokensContextManagementResponse
- A builder for BetaCountTokensContextManagementResponse.
- BetaDeletedMessageBatch - class in com.anthropic.models.beta.messages.batches
- BetaDeletedMessageBatch.Builder - class in com.anthropic.models.beta.messages.batches.BetaDeletedMessageBatch
- A builder for BetaDeletedMessageBatch.
- BetaDiagnostics - class in com.anthropic.models.beta.messages
- Response envelope for request-level diagnostics.
- BetaDiagnostics.Builder - class in com.anthropic.models.beta.messages.BetaDiagnostics
- A builder for BetaDiagnostics.
- BetaDiagnostics.CacheMissReason - class in com.anthropic.models.beta.messages.BetaDiagnostics
- Explains why the prompt cache could not fully reuse the prefix from the request identified by
diagnostics.previous_message_id. - BetaDiagnostics.CacheMissReason.Visitor - class in com.anthropic.models.beta.messages.BetaDiagnostics.CacheMissReason
- An interface that defines how to map each variant of CacheMissReason to a value of type T.
- BetaDiagnosticsParam - class in com.anthropic.models.beta.messages
- Request-level diagnostics.
- BetaDiagnosticsParam.Builder - class in com.anthropic.models.beta.messages.BetaDiagnosticsParam
- A builder for BetaDiagnosticsParam.
- BetaDirectCaller - class in com.anthropic.models.beta.messages
- Tool invocation directly from the model.
- BetaDirectCaller.Builder - class in com.anthropic.models.beta.messages.BetaDirectCaller
- A builder for BetaDirectCaller.
- BetaDocumentBlock - class in com.anthropic.models.beta.messages
- BetaDocumentBlock.Builder - class in com.anthropic.models.beta.messages.BetaDocumentBlock
- A builder for BetaDocumentBlock.
- BetaDocumentBlock.Source - class in com.anthropic.models.beta.messages.BetaDocumentBlock
- BetaDocumentBlock.Source.Visitor - class in com.anthropic.models.beta.messages.BetaDocumentBlock.Source
- An interface that defines how to map each variant of Source to a value of type T.
- BetaEffortCapability - class in com.anthropic.models.beta.models
- Effort (reasoning_effort) capability details.
- BetaEffortCapability.Builder - class in com.anthropic.models.beta.models.BetaEffortCapability
- A builder for BetaEffortCapability.
- BetaEncryptedCodeExecutionResultBlock - class in com.anthropic.models.beta.messages
- Code execution result with encrypted stdout for PFC + web_search results.
- BetaEncryptedCodeExecutionResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlock
- A builder for BetaEncryptedCodeExecutionResultBlock.
- BetaEncryptedCodeExecutionResultBlockParam - class in com.anthropic.models.beta.messages
- Code execution result with encrypted stdout for PFC + web_search results.
- BetaEncryptedCodeExecutionResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlockParam
- A builder for BetaEncryptedCodeExecutionResultBlockParam.
- BetaEnvironment - class in com.anthropic.models.beta.environments
- Unified Environment resource for both cloud and self-hosted environments.
- BetaEnvironment.Builder - class in com.anthropic.models.beta.environments.BetaEnvironment
- A builder for BetaEnvironment.
- BetaEnvironment.Config - class in com.anthropic.models.beta.environments.BetaEnvironment
- Environment configuration (either Anthropic Cloud or self-hosted)
- BetaEnvironment.Config.Visitor - class in com.anthropic.models.beta.environments.BetaEnvironment.Config
- An interface that defines how to map each variant of Config to a value of type T.
- BetaEnvironment.Metadata - class in com.anthropic.models.beta.environments.BetaEnvironment
- User-provided metadata key-value pairs
- BetaEnvironment.Metadata.Builder - class in com.anthropic.models.beta.environments.BetaEnvironment.Metadata
- A builder for Metadata.
- BetaEnvironment.Scope - class in com.anthropic.models.beta.environments.BetaEnvironment
- The visibility scope for this environment.
- BetaEnvironment.Scope.Known - class in com.anthropic.models.beta.environments.BetaEnvironment.Scope
- An enum containing Scope's known values.
- BetaEnvironment.Scope.Value - class in com.anthropic.models.beta.environments.BetaEnvironment.Scope
- An enum containing Scope's known values, as well as an _UNKNOWN member.
- BetaEnvironmentDeleteResponse - class in com.anthropic.models.beta.environments
- Response after deleting an environment.
- BetaEnvironmentDeleteResponse.Builder - class in com.anthropic.models.beta.environments.BetaEnvironmentDeleteResponse
- A builder for BetaEnvironmentDeleteResponse.
- 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.
- BetaFallbackBlock - class in com.anthropic.models.beta.messages
- Marks the point in
contentwhere one model's output gives way to the next. - BetaFallbackBlock.Builder - class in com.anthropic.models.beta.messages.BetaFallbackBlock
- A builder for BetaFallbackBlock.
- BetaFallbackBlockParam - class in com.anthropic.models.beta.messages
- A
fallbackblock echoed back from a prior response. - BetaFallbackBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaFallbackBlockParam
- A builder for BetaFallbackBlockParam.
- BetaFallbackInfo - class in com.anthropic.models.beta.messages
- Identifies one hop of a fallback transition.
- BetaFallbackInfo.Builder - class in com.anthropic.models.beta.messages.BetaFallbackInfo
- A builder for BetaFallbackInfo.
- BetaFallbackInfoParam - class in com.anthropic.models.beta.messages
- Identifies one hop of a fallback transition.
- BetaFallbackInfoParam.Builder - class in com.anthropic.models.beta.messages.BetaFallbackInfoParam
- A builder for BetaFallbackInfoParam.
- BetaFallbackMessageIterationUsage - class in com.anthropic.models.beta.messages
- Token usage for the fallback-model attempt of a server-side fallback request.
- BetaFallbackMessageIterationUsage.Builder - class in com.anthropic.models.beta.messages.BetaFallbackMessageIterationUsage
- A builder for BetaFallbackMessageIterationUsage.
- BetaFallbackParam - class in com.anthropic.models.beta.messages
- One entry in the
fallbackschain on a/v1/messagesrequest. - BetaFallbackParam.Builder - class in com.anthropic.models.beta.messages.BetaFallbackParam
- A builder for BetaFallbackParam.
- BetaFallbackParam.Speed - class in com.anthropic.models.beta.messages.BetaFallbackParam
- BetaFallbackParam.Speed.Known - class in com.anthropic.models.beta.messages.BetaFallbackParam.Speed
- An enum containing Speed's known values.
- BetaFallbackParam.Speed.Value - class in com.anthropic.models.beta.messages.BetaFallbackParam.Speed
- An enum containing Speed's known values, as well as an _UNKNOWN member.
- BetaFallbackParam.Thinking - class in com.anthropic.models.beta.messages.BetaFallbackParam
- BetaFallbackParam.Thinking.Visitor - class in com.anthropic.models.beta.messages.BetaFallbackParam.Thinking
- An interface that defines how to map each variant of Thinking to a value of type T.
- BetaFallbackState - class in com.anthropic.helpers
- Tracks which fallback a sequence of requests is pinned to.
- 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.
- BetaFileScope - class in com.anthropic.models.beta.files
- BetaFileScope.Builder - class in com.anthropic.models.beta.files.BetaFileScope
- A builder for BetaFileScope.
- BetaGatewayTimeoutError - class in com.anthropic.models.beta
- BetaGatewayTimeoutError.Builder - class in com.anthropic.models.beta.BetaGatewayTimeoutError
- A builder for BetaGatewayTimeoutError.
- BetaImageBlockParam - class in com.anthropic.models.beta.messages
- BetaImageBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaImageBlockParam
- A builder for BetaImageBlockParam.
- BetaImageBlockParam.Source - class in com.anthropic.models.beta.messages.BetaImageBlockParam
- BetaImageBlockParam.Source.Visitor - class in com.anthropic.models.beta.messages.BetaImageBlockParam.Source
- An interface that defines how to map each variant of Source to a value of type T.
- BetaInputJsonDelta - class in com.anthropic.models.beta.messages
- BetaInputJsonDelta.Builder - class in com.anthropic.models.beta.messages.BetaInputJsonDelta
- A builder for BetaInputJsonDelta.
- BetaInputTokensClearAtLeast - class in com.anthropic.models.beta.messages
- BetaInputTokensClearAtLeast.Builder - class in com.anthropic.models.beta.messages.BetaInputTokensClearAtLeast
- A builder for BetaInputTokensClearAtLeast.
- BetaInputTokensTrigger - class in com.anthropic.models.beta.messages
- BetaInputTokensTrigger.Builder - class in com.anthropic.models.beta.messages.BetaInputTokensTrigger
- A builder for BetaInputTokensTrigger.
- BetaInvalidRequestError - class in com.anthropic.models.beta
- BetaInvalidRequestError.Builder - class in com.anthropic.models.beta.BetaInvalidRequestError
- A builder for BetaInvalidRequestError.
- BetaJsonOutputFormat - class in com.anthropic.models.beta.messages
- BetaJsonOutputFormat.Builder - class in com.anthropic.models.beta.messages.BetaJsonOutputFormat
- A builder for BetaJsonOutputFormat.
- BetaJsonOutputFormat.Schema - class in com.anthropic.models.beta.messages.BetaJsonOutputFormat
- The JSON schema of the format
- BetaJsonOutputFormat.Schema.Builder - class in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Schema
- A builder for Schema.
- BetaLimitedNetwork - class in com.anthropic.models.beta.environments
- Limited network access.
- BetaLimitedNetwork.Builder - class in com.anthropic.models.beta.environments.BetaLimitedNetwork
- A builder for BetaLimitedNetwork.
- BetaLimitedNetworkParams - class in com.anthropic.models.beta.environments
- Limited network request params.
- BetaLimitedNetworkParams.Builder - class in com.anthropic.models.beta.environments.BetaLimitedNetworkParams
- A builder for BetaLimitedNetworkParams.
- betaManagedAgents() - function in com.anthropic.models.beta.agents.AgentCreateParams.Model
- The model that will power your agent.
- betaManagedAgents() - function in com.anthropic.models.beta.agents.AgentUpdateParams.Model
- The model that will power your agent.
- BetaManagedAgentsActor - class in com.anthropic.models.beta.memorystores.memoryversions
- Identifies who performed a write or redact operation.
- BetaManagedAgentsActor.Visitor - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsActor
- An interface that defines how to map each variant of BetaManagedAgentsActor to a value of type T.
- BetaManagedAgentsAgent - class in com.anthropic.models.beta.agents
- A Managed Agents
agent. - BetaManagedAgentsAgent.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent
- A builder for BetaManagedAgentsAgent.
- BetaManagedAgentsAgent.Metadata - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent
- BetaManagedAgentsAgent.Metadata.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent.Metadata
- A builder for Metadata.
- BetaManagedAgentsAgent.Skill - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent
- Resolved skill as returned in API responses.
- BetaManagedAgentsAgent.Skill.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent.Skill
- An interface that defines how to map each variant of Skill to a value of type T.
- BetaManagedAgentsAgent.Tool - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent
- Union type for tool configurations returned in API responses.
- BetaManagedAgentsAgent.Tool.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent.Tool
- An interface that defines how to map each variant of Tool to a value of type T.
- BetaManagedAgentsAgent.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent
- BetaManagedAgentsAgent.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgent.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentArchivedDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- The deployment's agent was archived.
- BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsAgentArchivedDeploymentPausedReasonError
- A builder for BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.
- BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsAgentArchivedDeploymentPausedReasonError
- BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentArchivedRunError - class in com.anthropic.models.beta.deploymentruns
- The deployment's agent was archived.
- BetaManagedAgentsAgentArchivedRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsAgentArchivedRunError
- A builder for BetaManagedAgentsAgentArchivedRunError.
- BetaManagedAgentsAgentArchivedRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsAgentArchivedRunError
- BetaManagedAgentsAgentArchivedRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsAgentArchivedRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentArchivedRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsAgentArchivedRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentCustomToolUseEvent - class in com.anthropic.models.beta.sessions.events
- Event emitted when the agent calls a custom tool.
- BetaManagedAgentsAgentCustomToolUseEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent
- A builder for BetaManagedAgentsAgentCustomToolUseEvent.
- BetaManagedAgentsAgentCustomToolUseEvent.Input - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent
- Input parameters for the tool call.
- BetaManagedAgentsAgentCustomToolUseEvent.Input.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent.Input
- A builder for Input.
- BetaManagedAgentsAgentCustomToolUseEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent
- BetaManagedAgentsAgentCustomToolUseEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentCustomToolUseEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentMcpToolResultEvent - class in com.anthropic.models.beta.sessions.events
- Event representing the result of an MCP tool execution.
- BetaManagedAgentsAgentMcpToolResultEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolResultEvent
- A builder for BetaManagedAgentsAgentMcpToolResultEvent.
- BetaManagedAgentsAgentMcpToolResultEvent.Content - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolResultEvent
- Content block in a tool result.
- BetaManagedAgentsAgentMcpToolResultEvent.Content.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolResultEvent.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsAgentMcpToolResultEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolResultEvent
- BetaManagedAgentsAgentMcpToolResultEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolResultEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentMcpToolResultEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolResultEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentMcpToolUseEvent - class in com.anthropic.models.beta.sessions.events
- Event emitted when the agent invokes a tool provided by an MCP server.
- BetaManagedAgentsAgentMcpToolUseEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent
- A builder for BetaManagedAgentsAgentMcpToolUseEvent.
- BetaManagedAgentsAgentMcpToolUseEvent.EvaluatedPermission - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent
- AgentEvaluatedPermission enum
- BetaManagedAgentsAgentMcpToolUseEvent.EvaluatedPermission.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent.EvaluatedPermission
- An enum containing EvaluatedPermission's known values.
- BetaManagedAgentsAgentMcpToolUseEvent.EvaluatedPermission.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent.EvaluatedPermission
- An enum containing EvaluatedPermission's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentMcpToolUseEvent.Input - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent
- Input parameters for the tool call.
- BetaManagedAgentsAgentMcpToolUseEvent.Input.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent.Input
- A builder for Input.
- BetaManagedAgentsAgentMcpToolUseEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent
- BetaManagedAgentsAgentMcpToolUseEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentMcpToolUseEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentMessageEvent - class in com.anthropic.models.beta.sessions.events
- An agent response event in the session conversation.
- BetaManagedAgentsAgentMessageEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMessageEvent
- A builder for BetaManagedAgentsAgentMessageEvent.
- BetaManagedAgentsAgentMessageEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMessageEvent
- BetaManagedAgentsAgentMessageEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMessageEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentMessageEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMessageEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- betaManagedAgentsAgentParams() - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Agent
- Specification for an Agent.
- betaManagedAgentsAgentParams() - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Agent
- Specification for an Agent.
- BetaManagedAgentsAgentParams - class in com.anthropic.models.beta.sessions
- Specification for an Agent.
- betaManagedAgentsAgentParams() - function in com.anthropic.models.beta.sessions.SessionCreateParams.Agent
- Specification for an Agent.
- BetaManagedAgentsAgentParams.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsAgentParams
- A builder for BetaManagedAgentsAgentParams.
- BetaManagedAgentsAgentParams.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsAgentParams
- BetaManagedAgentsAgentParams.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsAgentParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentParams.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsAgentParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentReference - class in com.anthropic.models.beta.agents
- A resolved agent reference with a concrete version.
- BetaManagedAgentsAgentReference.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentReference
- A builder for BetaManagedAgentsAgentReference.
- BetaManagedAgentsAgentReference.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentReference
- BetaManagedAgentsAgentReference.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentReference.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentReference.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentReference.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentThinkingEvent - class in com.anthropic.models.beta.sessions.events
- Indicates the agent is making forward progress via extended thinking.
- BetaManagedAgentsAgentThinkingEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThinkingEvent
- A builder for BetaManagedAgentsAgentThinkingEvent.
- BetaManagedAgentsAgentThinkingEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThinkingEvent
- BetaManagedAgentsAgentThinkingEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThinkingEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentThinkingEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThinkingEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentThreadContextCompactedEvent - class in com.anthropic.models.beta.sessions.events
- Indicates that context compaction (summarization) occurred during the session.
- BetaManagedAgentsAgentThreadContextCompactedEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadContextCompactedEvent
- A builder for BetaManagedAgentsAgentThreadContextCompactedEvent.
- BetaManagedAgentsAgentThreadContextCompactedEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadContextCompactedEvent
- BetaManagedAgentsAgentThreadContextCompactedEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadContextCompactedEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentThreadContextCompactedEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadContextCompactedEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentThreadMessageReceivedEvent - class in com.anthropic.models.beta.sessions.events
- Delivery event written to the target thread's input stream when an agent-to-agent message arrives.
- BetaManagedAgentsAgentThreadMessageReceivedEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageReceivedEvent
- A builder for BetaManagedAgentsAgentThreadMessageReceivedEvent.
- BetaManagedAgentsAgentThreadMessageReceivedEvent.Content - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageReceivedEvent
- Content block in a user message.
- BetaManagedAgentsAgentThreadMessageReceivedEvent.Content.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageReceivedEvent.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsAgentThreadMessageReceivedEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageReceivedEvent
- BetaManagedAgentsAgentThreadMessageReceivedEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageReceivedEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentThreadMessageReceivedEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageReceivedEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentThreadMessageSentEvent - class in com.anthropic.models.beta.sessions.events
- Observability event emitted to the sender's output stream when an agent-to-agent message is sent.
- BetaManagedAgentsAgentThreadMessageSentEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageSentEvent
- A builder for BetaManagedAgentsAgentThreadMessageSentEvent.
- BetaManagedAgentsAgentThreadMessageSentEvent.Content - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageSentEvent
- Content block in a user message.
- BetaManagedAgentsAgentThreadMessageSentEvent.Content.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageSentEvent.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsAgentThreadMessageSentEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageSentEvent
- BetaManagedAgentsAgentThreadMessageSentEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageSentEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentThreadMessageSentEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageSentEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentToolConfig - class in com.anthropic.models.beta.agents
- Configuration for a specific agent tool.
- BetaManagedAgentsAgentToolConfig.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig
- A builder for BetaManagedAgentsAgentToolConfig.
- BetaManagedAgentsAgentToolConfig.Name - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig
- Built-in agent tool identifier.
- BetaManagedAgentsAgentToolConfig.Name.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig.Name
- An enum containing Name's known values.
- BetaManagedAgentsAgentToolConfig.Name.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig.Name
- An enum containing Name's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentToolConfig.PermissionPolicy - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig
- Permission policy for tool execution.
- BetaManagedAgentsAgentToolConfig.PermissionPolicy.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig.PermissionPolicy
- An interface that defines how to map each variant of PermissionPolicy to a value of type T.
- BetaManagedAgentsAgentToolConfigParams - class in com.anthropic.models.beta.agents
- Configuration override for a specific tool within a toolset.
- BetaManagedAgentsAgentToolConfigParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams
- A builder for BetaManagedAgentsAgentToolConfigParams.
- BetaManagedAgentsAgentToolConfigParams.Name - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams
- Built-in agent tool identifier.
- BetaManagedAgentsAgentToolConfigParams.Name.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams.Name
- An enum containing Name's known values.
- BetaManagedAgentsAgentToolConfigParams.Name.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams.Name
- An enum containing Name's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentToolConfigParams.PermissionPolicy - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams
- Permission policy for tool execution.
- BetaManagedAgentsAgentToolConfigParams.PermissionPolicy.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams.PermissionPolicy
- An interface that defines how to map each variant of PermissionPolicy to a value of type T.
- BetaManagedAgentsAgentToolResultEvent - class in com.anthropic.models.beta.sessions.events
- Event representing the result of an agent tool execution.
- BetaManagedAgentsAgentToolResultEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolResultEvent
- A builder for BetaManagedAgentsAgentToolResultEvent.
- BetaManagedAgentsAgentToolResultEvent.Content - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolResultEvent
- Content block in a tool result.
- BetaManagedAgentsAgentToolResultEvent.Content.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolResultEvent.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsAgentToolResultEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolResultEvent
- BetaManagedAgentsAgentToolResultEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolResultEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentToolResultEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolResultEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentToolset20260401 - class in com.anthropic.models.beta.agents
- BetaManagedAgentsAgentToolset20260401.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401
- A builder for BetaManagedAgentsAgentToolset20260401.
- BetaManagedAgentsAgentToolset20260401.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401
- BetaManagedAgentsAgentToolset20260401.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentToolset20260401.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentToolset20260401BashInput - class in com.anthropic.models.beta.agents
- Input payload for the
bashtool of theagent_toolset_20260401toolset. - BetaManagedAgentsAgentToolset20260401BashInput.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401BashInput
- A builder for BetaManagedAgentsAgentToolset20260401BashInput.
- BetaManagedAgentsAgentToolset20260401EditInput - class in com.anthropic.models.beta.agents
- Input payload for the
edittool. - BetaManagedAgentsAgentToolset20260401EditInput.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401EditInput
- A builder for BetaManagedAgentsAgentToolset20260401EditInput.
- BetaManagedAgentsAgentToolset20260401GlobInput - class in com.anthropic.models.beta.agents
- Input payload for the
globtool. - BetaManagedAgentsAgentToolset20260401GlobInput.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401GlobInput
- A builder for BetaManagedAgentsAgentToolset20260401GlobInput.
- BetaManagedAgentsAgentToolset20260401GrepInput - class in com.anthropic.models.beta.agents
- Input payload for the
greptool. - BetaManagedAgentsAgentToolset20260401GrepInput.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401GrepInput
- A builder for BetaManagedAgentsAgentToolset20260401GrepInput.
- BetaManagedAgentsAgentToolset20260401Params - class in com.anthropic.models.beta.agents
- Configuration for built-in agent tools.
- BetaManagedAgentsAgentToolset20260401Params.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401Params
- A builder for BetaManagedAgentsAgentToolset20260401Params.
- BetaManagedAgentsAgentToolset20260401Params.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401Params
- BetaManagedAgentsAgentToolset20260401Params.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401Params.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentToolset20260401Params.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401Params.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentToolset20260401ReadInput - class in com.anthropic.models.beta.agents
- Input payload for the
readtool. - BetaManagedAgentsAgentToolset20260401ReadInput.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401ReadInput
- A builder for BetaManagedAgentsAgentToolset20260401ReadInput.
- BetaManagedAgentsAgentToolset20260401WriteInput - class in com.anthropic.models.beta.agents
- Input payload for the
writetool. - BetaManagedAgentsAgentToolset20260401WriteInput.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401WriteInput
- A builder for BetaManagedAgentsAgentToolset20260401WriteInput.
- BetaManagedAgentsAgentToolsetDefaultConfig - class in com.anthropic.models.beta.agents
- Resolved default configuration for agent tools.
- BetaManagedAgentsAgentToolsetDefaultConfig.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfig
- A builder for BetaManagedAgentsAgentToolsetDefaultConfig.
- BetaManagedAgentsAgentToolsetDefaultConfig.PermissionPolicy - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfig
- Permission policy for tool execution.
- BetaManagedAgentsAgentToolsetDefaultConfig.PermissionPolicy.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfig.PermissionPolicy
- An interface that defines how to map each variant of PermissionPolicy to a value of type T.
- BetaManagedAgentsAgentToolsetDefaultConfigParams - class in com.anthropic.models.beta.agents
- Default configuration for all tools in a toolset.
- BetaManagedAgentsAgentToolsetDefaultConfigParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfigParams
- A builder for BetaManagedAgentsAgentToolsetDefaultConfigParams.
- BetaManagedAgentsAgentToolsetDefaultConfigParams.PermissionPolicy - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfigParams
- Permission policy for tool execution.
- BetaManagedAgentsAgentToolsetDefaultConfigParams.PermissionPolicy.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfigParams.PermissionPolicy
- An interface that defines how to map each variant of PermissionPolicy to a value of type T.
- BetaManagedAgentsAgentToolUseEvent - class in com.anthropic.models.beta.sessions.events
- Event emitted when the agent invokes a built-in agent tool.
- BetaManagedAgentsAgentToolUseEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent
- A builder for BetaManagedAgentsAgentToolUseEvent.
- BetaManagedAgentsAgentToolUseEvent.EvaluatedPermission - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent
- AgentEvaluatedPermission enum
- BetaManagedAgentsAgentToolUseEvent.EvaluatedPermission.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent.EvaluatedPermission
- An enum containing EvaluatedPermission's known values.
- BetaManagedAgentsAgentToolUseEvent.EvaluatedPermission.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent.EvaluatedPermission
- An enum containing EvaluatedPermission's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAgentToolUseEvent.Input - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent
- Input parameters for the tool call.
- BetaManagedAgentsAgentToolUseEvent.Input.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent.Input
- A builder for Input.
- BetaManagedAgentsAgentToolUseEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent
- BetaManagedAgentsAgentToolUseEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsAgentToolUseEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAlwaysAllowPolicy - class in com.anthropic.models.beta.agents
- Tool calls are automatically approved without user confirmation.
- BetaManagedAgentsAlwaysAllowPolicy.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAllowPolicy
- A builder for BetaManagedAgentsAlwaysAllowPolicy.
- BetaManagedAgentsAlwaysAllowPolicy.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAllowPolicy
- BetaManagedAgentsAlwaysAllowPolicy.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAllowPolicy.Type
- An enum containing Type's known values.
- BetaManagedAgentsAlwaysAllowPolicy.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAllowPolicy.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAlwaysAskPolicy - class in com.anthropic.models.beta.agents
- Tool calls require user confirmation before execution.
- BetaManagedAgentsAlwaysAskPolicy.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAskPolicy
- A builder for BetaManagedAgentsAlwaysAskPolicy.
- BetaManagedAgentsAlwaysAskPolicy.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAskPolicy
- BetaManagedAgentsAlwaysAskPolicy.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAskPolicy.Type
- An enum containing Type's known values.
- BetaManagedAgentsAlwaysAskPolicy.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAskPolicy.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAnthropicSkill - class in com.anthropic.models.beta.agents
- A resolved Anthropic-managed skill.
- BetaManagedAgentsAnthropicSkill.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkill
- A builder for BetaManagedAgentsAnthropicSkill.
- BetaManagedAgentsAnthropicSkill.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkill
- BetaManagedAgentsAnthropicSkill.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkill.Type
- An enum containing Type's known values.
- BetaManagedAgentsAnthropicSkill.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkill.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsAnthropicSkillParams - class in com.anthropic.models.beta.agents
- An Anthropic-managed skill.
- BetaManagedAgentsAnthropicSkillParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkillParams
- A builder for BetaManagedAgentsAnthropicSkillParams.
- BetaManagedAgentsAnthropicSkillParams.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkillParams
- BetaManagedAgentsAnthropicSkillParams.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkillParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsAnthropicSkillParams.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkillParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsApiActor - class in com.anthropic.models.beta.memorystores.memoryversions
- Attribution for a write made directly via the public API (outside of any session).
- BetaManagedAgentsApiActor.Builder - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsApiActor
- A builder for BetaManagedAgentsApiActor.
- BetaManagedAgentsApiActor.Type - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsApiActor
- BetaManagedAgentsApiActor.Type.Known - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsApiActor.Type
- An enum containing Type's known values.
- BetaManagedAgentsApiActor.Type.Value - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsApiActor.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsBase64DocumentSource - class in com.anthropic.models.beta.sessions.events
- Base64-encoded document data.
- BetaManagedAgentsBase64DocumentSource.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64DocumentSource
- A builder for BetaManagedAgentsBase64DocumentSource.
- BetaManagedAgentsBase64DocumentSource.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64DocumentSource
- BetaManagedAgentsBase64DocumentSource.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64DocumentSource.Type
- An enum containing Type's known values.
- BetaManagedAgentsBase64DocumentSource.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64DocumentSource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsBase64ImageSource - class in com.anthropic.models.beta.sessions.events
- Base64-encoded image data.
- BetaManagedAgentsBase64ImageSource.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64ImageSource
- A builder for BetaManagedAgentsBase64ImageSource.
- BetaManagedAgentsBase64ImageSource.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64ImageSource
- BetaManagedAgentsBase64ImageSource.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64ImageSource.Type
- An enum containing Type's known values.
- BetaManagedAgentsBase64ImageSource.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64ImageSource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsBillingError - class in com.anthropic.models.beta.sessions.events
- The caller's organization or workspace cannot make model requests — out of credits or spend limit reached.
- BetaManagedAgentsBillingError.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError
- A builder for BetaManagedAgentsBillingError.
- BetaManagedAgentsBillingError.RetryStatus - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError
- What the client should do next in response to this error.
- BetaManagedAgentsBillingError.RetryStatus.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError.RetryStatus
- An interface that defines how to map each variant of RetryStatus to a value of type T.
- BetaManagedAgentsBillingError.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError
- BetaManagedAgentsBillingError.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError.Type
- An enum containing Type's known values.
- BetaManagedAgentsBillingError.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsBranchCheckout - class in com.anthropic.models.beta.sessions
- BetaManagedAgentsBranchCheckout.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsBranchCheckout
- A builder for BetaManagedAgentsBranchCheckout.
- BetaManagedAgentsBranchCheckout.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsBranchCheckout
- BetaManagedAgentsBranchCheckout.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsBranchCheckout.Type
- An enum containing Type's known values.
- BetaManagedAgentsBranchCheckout.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsBranchCheckout.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCacheCreationUsage - class in com.anthropic.models.beta.sessions
- Prompt-cache creation token usage broken down by cache lifetime.
- BetaManagedAgentsCacheCreationUsage.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsCacheCreationUsage
- A builder for BetaManagedAgentsCacheCreationUsage.
- BetaManagedAgentsCommitCheckout - class in com.anthropic.models.beta.sessions
- BetaManagedAgentsCommitCheckout.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsCommitCheckout
- A builder for BetaManagedAgentsCommitCheckout.
- BetaManagedAgentsCommitCheckout.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsCommitCheckout
- BetaManagedAgentsCommitCheckout.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsCommitCheckout.Type
- An enum containing Type's known values.
- BetaManagedAgentsCommitCheckout.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsCommitCheckout.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsConflictError - class in com.anthropic.models.beta.memorystores.memories
- BetaManagedAgentsConflictError.Builder - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsConflictError
- A builder for BetaManagedAgentsConflictError.
- BetaManagedAgentsConflictError.Type - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsConflictError
- BetaManagedAgentsConflictError.Type.Known - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsConflictError.Type
- An enum containing Type's known values.
- BetaManagedAgentsConflictError.Type.Value - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsConflictError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsContentSha256Precondition - class in com.anthropic.models.beta.memorystores.memories
- Optimistic-concurrency precondition: the update applies only if the memory's stored
content_sha256equals the supplied value. - BetaManagedAgentsContentSha256Precondition.Builder - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsContentSha256Precondition
- A builder for BetaManagedAgentsContentSha256Precondition.
- BetaManagedAgentsContentSha256Precondition.Type - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsContentSha256Precondition
- BetaManagedAgentsContentSha256Precondition.Type.Known - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsContentSha256Precondition.Type
- An enum containing Type's known values.
- BetaManagedAgentsContentSha256Precondition.Type.Value - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsContentSha256Precondition.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCredential - class in com.anthropic.models.beta.vaults.credentials
- A credential stored in a vault.
- BetaManagedAgentsCredential.Auth - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential
- Authentication details for a credential.
- BetaManagedAgentsCredential.Auth.Visitor - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential.Auth
- An interface that defines how to map each variant of Auth to a value of type T.
- BetaManagedAgentsCredential.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential
- A builder for BetaManagedAgentsCredential.
- BetaManagedAgentsCredential.Metadata - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential
- Arbitrary key-value metadata attached to the credential.
- BetaManagedAgentsCredential.Metadata.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential.Metadata
- A builder for Metadata.
- BetaManagedAgentsCredential.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential
- BetaManagedAgentsCredential.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential.Type
- An enum containing Type's known values.
- BetaManagedAgentsCredential.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCredentialHostUnreachableError - class in com.anthropic.models.beta.sessions.events
- An
environment_variablecredential'sauth.networking.allowed_hostsincludes a host the environment's network policy does not permit. - BetaManagedAgentsCredentialHostUnreachableError.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsCredentialHostUnreachableError
- A builder for BetaManagedAgentsCredentialHostUnreachableError.
- BetaManagedAgentsCredentialHostUnreachableError.RetryStatus - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsCredentialHostUnreachableError
- What the client should do next in response to this error.
- BetaManagedAgentsCredentialHostUnreachableError.RetryStatus.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsCredentialHostUnreachableError.RetryStatus
- An interface that defines how to map each variant of RetryStatus to a value of type T.
- BetaManagedAgentsCredentialHostUnreachableError.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsCredentialHostUnreachableError
- BetaManagedAgentsCredentialHostUnreachableError.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsCredentialHostUnreachableError.Type
- An enum containing Type's known values.
- BetaManagedAgentsCredentialHostUnreachableError.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsCredentialHostUnreachableError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCredentialNetworkingParams - class in com.anthropic.models.beta.vaults.credentials
- Substitute the secret on any host the session's Environment network policy permits egress to.
- BetaManagedAgentsCredentialNetworkingParams.Visitor - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredentialNetworkingParams
- An interface that defines how to map each variant of BetaManagedAgentsCredentialNetworkingParams to a value of type T.
- BetaManagedAgentsCredentialValidation - class in com.anthropic.models.beta.vaults.credentials
- Result of live-probing a credential against its configured MCP server.
- BetaManagedAgentsCredentialValidation.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredentialValidation
- A builder for BetaManagedAgentsCredentialValidation.
- BetaManagedAgentsCredentialValidation.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredentialValidation
- BetaManagedAgentsCredentialValidation.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredentialValidation.Type
- An enum containing Type's known values.
- BetaManagedAgentsCredentialValidation.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredentialValidation.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCredentialValidationStatus - class in com.anthropic.models.beta.vaults.credentials
- Overall verdict of a credential validation probe.
- BetaManagedAgentsCredentialValidationStatus.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredentialValidationStatus
- An enum containing BetaManagedAgentsCredentialValidationStatus's known values.
- BetaManagedAgentsCredentialValidationStatus.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredentialValidationStatus
- An enum containing BetaManagedAgentsCredentialValidationStatus's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCronSchedule - class in com.anthropic.models.beta.deployments
- 5-field POSIX cron schedule with computed runtime timestamps.
- BetaManagedAgentsCronSchedule.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsCronSchedule
- A builder for BetaManagedAgentsCronSchedule.
- BetaManagedAgentsCronSchedule.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsCronSchedule
- BetaManagedAgentsCronSchedule.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsCronSchedule.Type
- An enum containing Type's known values.
- BetaManagedAgentsCronSchedule.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsCronSchedule.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCronScheduleParams - class in com.anthropic.models.beta.deployments
- 5-field POSIX cron schedule.
- BetaManagedAgentsCronScheduleParams.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsCronScheduleParams
- A builder for BetaManagedAgentsCronScheduleParams.
- BetaManagedAgentsCronScheduleParams.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsCronScheduleParams
- BetaManagedAgentsCronScheduleParams.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsCronScheduleParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsCronScheduleParams.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsCronScheduleParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCustomSkill - class in com.anthropic.models.beta.agents
- A resolved user-created custom skill.
- BetaManagedAgentsCustomSkill.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkill
- A builder for BetaManagedAgentsCustomSkill.
- BetaManagedAgentsCustomSkill.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkill
- BetaManagedAgentsCustomSkill.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkill.Type
- An enum containing Type's known values.
- BetaManagedAgentsCustomSkill.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkill.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCustomSkillParams - class in com.anthropic.models.beta.agents
- A user-created custom skill.
- BetaManagedAgentsCustomSkillParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkillParams
- A builder for BetaManagedAgentsCustomSkillParams.
- BetaManagedAgentsCustomSkillParams.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkillParams
- BetaManagedAgentsCustomSkillParams.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkillParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsCustomSkillParams.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkillParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCustomTool - class in com.anthropic.models.beta.agents
- A custom tool as returned in API responses.
- BetaManagedAgentsCustomTool.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomTool
- A builder for BetaManagedAgentsCustomTool.
- BetaManagedAgentsCustomTool.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomTool
- BetaManagedAgentsCustomTool.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomTool.Type
- An enum containing Type's known values.
- BetaManagedAgentsCustomTool.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomTool.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsCustomToolInputSchema - class in com.anthropic.models.beta.agents
- JSON Schema for custom tool input parameters.
- BetaManagedAgentsCustomToolInputSchema.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolInputSchema
- A builder for BetaManagedAgentsCustomToolInputSchema.
- BetaManagedAgentsCustomToolInputSchema.Properties - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolInputSchema
- BetaManagedAgentsCustomToolInputSchema.Properties.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolInputSchema.Properties
- A builder for Properties.
- BetaManagedAgentsCustomToolParams - class in com.anthropic.models.beta.agents
- A custom tool that is executed by the API client rather than the agent.
- BetaManagedAgentsCustomToolParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolParams
- A builder for BetaManagedAgentsCustomToolParams.
- BetaManagedAgentsCustomToolParams.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolParams
- BetaManagedAgentsCustomToolParams.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsCustomToolParams.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeletedCredential - class in com.anthropic.models.beta.vaults.credentials
- Confirmation of a deleted credential.
- BetaManagedAgentsDeletedCredential.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsDeletedCredential
- A builder for BetaManagedAgentsDeletedCredential.
- BetaManagedAgentsDeletedCredential.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsDeletedCredential
- BetaManagedAgentsDeletedCredential.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsDeletedCredential.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeletedCredential.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsDeletedCredential.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeletedMemory - class in com.anthropic.models.beta.memorystores.memories
- Tombstone returned by /en/api/beta/memory_stores/memories/delete.
- BetaManagedAgentsDeletedMemory.Builder - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsDeletedMemory
- A builder for BetaManagedAgentsDeletedMemory.
- BetaManagedAgentsDeletedMemory.Type - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsDeletedMemory
- BetaManagedAgentsDeletedMemory.Type.Known - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsDeletedMemory.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeletedMemory.Type.Value - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsDeletedMemory.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeletedMemoryStore - class in com.anthropic.models.beta.memorystores
- Confirmation that a
memory_storewas deleted. - BetaManagedAgentsDeletedMemoryStore.Builder - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsDeletedMemoryStore
- A builder for BetaManagedAgentsDeletedMemoryStore.
- BetaManagedAgentsDeletedMemoryStore.Type - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsDeletedMemoryStore
- BetaManagedAgentsDeletedMemoryStore.Type.Known - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsDeletedMemoryStore.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeletedMemoryStore.Type.Value - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsDeletedMemoryStore.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeletedSession - class in com.anthropic.models.beta.sessions
- Confirmation that a
sessionhas been permanently deleted. - BetaManagedAgentsDeletedSession.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsDeletedSession
- A builder for BetaManagedAgentsDeletedSession.
- BetaManagedAgentsDeletedSession.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsDeletedSession
- BetaManagedAgentsDeletedSession.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsDeletedSession.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeletedSession.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsDeletedSession.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeletedVault - class in com.anthropic.models.beta.vaults
- Confirmation of a deleted vault.
- BetaManagedAgentsDeletedVault.Builder - class in com.anthropic.models.beta.vaults.BetaManagedAgentsDeletedVault
- A builder for BetaManagedAgentsDeletedVault.
- BetaManagedAgentsDeletedVault.Type - class in com.anthropic.models.beta.vaults.BetaManagedAgentsDeletedVault
- BetaManagedAgentsDeletedVault.Type.Known - class in com.anthropic.models.beta.vaults.BetaManagedAgentsDeletedVault.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeletedVault.Type.Value - class in com.anthropic.models.beta.vaults.BetaManagedAgentsDeletedVault.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeleteSessionResource - class in com.anthropic.models.beta.sessions.resources
- Confirmation of resource deletion.
- BetaManagedAgentsDeleteSessionResource.Builder - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsDeleteSessionResource
- A builder for BetaManagedAgentsDeleteSessionResource.
- BetaManagedAgentsDeleteSessionResource.Type - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsDeleteSessionResource
- BetaManagedAgentsDeleteSessionResource.Type.Known - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsDeleteSessionResource.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeleteSessionResource.Type.Value - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsDeleteSessionResource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeployment - class in com.anthropic.models.beta.deployments
- A deployment is a configured instance of an agent — it binds the agent to everything needed to run it autonomously: an environment, credentials, initial events, and an optional schedule.
- BetaManagedAgentsDeployment.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment
- A builder for BetaManagedAgentsDeployment.
- BetaManagedAgentsDeployment.Metadata - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment
- Arbitrary key-value metadata.
- BetaManagedAgentsDeployment.Metadata.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment.Metadata
- A builder for Metadata.
- BetaManagedAgentsDeployment.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment
- BetaManagedAgentsDeployment.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeployment.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeploymentInitialEvent - class in com.anthropic.models.beta.deployments
- An event sent to a session immediately after it is created.
- BetaManagedAgentsDeploymentInitialEvent.Visitor - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentInitialEvent
- An interface that defines how to map each variant of BetaManagedAgentsDeploymentInitialEvent to a value of type T.
- BetaManagedAgentsDeploymentInitialEventParams - class in com.anthropic.models.beta.deployments
- An event sent to a session immediately after it is created.
- BetaManagedAgentsDeploymentInitialEventParams.Visitor - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentInitialEventParams
- An interface that defines how to map each variant of BetaManagedAgentsDeploymentInitialEventParams to a value of type T.
- BetaManagedAgentsDeploymentPausedReason - class in com.anthropic.models.beta.deployments
- Why a deployment is paused.
- BetaManagedAgentsDeploymentPausedReason.Visitor - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentPausedReason
- An interface that defines how to map each variant of BetaManagedAgentsDeploymentPausedReason to a value of type T.
- BetaManagedAgentsDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- The error that triggered an auto-pause.
- BetaManagedAgentsDeploymentPausedReasonError.Visitor - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentPausedReasonError
- An interface that defines how to map each variant of BetaManagedAgentsDeploymentPausedReasonError to a value of type T.
- BetaManagedAgentsDeploymentRun - class in com.anthropic.models.beta.deploymentruns
- A persistent, append-only record of a single deployment execution.
- BetaManagedAgentsDeploymentRun.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsDeploymentRun
- A builder for BetaManagedAgentsDeploymentRun.
- BetaManagedAgentsDeploymentRun.Error - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsDeploymentRun
- Why the run failed to create a session.
- BetaManagedAgentsDeploymentRun.Error.Visitor - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsDeploymentRun.Error
- An interface that defines how to map each variant of Error to a value of type T.
- BetaManagedAgentsDeploymentRun.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsDeploymentRun
- BetaManagedAgentsDeploymentRun.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsDeploymentRun.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeploymentRun.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsDeploymentRun.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeploymentStatus - class in com.anthropic.models.beta.deployments
- Lifecycle status of a deployment.
- BetaManagedAgentsDeploymentStatus.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentStatus
- An enum containing BetaManagedAgentsDeploymentStatus's known values.
- BetaManagedAgentsDeploymentStatus.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentStatus
- An enum containing BetaManagedAgentsDeploymentStatus's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeploymentSystemMessageEvent - class in com.anthropic.models.beta.deployments
- Privileged context for the accompanying turn and all subsequent turns, appended to the session's system context as a
role: "system"turn rather than replacing the top-level system prompt. - BetaManagedAgentsDeploymentSystemMessageEvent.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentSystemMessageEvent
- A builder for BetaManagedAgentsDeploymentSystemMessageEvent.
- BetaManagedAgentsDeploymentSystemMessageEvent.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentSystemMessageEvent
- BetaManagedAgentsDeploymentSystemMessageEvent.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentSystemMessageEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeploymentSystemMessageEvent.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentSystemMessageEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeploymentUserDefineOutcomeEvent - class in com.anthropic.models.beta.deployments
- An outcome the agent should work toward.
- BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserDefineOutcomeEvent
- A builder for BetaManagedAgentsDeploymentUserDefineOutcomeEvent.
- BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Rubric - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserDefineOutcomeEvent
- Rubric for grading the quality of an outcome.
- BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Rubric.Visitor - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Rubric
- An interface that defines how to map each variant of Rubric to a value of type T.
- BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserDefineOutcomeEvent
- BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDeploymentUserMessageEvent - class in com.anthropic.models.beta.deployments
- A user message sent to the session.
- BetaManagedAgentsDeploymentUserMessageEvent.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserMessageEvent
- A builder for BetaManagedAgentsDeploymentUserMessageEvent.
- BetaManagedAgentsDeploymentUserMessageEvent.Content - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserMessageEvent
- Content block in a user message.
- BetaManagedAgentsDeploymentUserMessageEvent.Content.Visitor - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserMessageEvent.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsDeploymentUserMessageEvent.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserMessageEvent
- BetaManagedAgentsDeploymentUserMessageEvent.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserMessageEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsDeploymentUserMessageEvent.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserMessageEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsDocumentBlock - class in com.anthropic.models.beta.sessions.events
- Document content, either specified directly as base64 data, as text, or as a reference via a URL.
- BetaManagedAgentsDocumentBlock.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsDocumentBlock
- A builder for BetaManagedAgentsDocumentBlock.
- BetaManagedAgentsDocumentBlock.Source - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsDocumentBlock
- Union type for document source variants.
- BetaManagedAgentsDocumentBlock.Source.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsDocumentBlock.Source
- An interface that defines how to map each variant of Source to a value of type T.
- BetaManagedAgentsDocumentBlock.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsDocumentBlock
- BetaManagedAgentsDocumentBlock.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsDocumentBlock.Type
- An enum containing Type's known values.
- BetaManagedAgentsDocumentBlock.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsDocumentBlock.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- The deployment's environment was archived.
- BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError
- A builder for BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.
- BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError
- BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsEnvironmentArchivedRunError - class in com.anthropic.models.beta.deploymentruns
- The deployment's environment was archived.
- BetaManagedAgentsEnvironmentArchivedRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentArchivedRunError
- A builder for BetaManagedAgentsEnvironmentArchivedRunError.
- BetaManagedAgentsEnvironmentArchivedRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentArchivedRunError
- BetaManagedAgentsEnvironmentArchivedRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentArchivedRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsEnvironmentArchivedRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentArchivedRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- The deployment's environment no longer exists.
- BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError
- A builder for BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.
- BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError
- BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsEnvironmentNotFoundRunError - class in com.anthropic.models.beta.deploymentruns
- The deployment's environment no longer exists.
- BetaManagedAgentsEnvironmentNotFoundRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentNotFoundRunError
- A builder for BetaManagedAgentsEnvironmentNotFoundRunError.
- BetaManagedAgentsEnvironmentNotFoundRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentNotFoundRunError
- BetaManagedAgentsEnvironmentNotFoundRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentNotFoundRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsEnvironmentNotFoundRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentNotFoundRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsEnvironmentVariableAuthResponse - class in com.anthropic.models.beta.vaults.credentials
- Environment variable credential details.
- BetaManagedAgentsEnvironmentVariableAuthResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableAuthResponse
- A builder for BetaManagedAgentsEnvironmentVariableAuthResponse.
- BetaManagedAgentsEnvironmentVariableAuthResponse.Networking - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableAuthResponse
- Outbound hosts the secret value is substituted on.
- BetaManagedAgentsEnvironmentVariableAuthResponse.Networking.Visitor - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableAuthResponse.Networking
- An interface that defines how to map each variant of Networking to a value of type T.
- BetaManagedAgentsEnvironmentVariableAuthResponse.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableAuthResponse
- BetaManagedAgentsEnvironmentVariableAuthResponse.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableAuthResponse.Type
- An enum containing Type's known values.
- BetaManagedAgentsEnvironmentVariableAuthResponse.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableAuthResponse.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsEnvironmentVariableCreateParams - class in com.anthropic.models.beta.vaults.credentials
- Parameters for creating an environment variable credential.
- BetaManagedAgentsEnvironmentVariableCreateParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableCreateParams
- A builder for BetaManagedAgentsEnvironmentVariableCreateParams.
- BetaManagedAgentsEnvironmentVariableCreateParams.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableCreateParams
- BetaManagedAgentsEnvironmentVariableCreateParams.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableCreateParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsEnvironmentVariableCreateParams.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableCreateParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsEnvironmentVariableUpdateParams - class in com.anthropic.models.beta.vaults.credentials
- Parameters for updating an environment variable credential.
- BetaManagedAgentsEnvironmentVariableUpdateParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableUpdateParams
- A builder for BetaManagedAgentsEnvironmentVariableUpdateParams.
- BetaManagedAgentsEnvironmentVariableUpdateParams.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableUpdateParams
- BetaManagedAgentsEnvironmentVariableUpdateParams.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableUpdateParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsEnvironmentVariableUpdateParams.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableUpdateParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsError - class in com.anthropic.models.beta.memorystores.memories
- BetaManagedAgentsError.Visitor - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsError
- An interface that defines how to map each variant of BetaManagedAgentsError to a value of type T.
- BetaManagedAgentsErrorDeploymentPausedReason - class in com.anthropic.models.beta.deployments
- A scheduled fire recorded a failed run whose error auto-pauses the deployment.
- BetaManagedAgentsErrorDeploymentPausedReason.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsErrorDeploymentPausedReason
- A builder for BetaManagedAgentsErrorDeploymentPausedReason.
- BetaManagedAgentsErrorDeploymentPausedReason.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsErrorDeploymentPausedReason
- BetaManagedAgentsErrorDeploymentPausedReason.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsErrorDeploymentPausedReason.Type
- An enum containing Type's known values.
- BetaManagedAgentsErrorDeploymentPausedReason.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsErrorDeploymentPausedReason.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsEventParams - class in com.anthropic.models.beta.sessions.events
- Union type for event parameters that can be sent to a session.
- BetaManagedAgentsEventParams.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsEventParams
- An interface that defines how to map each variant of BetaManagedAgentsEventParams to a value of type T.
- BetaManagedAgentsFileDocumentSource - class in com.anthropic.models.beta.sessions.events
- Document referenced by file ID.
- BetaManagedAgentsFileDocumentSource.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileDocumentSource
- A builder for BetaManagedAgentsFileDocumentSource.
- BetaManagedAgentsFileDocumentSource.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileDocumentSource
- BetaManagedAgentsFileDocumentSource.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileDocumentSource.Type
- An enum containing Type's known values.
- BetaManagedAgentsFileDocumentSource.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileDocumentSource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsFileImageSource - class in com.anthropic.models.beta.sessions.events
- Image referenced by file ID.
- BetaManagedAgentsFileImageSource.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileImageSource
- A builder for BetaManagedAgentsFileImageSource.
- BetaManagedAgentsFileImageSource.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileImageSource
- BetaManagedAgentsFileImageSource.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileImageSource.Type
- An enum containing Type's known values.
- BetaManagedAgentsFileImageSource.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileImageSource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsFileNotFoundDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- A file resource referenced by the deployment no longer exists.
- BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsFileNotFoundDeploymentPausedReasonError
- A builder for BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.
- BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsFileNotFoundDeploymentPausedReasonError
- BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsFileNotFoundRunError - class in com.anthropic.models.beta.deploymentruns
- A file resource referenced by the deployment no longer exists.
- BetaManagedAgentsFileNotFoundRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsFileNotFoundRunError
- A builder for BetaManagedAgentsFileNotFoundRunError.
- BetaManagedAgentsFileNotFoundRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsFileNotFoundRunError
- BetaManagedAgentsFileNotFoundRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsFileNotFoundRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsFileNotFoundRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsFileNotFoundRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsFileResource - class in com.anthropic.models.beta.sessions.resources
- BetaManagedAgentsFileResource.Builder - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsFileResource
- A builder for BetaManagedAgentsFileResource.
- BetaManagedAgentsFileResource.Type - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsFileResource
- BetaManagedAgentsFileResource.Type.Known - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsFileResource.Type
- An enum containing Type's known values.
- BetaManagedAgentsFileResource.Type.Value - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsFileResource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsFileResourceConfig - class in com.anthropic.models.beta.deployments
- A file mounted into each session's container.
- BetaManagedAgentsFileResourceConfig.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsFileResourceConfig
- A builder for BetaManagedAgentsFileResourceConfig.
- BetaManagedAgentsFileResourceConfig.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsFileResourceConfig
- BetaManagedAgentsFileResourceConfig.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsFileResourceConfig.Type
- An enum containing Type's known values.
- BetaManagedAgentsFileResourceConfig.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsFileResourceConfig.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsFileResourceParams - class in com.anthropic.models.beta.sessions
- Mount a file uploaded via the Files API into the session.
- betaManagedAgentsFileResourceParams() - function in com.anthropic.models.beta.sessions.resources.ResourceAddParams
- Mount a file uploaded via the Files API into the session.
- betaManagedAgentsFileResourceParams(com.anthropic.models.beta.sessions.BetaManagedAgentsFileResourceParams) - function in com.anthropic.models.beta.sessions.resources.ResourceAddParams.Builder
- Mount a file uploaded via the Files API into the session.
- BetaManagedAgentsFileResourceParams.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsFileResourceParams
- A builder for BetaManagedAgentsFileResourceParams.
- BetaManagedAgentsFileResourceParams.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsFileResourceParams
- BetaManagedAgentsFileResourceParams.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsFileResourceParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsFileResourceParams.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsFileResourceParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsFileRubric - class in com.anthropic.models.beta.sessions.events
- Rubric referenced by a file uploaded via the Files API.
- BetaManagedAgentsFileRubric.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubric
- A builder for BetaManagedAgentsFileRubric.
- BetaManagedAgentsFileRubric.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubric
- BetaManagedAgentsFileRubric.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubric.Type
- An enum containing Type's known values.
- BetaManagedAgentsFileRubric.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubric.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsFileRubricParams - class in com.anthropic.models.beta.sessions.events
- Rubric referenced by a file uploaded via the Files API.
- BetaManagedAgentsFileRubricParams.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubricParams
- A builder for BetaManagedAgentsFileRubricParams.
- BetaManagedAgentsFileRubricParams.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubricParams
- BetaManagedAgentsFileRubricParams.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubricParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsFileRubricParams.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubricParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsGitHubRepositoryResource - class in com.anthropic.models.beta.sessions.resources
- BetaManagedAgentsGitHubRepositoryResource.Builder - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource
- A builder for BetaManagedAgentsGitHubRepositoryResource.
- BetaManagedAgentsGitHubRepositoryResource.Checkout - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource
- BetaManagedAgentsGitHubRepositoryResource.Checkout.Visitor - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource.Checkout
- An interface that defines how to map each variant of Checkout to a value of type T.
- BetaManagedAgentsGitHubRepositoryResource.Type - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource
- BetaManagedAgentsGitHubRepositoryResource.Type.Known - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource.Type
- An enum containing Type's known values.
- BetaManagedAgentsGitHubRepositoryResource.Type.Value - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsGitHubRepositoryResourceConfig - class in com.anthropic.models.beta.deployments
- A GitHub repository mounted into each session's container.
- BetaManagedAgentsGitHubRepositoryResourceConfig.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig
- A builder for BetaManagedAgentsGitHubRepositoryResourceConfig.
- BetaManagedAgentsGitHubRepositoryResourceConfig.Checkout - class in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig
- Branch or commit to check out.
- BetaManagedAgentsGitHubRepositoryResourceConfig.Checkout.Visitor - class in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig.Checkout
- An interface that defines how to map each variant of Checkout to a value of type T.
- BetaManagedAgentsGitHubRepositoryResourceConfig.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig
- BetaManagedAgentsGitHubRepositoryResourceConfig.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig.Type
- An enum containing Type's known values.
- BetaManagedAgentsGitHubRepositoryResourceConfig.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsGitHubRepositoryResourceParams - class in com.anthropic.models.beta.sessions
- Mount a GitHub repository into the session's container.
- BetaManagedAgentsGitHubRepositoryResourceParams.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams
- A builder for BetaManagedAgentsGitHubRepositoryResourceParams.
- BetaManagedAgentsGitHubRepositoryResourceParams.Checkout - class in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams
- Branch or commit to check out.
- BetaManagedAgentsGitHubRepositoryResourceParams.Checkout.Visitor - class in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams.Checkout
- An interface that defines how to map each variant of Checkout to a value of type T.
- BetaManagedAgentsGitHubRepositoryResourceParams.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams
- BetaManagedAgentsGitHubRepositoryResourceParams.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsGitHubRepositoryResourceParams.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsImageBlock - class in com.anthropic.models.beta.sessions.events
- Image content specified directly as base64 data or as a reference via a URL.
- BetaManagedAgentsImageBlock.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsImageBlock
- A builder for BetaManagedAgentsImageBlock.
- BetaManagedAgentsImageBlock.Source - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsImageBlock
- Union type for image source variants.
- BetaManagedAgentsImageBlock.Source.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsImageBlock.Source
- An interface that defines how to map each variant of Source to a value of type T.
- BetaManagedAgentsImageBlock.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsImageBlock
- BetaManagedAgentsImageBlock.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsImageBlock.Type
- An enum containing Type's known values.
- BetaManagedAgentsImageBlock.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsImageBlock.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsLimitedCredentialNetworkingParams - class in com.anthropic.models.beta.vaults.credentials
- Substitute the secret only on requests to the listed hosts.
- BetaManagedAgentsLimitedCredentialNetworkingParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingParams
- A builder for BetaManagedAgentsLimitedCredentialNetworkingParams.
- BetaManagedAgentsLimitedCredentialNetworkingParams.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingParams
- BetaManagedAgentsLimitedCredentialNetworkingParams.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsLimitedCredentialNetworkingParams.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsLimitedCredentialNetworkingResponse - class in com.anthropic.models.beta.vaults.credentials
- The secret is substituted only on requests to the listed hosts.
- BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingResponse
- A builder for BetaManagedAgentsLimitedCredentialNetworkingResponse.
- BetaManagedAgentsLimitedCredentialNetworkingResponse.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingResponse
- BetaManagedAgentsLimitedCredentialNetworkingResponse.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingResponse.Type
- An enum containing Type's known values.
- BetaManagedAgentsLimitedCredentialNetworkingResponse.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingResponse.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsManualDeploymentPausedReason - class in com.anthropic.models.beta.deployments
- The caller invoked the pause endpoint on the deployment.
- BetaManagedAgentsManualDeploymentPausedReason.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsManualDeploymentPausedReason
- A builder for BetaManagedAgentsManualDeploymentPausedReason.
- BetaManagedAgentsManualDeploymentPausedReason.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsManualDeploymentPausedReason
- BetaManagedAgentsManualDeploymentPausedReason.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsManualDeploymentPausedReason.Type
- An enum containing Type's known values.
- BetaManagedAgentsManualDeploymentPausedReason.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsManualDeploymentPausedReason.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsManualTriggerContext - class in com.anthropic.models.beta.deploymentruns
- The run was started manually by creating a session directly against the deployment.
- BetaManagedAgentsManualTriggerContext.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsManualTriggerContext
- A builder for BetaManagedAgentsManualTriggerContext.
- BetaManagedAgentsManualTriggerContext.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsManualTriggerContext
- BetaManagedAgentsManualTriggerContext.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsManualTriggerContext.Type
- An enum containing Type's known values.
- BetaManagedAgentsManualTriggerContext.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsManualTriggerContext.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpAuthenticationFailedError - class in com.anthropic.models.beta.sessions.events
- Authentication to an MCP server failed.
- BetaManagedAgentsMcpAuthenticationFailedError.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpAuthenticationFailedError
- A builder for BetaManagedAgentsMcpAuthenticationFailedError.
- BetaManagedAgentsMcpAuthenticationFailedError.RetryStatus - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpAuthenticationFailedError
- What the client should do next in response to this error.
- BetaManagedAgentsMcpAuthenticationFailedError.RetryStatus.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpAuthenticationFailedError.RetryStatus
- An interface that defines how to map each variant of RetryStatus to a value of type T.
- BetaManagedAgentsMcpAuthenticationFailedError.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpAuthenticationFailedError
- BetaManagedAgentsMcpAuthenticationFailedError.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpAuthenticationFailedError.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpAuthenticationFailedError.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpAuthenticationFailedError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpConnectionFailedError - class in com.anthropic.models.beta.sessions.events
- Failed to connect to an MCP server.
- BetaManagedAgentsMcpConnectionFailedError.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpConnectionFailedError
- A builder for BetaManagedAgentsMcpConnectionFailedError.
- BetaManagedAgentsMcpConnectionFailedError.RetryStatus - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpConnectionFailedError
- What the client should do next in response to this error.
- BetaManagedAgentsMcpConnectionFailedError.RetryStatus.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpConnectionFailedError.RetryStatus
- An interface that defines how to map each variant of RetryStatus to a value of type T.
- BetaManagedAgentsMcpConnectionFailedError.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpConnectionFailedError
- BetaManagedAgentsMcpConnectionFailedError.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpConnectionFailedError.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpConnectionFailedError.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpConnectionFailedError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- An MCP server host used by the deployment's agent is blocked by the environment's network policy.
- BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError
- A builder for BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.
- BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError
- BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpEgressBlockedRunError - class in com.anthropic.models.beta.deploymentruns
- An MCP server host used by the deployment's agent is blocked by the environment's network policy.
- BetaManagedAgentsMcpEgressBlockedRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMcpEgressBlockedRunError
- A builder for BetaManagedAgentsMcpEgressBlockedRunError.
- BetaManagedAgentsMcpEgressBlockedRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMcpEgressBlockedRunError
- BetaManagedAgentsMcpEgressBlockedRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMcpEgressBlockedRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpEgressBlockedRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMcpEgressBlockedRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpOAuthAuthResponse - class in com.anthropic.models.beta.vaults.credentials
- OAuth credential details for an MCP server.
- BetaManagedAgentsMcpOAuthAuthResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthAuthResponse
- A builder for BetaManagedAgentsMcpOAuthAuthResponse.
- BetaManagedAgentsMcpOAuthAuthResponse.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthAuthResponse
- BetaManagedAgentsMcpOAuthAuthResponse.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthAuthResponse.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpOAuthAuthResponse.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthAuthResponse.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpOAuthCreateParams - class in com.anthropic.models.beta.vaults.credentials
- Parameters for creating an MCP OAuth credential.
- BetaManagedAgentsMcpOAuthCreateParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthCreateParams
- A builder for BetaManagedAgentsMcpOAuthCreateParams.
- BetaManagedAgentsMcpOAuthCreateParams.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthCreateParams
- BetaManagedAgentsMcpOAuthCreateParams.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthCreateParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpOAuthCreateParams.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthCreateParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpOAuthRefreshParams - class in com.anthropic.models.beta.vaults.credentials
- OAuth refresh token parameters for creating a credential with refresh support.
- BetaManagedAgentsMcpOAuthRefreshParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshParams
- A builder for BetaManagedAgentsMcpOAuthRefreshParams.
- BetaManagedAgentsMcpOAuthRefreshParams.TokenEndpointAuth - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshParams
- Token endpoint requires no client authentication.
- BetaManagedAgentsMcpOAuthRefreshParams.TokenEndpointAuth.Visitor - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshParams.TokenEndpointAuth
- An interface that defines how to map each variant of TokenEndpointAuth to a value of type T.
- BetaManagedAgentsMcpOAuthRefreshResponse - class in com.anthropic.models.beta.vaults.credentials
- OAuth refresh token configuration returned in credential responses.
- BetaManagedAgentsMcpOAuthRefreshResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshResponse
- A builder for BetaManagedAgentsMcpOAuthRefreshResponse.
- BetaManagedAgentsMcpOAuthRefreshResponse.TokenEndpointAuth - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshResponse
- Token endpoint requires no client authentication.
- BetaManagedAgentsMcpOAuthRefreshResponse.TokenEndpointAuth.Visitor - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshResponse.TokenEndpointAuth
- An interface that defines how to map each variant of TokenEndpointAuth to a value of type T.
- BetaManagedAgentsMcpOAuthRefreshUpdateParams - class in com.anthropic.models.beta.vaults.credentials
- Parameters for updating OAuth refresh token configuration.
- BetaManagedAgentsMcpOAuthRefreshUpdateParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshUpdateParams
- A builder for BetaManagedAgentsMcpOAuthRefreshUpdateParams.
- BetaManagedAgentsMcpOAuthRefreshUpdateParams.TokenEndpointAuth - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshUpdateParams
- Updated HTTP Basic authentication parameters for the token endpoint.
- BetaManagedAgentsMcpOAuthRefreshUpdateParams.TokenEndpointAuth.Visitor - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshUpdateParams.TokenEndpointAuth
- An interface that defines how to map each variant of TokenEndpointAuth to a value of type T.
- BetaManagedAgentsMcpOAuthUpdateParams - class in com.anthropic.models.beta.vaults.credentials
- Parameters for updating an MCP OAuth credential.
- BetaManagedAgentsMcpOAuthUpdateParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthUpdateParams
- A builder for BetaManagedAgentsMcpOAuthUpdateParams.
- BetaManagedAgentsMcpOAuthUpdateParams.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthUpdateParams
- BetaManagedAgentsMcpOAuthUpdateParams.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthUpdateParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpOAuthUpdateParams.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthUpdateParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpProbe - class in com.anthropic.models.beta.vaults.credentials
- The failing step of an MCP validation probe.
- BetaManagedAgentsMcpProbe.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpProbe
- A builder for BetaManagedAgentsMcpProbe.
- BetaManagedAgentsMcpServerUrlDefinition - class in com.anthropic.models.beta.agents
- URL-based MCP server connection as returned in API responses.
- BetaManagedAgentsMcpServerUrlDefinition.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpServerUrlDefinition
- A builder for BetaManagedAgentsMcpServerUrlDefinition.
- BetaManagedAgentsMcpServerUrlDefinition.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpServerUrlDefinition
- BetaManagedAgentsMcpServerUrlDefinition.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpServerUrlDefinition.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpServerUrlDefinition.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpServerUrlDefinition.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpToolConfig - class in com.anthropic.models.beta.agents
- Resolved configuration for a specific MCP tool.
- BetaManagedAgentsMcpToolConfig.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfig
- A builder for BetaManagedAgentsMcpToolConfig.
- BetaManagedAgentsMcpToolConfig.PermissionPolicy - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfig
- Permission policy for tool execution.
- BetaManagedAgentsMcpToolConfig.PermissionPolicy.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfig.PermissionPolicy
- An interface that defines how to map each variant of PermissionPolicy to a value of type T.
- BetaManagedAgentsMcpToolConfigParams - class in com.anthropic.models.beta.agents
- Configuration override for a specific MCP tool.
- BetaManagedAgentsMcpToolConfigParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfigParams
- A builder for BetaManagedAgentsMcpToolConfigParams.
- BetaManagedAgentsMcpToolConfigParams.PermissionPolicy - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfigParams
- Permission policy for tool execution.
- BetaManagedAgentsMcpToolConfigParams.PermissionPolicy.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfigParams.PermissionPolicy
- An interface that defines how to map each variant of PermissionPolicy to a value of type T.
- BetaManagedAgentsMcpToolset - class in com.anthropic.models.beta.agents
- BetaManagedAgentsMcpToolset.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolset
- A builder for BetaManagedAgentsMcpToolset.
- BetaManagedAgentsMcpToolset.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolset
- BetaManagedAgentsMcpToolset.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolset.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpToolset.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolset.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMcpToolsetDefaultConfig - class in com.anthropic.models.beta.agents
- Resolved default configuration for all tools from an MCP server.
- BetaManagedAgentsMcpToolsetDefaultConfig.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfig
- A builder for BetaManagedAgentsMcpToolsetDefaultConfig.
- BetaManagedAgentsMcpToolsetDefaultConfig.PermissionPolicy - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfig
- Permission policy for tool execution.
- BetaManagedAgentsMcpToolsetDefaultConfig.PermissionPolicy.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfig.PermissionPolicy
- An interface that defines how to map each variant of PermissionPolicy to a value of type T.
- BetaManagedAgentsMcpToolsetDefaultConfigParams - class in com.anthropic.models.beta.agents
- Default configuration for all tools from an MCP server.
- BetaManagedAgentsMcpToolsetDefaultConfigParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfigParams
- A builder for BetaManagedAgentsMcpToolsetDefaultConfigParams.
- BetaManagedAgentsMcpToolsetDefaultConfigParams.PermissionPolicy - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfigParams
- Permission policy for tool execution.
- BetaManagedAgentsMcpToolsetDefaultConfigParams.PermissionPolicy.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfigParams.PermissionPolicy
- An interface that defines how to map each variant of PermissionPolicy to a value of type T.
- BetaManagedAgentsMcpToolsetParams - class in com.anthropic.models.beta.agents
- Configuration for tools from an MCP server defined in
mcp_servers. - BetaManagedAgentsMcpToolsetParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetParams
- A builder for BetaManagedAgentsMcpToolsetParams.
- BetaManagedAgentsMcpToolsetParams.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetParams
- BetaManagedAgentsMcpToolsetParams.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsMcpToolsetParams.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemory - class in com.anthropic.models.beta.memorystores.memories
- A
memoryobject: a single text document at a hierarchical path inside a memory store. - BetaManagedAgentsMemory.Builder - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemory
- A builder for BetaManagedAgentsMemory.
- BetaManagedAgentsMemory.Type - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemory
- BetaManagedAgentsMemory.Type.Known - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemory.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemory.Type.Value - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemory.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryListItem - class in com.anthropic.models.beta.memorystores.memories
- One item in a /en/api/beta/memory_stores/memories/list response: either a
memoryobject or, whendepthis set, amemory_prefixrollup marker. - BetaManagedAgentsMemoryListItem.Visitor - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryListItem
- An interface that defines how to map each variant of BetaManagedAgentsMemoryListItem to a value of type T.
- BetaManagedAgentsMemoryPathConflictError - class in com.anthropic.models.beta.memorystores.memories
- BetaManagedAgentsMemoryPathConflictError.Builder - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPathConflictError
- A builder for BetaManagedAgentsMemoryPathConflictError.
- BetaManagedAgentsMemoryPathConflictError.Type - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPathConflictError
- BetaManagedAgentsMemoryPathConflictError.Type.Known - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPathConflictError.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryPathConflictError.Type.Value - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPathConflictError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryPreconditionFailedError - class in com.anthropic.models.beta.memorystores.memories
- BetaManagedAgentsMemoryPreconditionFailedError.Builder - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPreconditionFailedError
- A builder for BetaManagedAgentsMemoryPreconditionFailedError.
- BetaManagedAgentsMemoryPreconditionFailedError.Type - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPreconditionFailedError
- BetaManagedAgentsMemoryPreconditionFailedError.Type.Known - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPreconditionFailedError.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryPreconditionFailedError.Type.Value - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPreconditionFailedError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryPrefix - class in com.anthropic.models.beta.memorystores.memories
- A rolled-up directory marker returned by /en/api/beta/memory_stores/memories/list when
depthis set. - BetaManagedAgentsMemoryPrefix.Builder - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPrefix
- A builder for BetaManagedAgentsMemoryPrefix.
- BetaManagedAgentsMemoryPrefix.Type - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPrefix
- BetaManagedAgentsMemoryPrefix.Type.Known - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPrefix.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryPrefix.Type.Value - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPrefix.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryStore - class in com.anthropic.models.beta.memorystores
- A
memory_store: a named container for agent memories, scoped to a workspace. - BetaManagedAgentsMemoryStore.Builder - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore
- A builder for BetaManagedAgentsMemoryStore.
- BetaManagedAgentsMemoryStore.Metadata - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore
- Arbitrary key-value tags for your own bookkeeping (such as the end user a store belongs to).
- BetaManagedAgentsMemoryStore.Metadata.Builder - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore.Metadata
- A builder for Metadata.
- BetaManagedAgentsMemoryStore.Type - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore
- BetaManagedAgentsMemoryStore.Type.Known - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryStore.Type.Value - class in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- A memory store referenced by the deployment is archived.
- BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError
- A builder for BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.
- BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError
- BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryStoreArchivedRunError - class in com.anthropic.models.beta.deploymentruns
- A memory store referenced by the deployment is archived.
- BetaManagedAgentsMemoryStoreArchivedRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMemoryStoreArchivedRunError
- A builder for BetaManagedAgentsMemoryStoreArchivedRunError.
- BetaManagedAgentsMemoryStoreArchivedRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMemoryStoreArchivedRunError
- BetaManagedAgentsMemoryStoreArchivedRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMemoryStoreArchivedRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryStoreArchivedRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMemoryStoreArchivedRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryStoreResource - class in com.anthropic.models.beta.sessions.resources
- A memory store attached to an agent session.
- BetaManagedAgentsMemoryStoreResource.Access - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsMemoryStoreResource
- Access mode for an attached memory store.
- BetaManagedAgentsMemoryStoreResource.Access.Known - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsMemoryStoreResource.Access
- An enum containing Access's known values.
- BetaManagedAgentsMemoryStoreResource.Access.Value - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsMemoryStoreResource.Access
- An enum containing Access's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryStoreResource.Builder - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsMemoryStoreResource
- A builder for BetaManagedAgentsMemoryStoreResource.
- BetaManagedAgentsMemoryStoreResource.Type - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsMemoryStoreResource
- BetaManagedAgentsMemoryStoreResource.Type.Known - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsMemoryStoreResource.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryStoreResource.Type.Value - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsMemoryStoreResource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryStoreResourceConfig - class in com.anthropic.models.beta.deployments
- A memory store attached to each session created from this deployment.
- BetaManagedAgentsMemoryStoreResourceConfig.Access - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreResourceConfig
- Access mode for an attached memory store.
- BetaManagedAgentsMemoryStoreResourceConfig.Access.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreResourceConfig.Access
- An enum containing Access's known values.
- BetaManagedAgentsMemoryStoreResourceConfig.Access.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreResourceConfig.Access
- An enum containing Access's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryStoreResourceConfig.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreResourceConfig
- A builder for BetaManagedAgentsMemoryStoreResourceConfig.
- BetaManagedAgentsMemoryStoreResourceConfig.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreResourceConfig
- BetaManagedAgentsMemoryStoreResourceConfig.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreResourceConfig.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryStoreResourceConfig.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreResourceConfig.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryStoreResourceParam - class in com.anthropic.models.beta.sessions
- Parameters for attaching a memory store to an agent session.
- BetaManagedAgentsMemoryStoreResourceParam.Access - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMemoryStoreResourceParam
- Access mode for an attached memory store.
- BetaManagedAgentsMemoryStoreResourceParam.Access.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMemoryStoreResourceParam.Access
- An enum containing Access's known values.
- BetaManagedAgentsMemoryStoreResourceParam.Access.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMemoryStoreResourceParam.Access
- An enum containing Access's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryStoreResourceParam.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMemoryStoreResourceParam
- A builder for BetaManagedAgentsMemoryStoreResourceParam.
- BetaManagedAgentsMemoryStoreResourceParam.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMemoryStoreResourceParam
- BetaManagedAgentsMemoryStoreResourceParam.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMemoryStoreResourceParam.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryStoreResourceParam.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMemoryStoreResourceParam.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryVersion - class in com.anthropic.models.beta.memorystores.memoryversions
- A
memory_versionobject: one immutable, attributed row in a memory's append-only history. - BetaManagedAgentsMemoryVersion.Builder - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsMemoryVersion
- A builder for BetaManagedAgentsMemoryVersion.
- BetaManagedAgentsMemoryVersion.Type - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsMemoryVersion
- BetaManagedAgentsMemoryVersion.Type.Known - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsMemoryVersion.Type
- An enum containing Type's known values.
- BetaManagedAgentsMemoryVersion.Type.Value - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsMemoryVersion.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryVersionOperation - class in com.anthropic.models.beta.memorystores.memoryversions
- The kind of mutation a
memory_versionrecords. - BetaManagedAgentsMemoryVersionOperation.Known - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsMemoryVersionOperation
- An enum containing BetaManagedAgentsMemoryVersionOperation's known values.
- BetaManagedAgentsMemoryVersionOperation.Value - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsMemoryVersionOperation
- An enum containing BetaManagedAgentsMemoryVersionOperation's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMemoryView - class in com.anthropic.models.beta.memorystores.memories
- Selects which projection of a
memoryormemory_versionthe server returns. - BetaManagedAgentsMemoryView.Known - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryView
- An enum containing BetaManagedAgentsMemoryView's known values.
- BetaManagedAgentsMemoryView.Value - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryView
- An enum containing BetaManagedAgentsMemoryView's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsModel - class in com.anthropic.models.beta.agents
- The model that will power your agent.
- BetaManagedAgentsModel.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsModel
- An enum containing BetaManagedAgentsModel's known values.
- BetaManagedAgentsModel.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsModel
- An enum containing BetaManagedAgentsModel's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsModelConfig - class in com.anthropic.models.beta.agents
- Model identifier and configuration.
- BetaManagedAgentsModelConfig.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfig
- A builder for BetaManagedAgentsModelConfig.
- BetaManagedAgentsModelConfig.Speed - class in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfig
- Inference speed mode.
- BetaManagedAgentsModelConfig.Speed.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfig.Speed
- An enum containing Speed's known values.
- BetaManagedAgentsModelConfig.Speed.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfig.Speed
- An enum containing Speed's known values, as well as an _UNKNOWN member.
- betaManagedAgentsModelConfigParams() - function in com.anthropic.models.beta.agents.AgentCreateParams.Model
- An object that defines additional configuration control over model use
- betaManagedAgentsModelConfigParams() - function in com.anthropic.models.beta.agents.AgentUpdateParams.Model
- An object that defines additional configuration control over model use
- BetaManagedAgentsModelConfigParams - class in com.anthropic.models.beta.agents
- An object that defines additional configuration control over model use
- BetaManagedAgentsModelConfigParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfigParams
- A builder for BetaManagedAgentsModelConfigParams.
- BetaManagedAgentsModelConfigParams.Speed - class in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfigParams
- Inference speed mode.
- BetaManagedAgentsModelConfigParams.Speed.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfigParams.Speed
- An enum containing Speed's known values.
- BetaManagedAgentsModelConfigParams.Speed.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfigParams.Speed
- An enum containing Speed's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsModelOverloadedError - class in com.anthropic.models.beta.sessions.events
- The model is currently overloaded.
- BetaManagedAgentsModelOverloadedError.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelOverloadedError
- A builder for BetaManagedAgentsModelOverloadedError.
- BetaManagedAgentsModelOverloadedError.RetryStatus - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelOverloadedError
- What the client should do next in response to this error.
- BetaManagedAgentsModelOverloadedError.RetryStatus.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelOverloadedError.RetryStatus
- An interface that defines how to map each variant of RetryStatus to a value of type T.
- BetaManagedAgentsModelOverloadedError.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelOverloadedError
- BetaManagedAgentsModelOverloadedError.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelOverloadedError.Type
- An enum containing Type's known values.
- BetaManagedAgentsModelOverloadedError.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelOverloadedError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsModelRateLimitedError - class in com.anthropic.models.beta.sessions.events
- The model request was rate-limited.
- BetaManagedAgentsModelRateLimitedError.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRateLimitedError
- A builder for BetaManagedAgentsModelRateLimitedError.
- BetaManagedAgentsModelRateLimitedError.RetryStatus - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRateLimitedError
- What the client should do next in response to this error.
- BetaManagedAgentsModelRateLimitedError.RetryStatus.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRateLimitedError.RetryStatus
- An interface that defines how to map each variant of RetryStatus to a value of type T.
- BetaManagedAgentsModelRateLimitedError.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRateLimitedError
- BetaManagedAgentsModelRateLimitedError.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRateLimitedError.Type
- An enum containing Type's known values.
- BetaManagedAgentsModelRateLimitedError.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRateLimitedError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsModelRequestFailedError - class in com.anthropic.models.beta.sessions.events
- A model request failed for a reason other than overload or rate-limiting.
- BetaManagedAgentsModelRequestFailedError.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRequestFailedError
- A builder for BetaManagedAgentsModelRequestFailedError.
- BetaManagedAgentsModelRequestFailedError.RetryStatus - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRequestFailedError
- What the client should do next in response to this error.
- BetaManagedAgentsModelRequestFailedError.RetryStatus.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRequestFailedError.RetryStatus
- An interface that defines how to map each variant of RetryStatus to a value of type T.
- BetaManagedAgentsModelRequestFailedError.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRequestFailedError
- BetaManagedAgentsModelRequestFailedError.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRequestFailedError.Type
- An enum containing Type's known values.
- BetaManagedAgentsModelRequestFailedError.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRequestFailedError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMultiagent - class in com.anthropic.models.beta.sessions
- Resolved coordinator topology with a concrete agent roster.
- BetaManagedAgentsMultiagent.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagent
- A builder for BetaManagedAgentsMultiagent.
- BetaManagedAgentsMultiagent.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagent
- BetaManagedAgentsMultiagent.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagent.Type
- An enum containing Type's known values.
- BetaManagedAgentsMultiagent.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMultiagentCoordinator - class in com.anthropic.models.beta.agents
- Resolved coordinator topology with a concrete agent roster.
- BetaManagedAgentsMultiagentCoordinator.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinator
- A builder for BetaManagedAgentsMultiagentCoordinator.
- BetaManagedAgentsMultiagentCoordinator.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinator
- BetaManagedAgentsMultiagentCoordinator.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinator.Type
- An enum containing Type's known values.
- BetaManagedAgentsMultiagentCoordinator.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinator.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMultiagentCoordinatorParams - class in com.anthropic.models.beta.agents
- A coordinator topology: the session's primary thread orchestrates work by spawning session threads, each running an agent drawn from the
agentsroster. - BetaManagedAgentsMultiagentCoordinatorParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinatorParams
- A builder for BetaManagedAgentsMultiagentCoordinatorParams.
- BetaManagedAgentsMultiagentCoordinatorParams.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinatorParams
- BetaManagedAgentsMultiagentCoordinatorParams.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinatorParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsMultiagentCoordinatorParams.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinatorParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMultiagentParams - class in com.anthropic.models.beta.sessions
- A coordinator topology: the session's primary thread orchestrates work by spawning session threads, each running an agent drawn from the
agentsroster. - BetaManagedAgentsMultiagentParams.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagentParams
- A builder for BetaManagedAgentsMultiagentParams.
- BetaManagedAgentsMultiagentParams.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagentParams
- BetaManagedAgentsMultiagentParams.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagentParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsMultiagentParams.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagentParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsMultiagentRosterEntryParams - class in com.anthropic.models.beta.sessions
- An entry in a multiagent roster: an agent ID string, a versioned agent reference, or
self. - BetaManagedAgentsMultiagentRosterEntryParams.Visitor - class in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagentRosterEntryParams
- An interface that defines how to map each variant of BetaManagedAgentsMultiagentRosterEntryParams to a value of type T.
- BetaManagedAgentsMultiagentSelfParams - class in com.anthropic.models.beta.agents
- Sentinel roster entry meaning "the agent that owns this configuration".
- BetaManagedAgentsMultiagentSelfParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentSelfParams
- A builder for BetaManagedAgentsMultiagentSelfParams.
- BetaManagedAgentsMultiagentSelfParams.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentSelfParams
- BetaManagedAgentsMultiagentSelfParams.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentSelfParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsMultiagentSelfParams.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentSelfParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- The deployment's organization is disabled.
- BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError
- A builder for BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.
- BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError
- BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsOrganizationDisabledRunError - class in com.anthropic.models.beta.deploymentruns
- The deployment's organization is disabled.
- BetaManagedAgentsOrganizationDisabledRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsOrganizationDisabledRunError
- A builder for BetaManagedAgentsOrganizationDisabledRunError.
- BetaManagedAgentsOrganizationDisabledRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsOrganizationDisabledRunError
- BetaManagedAgentsOrganizationDisabledRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsOrganizationDisabledRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsOrganizationDisabledRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsOrganizationDisabledRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsOutcomeEvaluationResource - class in com.anthropic.models.beta.sessions
- Evaluation state for a single outcome defined via a define_outcome event.
- BetaManagedAgentsOutcomeEvaluationResource.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsOutcomeEvaluationResource
- A builder for BetaManagedAgentsOutcomeEvaluationResource.
- BetaManagedAgentsOutcomeEvaluationResource.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsOutcomeEvaluationResource
- BetaManagedAgentsOutcomeEvaluationResource.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsOutcomeEvaluationResource.Type
- An enum containing Type's known values.
- BetaManagedAgentsOutcomeEvaluationResource.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsOutcomeEvaluationResource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsPlainTextDocumentSource - class in com.anthropic.models.beta.sessions.events
- Plain text document content.
- BetaManagedAgentsPlainTextDocumentSource.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsPlainTextDocumentSource
- A builder for BetaManagedAgentsPlainTextDocumentSource.
- BetaManagedAgentsPlainTextDocumentSource.MediaType - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsPlainTextDocumentSource
- MIME type of the text content.
- BetaManagedAgentsPlainTextDocumentSource.MediaType.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsPlainTextDocumentSource.MediaType
- An enum containing MediaType's known values.
- BetaManagedAgentsPlainTextDocumentSource.MediaType.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsPlainTextDocumentSource.MediaType
- An enum containing MediaType's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsPlainTextDocumentSource.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsPlainTextDocumentSource
- BetaManagedAgentsPlainTextDocumentSource.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsPlainTextDocumentSource.Type
- An enum containing Type's known values.
- BetaManagedAgentsPlainTextDocumentSource.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsPlainTextDocumentSource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsPrecondition - class in com.anthropic.models.beta.memorystores.memories
- Optimistic-concurrency precondition: the update applies only if the memory's stored
content_sha256equals the supplied value. - BetaManagedAgentsPrecondition.Builder - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsPrecondition
- A builder for BetaManagedAgentsPrecondition.
- BetaManagedAgentsPrecondition.Type - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsPrecondition
- BetaManagedAgentsPrecondition.Type.Known - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsPrecondition.Type
- An enum containing Type's known values.
- BetaManagedAgentsPrecondition.Type.Value - class in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsPrecondition.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsRefreshHttpResponse - class in com.anthropic.models.beta.vaults.credentials
- An HTTP response captured during a credential validation probe.
- BetaManagedAgentsRefreshHttpResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshHttpResponse
- A builder for BetaManagedAgentsRefreshHttpResponse.
- BetaManagedAgentsRefreshObject - class in com.anthropic.models.beta.vaults.credentials
- Outcome of a refresh-token exchange attempted during credential validation.
- BetaManagedAgentsRefreshObject.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshObject
- A builder for BetaManagedAgentsRefreshObject.
- BetaManagedAgentsRefreshObject.Status - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshObject
- Outcome of a refresh-token exchange attempted during credential validation.
- BetaManagedAgentsRefreshObject.Status.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshObject.Status
- An enum containing Status's known values.
- BetaManagedAgentsRefreshObject.Status.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshObject.Status
- An enum containing Status's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsRetryStatusExhausted - class in com.anthropic.models.beta.sessions.events
- This turn is dead; queued inputs are flushed and the session returns to idle.
- BetaManagedAgentsRetryStatusExhausted.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusExhausted
- A builder for BetaManagedAgentsRetryStatusExhausted.
- BetaManagedAgentsRetryStatusExhausted.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusExhausted
- BetaManagedAgentsRetryStatusExhausted.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusExhausted.Type
- An enum containing Type's known values.
- BetaManagedAgentsRetryStatusExhausted.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusExhausted.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsRetryStatusRetrying - class in com.anthropic.models.beta.sessions.events
- The server is retrying automatically.
- BetaManagedAgentsRetryStatusRetrying.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusRetrying
- A builder for BetaManagedAgentsRetryStatusRetrying.
- BetaManagedAgentsRetryStatusRetrying.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusRetrying
- BetaManagedAgentsRetryStatusRetrying.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusRetrying.Type
- An enum containing Type's known values.
- BetaManagedAgentsRetryStatusRetrying.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusRetrying.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsRetryStatusTerminal - class in com.anthropic.models.beta.sessions.events
- The session encountered a terminal error and will transition to
terminatedstate. - BetaManagedAgentsRetryStatusTerminal.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusTerminal
- A builder for BetaManagedAgentsRetryStatusTerminal.
- BetaManagedAgentsRetryStatusTerminal.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusTerminal
- BetaManagedAgentsRetryStatusTerminal.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusTerminal.Type
- An enum containing Type's known values.
- BetaManagedAgentsRetryStatusTerminal.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusTerminal.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSchedule - class in com.anthropic.models.beta.deployments
- 5-field POSIX cron schedule with computed runtime timestamps.
- BetaManagedAgentsSchedule.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSchedule
- A builder for BetaManagedAgentsSchedule.
- BetaManagedAgentsSchedule.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSchedule
- BetaManagedAgentsSchedule.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSchedule.Type
- An enum containing Type's known values.
- BetaManagedAgentsSchedule.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSchedule.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsScheduleParams - class in com.anthropic.models.beta.deployments
- 5-field POSIX cron schedule.
- BetaManagedAgentsScheduleParams.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsScheduleParams
- A builder for BetaManagedAgentsScheduleParams.
- BetaManagedAgentsScheduleParams.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsScheduleParams
- BetaManagedAgentsScheduleParams.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsScheduleParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsScheduleParams.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsScheduleParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsScheduleTriggerContext - class in com.anthropic.models.beta.deploymentruns
- The run was fired by the deployment's cron schedule.
- BetaManagedAgentsScheduleTriggerContext.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsScheduleTriggerContext
- A builder for BetaManagedAgentsScheduleTriggerContext.
- BetaManagedAgentsScheduleTriggerContext.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsScheduleTriggerContext
- BetaManagedAgentsScheduleTriggerContext.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsScheduleTriggerContext.Type
- An enum containing Type's known values.
- BetaManagedAgentsScheduleTriggerContext.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsScheduleTriggerContext.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSearchResultBlock - class in com.anthropic.models.beta.sessions.events
- A block containing a web search result.
- BetaManagedAgentsSearchResultBlock.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultBlock
- A builder for BetaManagedAgentsSearchResultBlock.
- BetaManagedAgentsSearchResultBlock.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultBlock
- BetaManagedAgentsSearchResultBlock.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultBlock.Type
- An enum containing Type's known values.
- BetaManagedAgentsSearchResultBlock.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultBlock.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSearchResultCitations - class in com.anthropic.models.beta.sessions.events
- Citation settings for a search result.
- BetaManagedAgentsSearchResultCitations.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultCitations
- A builder for BetaManagedAgentsSearchResultCitations.
- BetaManagedAgentsSearchResultContent - class in com.anthropic.models.beta.sessions.events
- Text content within a search result.
- BetaManagedAgentsSearchResultContent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultContent
- A builder for BetaManagedAgentsSearchResultContent.
- BetaManagedAgentsSearchResultContent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultContent
- BetaManagedAgentsSearchResultContent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultContent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSearchResultContent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultContent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- The deployment configures resources, but its environment is self-hosted and cannot mount them.
- BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError
- A builder for BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.
- BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError
- BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSelfHostedResourcesUnsupportedRunError - class in com.anthropic.models.beta.deploymentruns
- The deployment configures resources, but its environment is self-hosted and cannot mount them.
- BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSelfHostedResourcesUnsupportedRunError
- A builder for BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.
- BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSelfHostedResourcesUnsupportedRunError
- BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSendSessionEvents - class in com.anthropic.models.beta.sessions.events
- Events that were successfully sent to the session.
- BetaManagedAgentsSendSessionEvents.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSendSessionEvents
- A builder for BetaManagedAgentsSendSessionEvents.
- BetaManagedAgentsSendSessionEvents.Data - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSendSessionEvents
- Union type for events that can be sent to a session.
- BetaManagedAgentsSendSessionEvents.Data.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSendSessionEvents.Data
- An interface that defines how to map each variant of Data to a value of type T.
- BetaManagedAgentsSession - class in com.anthropic.models.beta.sessions
- A Managed Agents
session. - BetaManagedAgentsSession.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSession
- A builder for BetaManagedAgentsSession.
- BetaManagedAgentsSession.Metadata - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSession
- BetaManagedAgentsSession.Metadata.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSession.Metadata
- A builder for Metadata.
- BetaManagedAgentsSession.Status - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSession
- SessionStatus enum
- BetaManagedAgentsSession.Status.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSession.Status
- An enum containing Status's known values.
- BetaManagedAgentsSession.Status.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSession.Status
- An enum containing Status's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSession.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSession
- BetaManagedAgentsSession.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSession.Type
- An enum containing Type's known values.
- BetaManagedAgentsSession.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSession.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionActor - class in com.anthropic.models.beta.memorystores.memoryversions
- Attribution for a write made by an agent during a session, through the mounted filesystem at
/mnt/memory/. - BetaManagedAgentsSessionActor.Builder - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsSessionActor
- A builder for BetaManagedAgentsSessionActor.
- BetaManagedAgentsSessionActor.Type - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsSessionActor
- BetaManagedAgentsSessionActor.Type.Known - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsSessionActor.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionActor.Type.Value - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsSessionActor.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionAgent - class in com.anthropic.models.beta.sessions
- Resolved
agentdefinition for asession. - BetaManagedAgentsSessionAgent.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent
- A builder for BetaManagedAgentsSessionAgent.
- BetaManagedAgentsSessionAgent.Skill - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent
- Resolved skill as returned in API responses.
- BetaManagedAgentsSessionAgent.Skill.Visitor - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent.Skill
- An interface that defines how to map each variant of Skill to a value of type T.
- BetaManagedAgentsSessionAgent.Tool - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent
- Union type for tool configurations returned in API responses.
- BetaManagedAgentsSessionAgent.Tool.Visitor - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent.Tool
- An interface that defines how to map each variant of Tool to a value of type T.
- BetaManagedAgentsSessionAgent.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent
- BetaManagedAgentsSessionAgent.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionAgent.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionAgentUpdate - class in com.anthropic.models.beta.sessions
- Mid-session agent configuration update.
- BetaManagedAgentsSessionAgentUpdate.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgentUpdate
- A builder for BetaManagedAgentsSessionAgentUpdate.
- BetaManagedAgentsSessionAgentUpdate.Tool - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgentUpdate
- Union type for tool configurations in the tools array.
- BetaManagedAgentsSessionAgentUpdate.Tool.Visitor - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgentUpdate.Tool
- An interface that defines how to map each variant of Tool to a value of type T.
- BetaManagedAgentsSessionCreationRejectedRunError - class in com.anthropic.models.beta.deploymentruns
- The session create request was rejected with a non-retryable validation error.
- BetaManagedAgentsSessionCreationRejectedRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionCreationRejectedRunError
- A builder for BetaManagedAgentsSessionCreationRejectedRunError.
- BetaManagedAgentsSessionCreationRejectedRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionCreationRejectedRunError
- BetaManagedAgentsSessionCreationRejectedRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionCreationRejectedRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionCreationRejectedRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionCreationRejectedRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionDeletedEvent - class in com.anthropic.models.beta.sessions.events
- Emitted when a session has been deleted.
- BetaManagedAgentsSessionDeletedEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionDeletedEvent
- A builder for BetaManagedAgentsSessionDeletedEvent.
- BetaManagedAgentsSessionDeletedEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionDeletedEvent
- BetaManagedAgentsSessionDeletedEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionDeletedEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionDeletedEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionDeletedEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionEndTurn - class in com.anthropic.models.beta.sessions.events
- The agent completed its turn naturally and is ready for the next user message.
- BetaManagedAgentsSessionEndTurn.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionEndTurn
- A builder for BetaManagedAgentsSessionEndTurn.
- BetaManagedAgentsSessionEndTurn.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionEndTurn
- BetaManagedAgentsSessionEndTurn.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionEndTurn.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionEndTurn.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionEndTurn.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionErrorEvent - class in com.anthropic.models.beta.sessions.events
- An error event indicating a problem occurred during session execution.
- BetaManagedAgentsSessionErrorEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionErrorEvent
- A builder for BetaManagedAgentsSessionErrorEvent.
- BetaManagedAgentsSessionErrorEvent.Error - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionErrorEvent
- An unknown or unexpected error occurred during session execution.
- BetaManagedAgentsSessionErrorEvent.Error.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionErrorEvent.Error
- An interface that defines how to map each variant of Error to a value of type T.
- BetaManagedAgentsSessionErrorEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionErrorEvent
- BetaManagedAgentsSessionErrorEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionErrorEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionErrorEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionErrorEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionEvent - class in com.anthropic.models.beta.sessions.events
- Union type for all event types in a session.
- BetaManagedAgentsSessionEvent.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionEvent
- An interface that defines how to map each variant of BetaManagedAgentsSessionEvent to a value of type T.
- BetaManagedAgentsSessionMultiagentCoordinator - class in com.anthropic.models.beta.sessions
- Resolved coordinator topology with full agent definitions for each roster member.
- BetaManagedAgentsSessionMultiagentCoordinator.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionMultiagentCoordinator
- A builder for BetaManagedAgentsSessionMultiagentCoordinator.
- BetaManagedAgentsSessionMultiagentCoordinator.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionMultiagentCoordinator
- BetaManagedAgentsSessionMultiagentCoordinator.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionMultiagentCoordinator.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionMultiagentCoordinator.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionMultiagentCoordinator.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionRateLimitedRunError - class in com.anthropic.models.beta.deploymentruns
- Session creation was rejected due to rate limiting.
- BetaManagedAgentsSessionRateLimitedRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionRateLimitedRunError
- A builder for BetaManagedAgentsSessionRateLimitedRunError.
- BetaManagedAgentsSessionRateLimitedRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionRateLimitedRunError
- BetaManagedAgentsSessionRateLimitedRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionRateLimitedRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionRateLimitedRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionRateLimitedRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionRequiresAction - class in com.anthropic.models.beta.sessions.events
- The agent is idle waiting on one or more blocking user-input events (tool confirmation, custom tool result, etc.).
- BetaManagedAgentsSessionRequiresAction.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRequiresAction
- A builder for BetaManagedAgentsSessionRequiresAction.
- BetaManagedAgentsSessionRequiresAction.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRequiresAction
- BetaManagedAgentsSessionRequiresAction.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRequiresAction.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionRequiresAction.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRequiresAction.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionResource - class in com.anthropic.models.beta.sessions.resources
- A memory store attached to an agent session.
- BetaManagedAgentsSessionResource.Visitor - class in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsSessionResource
- An interface that defines how to map each variant of BetaManagedAgentsSessionResource to a value of type T.
- BetaManagedAgentsSessionResourceConfig - class in com.anthropic.models.beta.deployments
- A configured session resource.
- BetaManagedAgentsSessionResourceConfig.Visitor - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSessionResourceConfig
- An interface that defines how to map each variant of BetaManagedAgentsSessionResourceConfig to a value of type T.
- BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- A referenced resource no longer exists and its kind was not reported.
- BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError
- A builder for BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.
- BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError
- BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionResourceNotFoundRunError - class in com.anthropic.models.beta.deploymentruns
- A referenced resource no longer exists and its kind was not reported.
- BetaManagedAgentsSessionResourceNotFoundRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionResourceNotFoundRunError
- A builder for BetaManagedAgentsSessionResourceNotFoundRunError.
- BetaManagedAgentsSessionResourceNotFoundRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionResourceNotFoundRunError
- BetaManagedAgentsSessionResourceNotFoundRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionResourceNotFoundRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionResourceNotFoundRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionResourceNotFoundRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionRetriesExhausted - class in com.anthropic.models.beta.sessions.events
- The turn ended because the retry budget was exhausted (
max_iterationshit or an error escalated toretry_status: 'exhausted'). - BetaManagedAgentsSessionRetriesExhausted.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRetriesExhausted
- A builder for BetaManagedAgentsSessionRetriesExhausted.
- BetaManagedAgentsSessionRetriesExhausted.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRetriesExhausted
- BetaManagedAgentsSessionRetriesExhausted.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRetriesExhausted.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionRetriesExhausted.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRetriesExhausted.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionStats - class in com.anthropic.models.beta.sessions
- Timing statistics for a session.
- BetaManagedAgentsSessionStats.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionStats
- A builder for BetaManagedAgentsSessionStats.
- BetaManagedAgentsSessionStatusIdleEvent - class in com.anthropic.models.beta.sessions.events
- Indicates the agent has paused and is awaiting user input.
- BetaManagedAgentsSessionStatusIdleEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusIdleEvent
- A builder for BetaManagedAgentsSessionStatusIdleEvent.
- BetaManagedAgentsSessionStatusIdleEvent.StopReason - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusIdleEvent
- The agent completed its turn naturally and is ready for the next user message.
- BetaManagedAgentsSessionStatusIdleEvent.StopReason.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusIdleEvent.StopReason
- An interface that defines how to map each variant of StopReason to a value of type T.
- BetaManagedAgentsSessionStatusIdleEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusIdleEvent
- BetaManagedAgentsSessionStatusIdleEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusIdleEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionStatusIdleEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusIdleEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionStatusRescheduledEvent - class in com.anthropic.models.beta.sessions.events
- Indicates the session is recovering from an error state and is rescheduled for execution.
- BetaManagedAgentsSessionStatusRescheduledEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRescheduledEvent
- A builder for BetaManagedAgentsSessionStatusRescheduledEvent.
- BetaManagedAgentsSessionStatusRescheduledEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRescheduledEvent
- BetaManagedAgentsSessionStatusRescheduledEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRescheduledEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionStatusRescheduledEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRescheduledEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionStatusRunningEvent - class in com.anthropic.models.beta.sessions.events
- Indicates the session is actively running and the agent is working.
- BetaManagedAgentsSessionStatusRunningEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRunningEvent
- A builder for BetaManagedAgentsSessionStatusRunningEvent.
- BetaManagedAgentsSessionStatusRunningEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRunningEvent
- BetaManagedAgentsSessionStatusRunningEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRunningEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionStatusRunningEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRunningEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionStatusTerminatedEvent - class in com.anthropic.models.beta.sessions.events
- Indicates the session has terminated, either due to an error or completion.
- BetaManagedAgentsSessionStatusTerminatedEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusTerminatedEvent
- A builder for BetaManagedAgentsSessionStatusTerminatedEvent.
- BetaManagedAgentsSessionStatusTerminatedEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusTerminatedEvent
- BetaManagedAgentsSessionStatusTerminatedEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusTerminatedEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionStatusTerminatedEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusTerminatedEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionThread - class in com.anthropic.models.beta.sessions.threads
- An execution thread within a
session. - BetaManagedAgentsSessionThread.Builder - class in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThread
- A builder for BetaManagedAgentsSessionThread.
- BetaManagedAgentsSessionThread.Type - class in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThread
- BetaManagedAgentsSessionThread.Type.Known - class in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThread.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionThread.Type.Value - class in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThread.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionThreadAgent - class in com.anthropic.models.beta.agents
- Resolved
agentdefinition for a singlesession_thread. - BetaManagedAgentsSessionThreadAgent.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent
- A builder for BetaManagedAgentsSessionThreadAgent.
- BetaManagedAgentsSessionThreadAgent.Skill - class in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent
- Resolved skill as returned in API responses.
- BetaManagedAgentsSessionThreadAgent.Skill.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent.Skill
- An interface that defines how to map each variant of Skill to a value of type T.
- BetaManagedAgentsSessionThreadAgent.Tool - class in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent
- Union type for tool configurations returned in API responses.
- BetaManagedAgentsSessionThreadAgent.Tool.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent.Tool
- An interface that defines how to map each variant of Tool to a value of type T.
- BetaManagedAgentsSessionThreadAgent.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent
- BetaManagedAgentsSessionThreadAgent.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionThreadAgent.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionThreadCreatedEvent - class in com.anthropic.models.beta.sessions.events
- Emitted when a subagent is spawned as a new thread.
- BetaManagedAgentsSessionThreadCreatedEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadCreatedEvent
- A builder for BetaManagedAgentsSessionThreadCreatedEvent.
- BetaManagedAgentsSessionThreadCreatedEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadCreatedEvent
- BetaManagedAgentsSessionThreadCreatedEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadCreatedEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionThreadCreatedEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadCreatedEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionThreadStats - class in com.anthropic.models.beta.sessions.threads
- Timing statistics for a session thread.
- BetaManagedAgentsSessionThreadStats.Builder - class in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThreadStats
- A builder for BetaManagedAgentsSessionThreadStats.
- BetaManagedAgentsSessionThreadStatus - class in com.anthropic.models.beta.sessions.threads
- SessionThreadStatus enum
- BetaManagedAgentsSessionThreadStatus.Known - class in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThreadStatus
- An enum containing BetaManagedAgentsSessionThreadStatus's known values.
- BetaManagedAgentsSessionThreadStatus.Value - class in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThreadStatus
- An enum containing BetaManagedAgentsSessionThreadStatus's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionThreadStatusIdleEvent - class in com.anthropic.models.beta.sessions.events
- A session thread has yielded and is awaiting input.
- BetaManagedAgentsSessionThreadStatusIdleEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusIdleEvent
- A builder for BetaManagedAgentsSessionThreadStatusIdleEvent.
- BetaManagedAgentsSessionThreadStatusIdleEvent.StopReason - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusIdleEvent
- The agent completed its turn naturally and is ready for the next user message.
- BetaManagedAgentsSessionThreadStatusIdleEvent.StopReason.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusIdleEvent.StopReason
- An interface that defines how to map each variant of StopReason to a value of type T.
- BetaManagedAgentsSessionThreadStatusIdleEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusIdleEvent
- BetaManagedAgentsSessionThreadStatusIdleEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusIdleEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionThreadStatusIdleEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusIdleEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionThreadStatusRescheduledEvent - class in com.anthropic.models.beta.sessions.events
- A session thread hit a transient error and is retrying automatically.
- BetaManagedAgentsSessionThreadStatusRescheduledEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRescheduledEvent
- A builder for BetaManagedAgentsSessionThreadStatusRescheduledEvent.
- BetaManagedAgentsSessionThreadStatusRescheduledEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRescheduledEvent
- BetaManagedAgentsSessionThreadStatusRescheduledEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRescheduledEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionThreadStatusRescheduledEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRescheduledEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionThreadStatusRunningEvent - class in com.anthropic.models.beta.sessions.events
- A session thread has begun executing.
- BetaManagedAgentsSessionThreadStatusRunningEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRunningEvent
- A builder for BetaManagedAgentsSessionThreadStatusRunningEvent.
- BetaManagedAgentsSessionThreadStatusRunningEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRunningEvent
- BetaManagedAgentsSessionThreadStatusRunningEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRunningEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionThreadStatusRunningEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRunningEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionThreadStatusTerminatedEvent - class in com.anthropic.models.beta.sessions.events
- A session thread has terminated and will accept no further input.
- BetaManagedAgentsSessionThreadStatusTerminatedEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusTerminatedEvent
- A builder for BetaManagedAgentsSessionThreadStatusTerminatedEvent.
- BetaManagedAgentsSessionThreadStatusTerminatedEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusTerminatedEvent
- BetaManagedAgentsSessionThreadStatusTerminatedEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusTerminatedEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionThreadStatusTerminatedEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusTerminatedEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionThreadUsage - class in com.anthropic.models.beta.sessions.threads
- Cumulative token usage for a session thread across all turns.
- BetaManagedAgentsSessionThreadUsage.Builder - class in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThreadUsage
- A builder for BetaManagedAgentsSessionThreadUsage.
- BetaManagedAgentsSessionUpdatedEvent - class in com.anthropic.models.beta.sessions
- Emitted when an UpdateSession request changed at least one field.
- BetaManagedAgentsSessionUpdatedEvent.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent
- A builder for BetaManagedAgentsSessionUpdatedEvent.
- BetaManagedAgentsSessionUpdatedEvent.Metadata - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent
- The session's full metadata bag after the update.
- BetaManagedAgentsSessionUpdatedEvent.Metadata.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent.Metadata
- A builder for Metadata.
- BetaManagedAgentsSessionUpdatedEvent.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent
- BetaManagedAgentsSessionUpdatedEvent.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSessionUpdatedEvent.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSessionUsage - class in com.anthropic.models.beta.sessions
- Cumulative token usage for a session across all turns.
- BetaManagedAgentsSessionUsage.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUsage
- A builder for BetaManagedAgentsSessionUsage.
- BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- A skill referenced by the deployment's agent no longer exists.
- BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError
- A builder for BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.
- BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError
- BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSkillNotFoundRunError - class in com.anthropic.models.beta.deploymentruns
- A skill referenced by the deployment's agent no longer exists.
- BetaManagedAgentsSkillNotFoundRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSkillNotFoundRunError
- A builder for BetaManagedAgentsSkillNotFoundRunError.
- BetaManagedAgentsSkillNotFoundRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSkillNotFoundRunError
- BetaManagedAgentsSkillNotFoundRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSkillNotFoundRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsSkillNotFoundRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSkillNotFoundRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSkillParams - class in com.anthropic.models.beta.agents
- Skill to load in the session container.
- BetaManagedAgentsSkillParams.Visitor - class in com.anthropic.models.beta.agents.BetaManagedAgentsSkillParams
- An interface that defines how to map each variant of BetaManagedAgentsSkillParams to a value of type T.
- BetaManagedAgentsSpanModelRequestEndEvent - class in com.anthropic.models.beta.sessions.events
- Emitted when a model request completes.
- BetaManagedAgentsSpanModelRequestEndEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestEndEvent
- A builder for BetaManagedAgentsSpanModelRequestEndEvent.
- BetaManagedAgentsSpanModelRequestEndEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestEndEvent
- BetaManagedAgentsSpanModelRequestEndEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestEndEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSpanModelRequestEndEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestEndEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSpanModelRequestStartEvent - class in com.anthropic.models.beta.sessions.events
- Emitted when a model request is initiated by the agent.
- BetaManagedAgentsSpanModelRequestStartEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestStartEvent
- A builder for BetaManagedAgentsSpanModelRequestStartEvent.
- BetaManagedAgentsSpanModelRequestStartEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestStartEvent
- BetaManagedAgentsSpanModelRequestStartEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestStartEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSpanModelRequestStartEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestStartEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSpanModelUsage - class in com.anthropic.models.beta.sessions.events
- Token usage for a single model request.
- BetaManagedAgentsSpanModelUsage.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelUsage
- A builder for BetaManagedAgentsSpanModelUsage.
- BetaManagedAgentsSpanModelUsage.Speed - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelUsage
- Inference speed mode.
- BetaManagedAgentsSpanModelUsage.Speed.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelUsage.Speed
- An enum containing Speed's known values.
- BetaManagedAgentsSpanModelUsage.Speed.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelUsage.Speed
- An enum containing Speed's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSpanOutcomeEvaluationEndEvent - class in com.anthropic.models.beta.sessions.events
- Emitted when an outcome evaluation cycle completes.
- BetaManagedAgentsSpanOutcomeEvaluationEndEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationEndEvent
- A builder for BetaManagedAgentsSpanOutcomeEvaluationEndEvent.
- BetaManagedAgentsSpanOutcomeEvaluationEndEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationEndEvent
- BetaManagedAgentsSpanOutcomeEvaluationEndEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationEndEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSpanOutcomeEvaluationEndEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationEndEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent - class in com.anthropic.models.beta.sessions.events
- Periodic heartbeat emitted while an outcome evaluation cycle is in progress.
- BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent
- A builder for BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.
- BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent
- BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSpanOutcomeEvaluationStartEvent - class in com.anthropic.models.beta.sessions.events
- Emitted when an outcome evaluation cycle begins.
- BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationStartEvent
- A builder for BetaManagedAgentsSpanOutcomeEvaluationStartEvent.
- BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationStartEvent
- BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsStaticBearerAuthResponse - class in com.anthropic.models.beta.vaults.credentials
- Static bearer token credential details for an MCP server.
- BetaManagedAgentsStaticBearerAuthResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerAuthResponse
- A builder for BetaManagedAgentsStaticBearerAuthResponse.
- BetaManagedAgentsStaticBearerAuthResponse.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerAuthResponse
- BetaManagedAgentsStaticBearerAuthResponse.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerAuthResponse.Type
- An enum containing Type's known values.
- BetaManagedAgentsStaticBearerAuthResponse.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerAuthResponse.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsStaticBearerCreateParams - class in com.anthropic.models.beta.vaults.credentials
- Parameters for creating a static bearer token credential.
- BetaManagedAgentsStaticBearerCreateParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerCreateParams
- A builder for BetaManagedAgentsStaticBearerCreateParams.
- BetaManagedAgentsStaticBearerCreateParams.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerCreateParams
- BetaManagedAgentsStaticBearerCreateParams.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerCreateParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsStaticBearerCreateParams.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerCreateParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsStaticBearerUpdateParams - class in com.anthropic.models.beta.vaults.credentials
- Parameters for updating a static bearer token credential.
- BetaManagedAgentsStaticBearerUpdateParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerUpdateParams
- A builder for BetaManagedAgentsStaticBearerUpdateParams.
- BetaManagedAgentsStaticBearerUpdateParams.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerUpdateParams
- BetaManagedAgentsStaticBearerUpdateParams.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerUpdateParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsStaticBearerUpdateParams.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerUpdateParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsStreamSessionEvents - class in com.anthropic.models.beta.sessions.events
- Server-sent event in the session stream.
- BetaManagedAgentsStreamSessionEvents.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsStreamSessionEvents
- An interface that defines how to map each variant of BetaManagedAgentsStreamSessionEvents to a value of type T.
- BetaManagedAgentsStreamSessionThreadEvents - class in com.anthropic.models.beta.sessions.threads
- Server-sent event in a single thread's stream.
- BetaManagedAgentsStreamSessionThreadEvents.Visitor - class in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsStreamSessionThreadEvents
- An interface that defines how to map each variant of BetaManagedAgentsStreamSessionThreadEvents to a value of type T.
- BetaManagedAgentsSystemContentBlock - class in com.anthropic.models.beta.sessions
- Regular text content.
- BetaManagedAgentsSystemContentBlock.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemContentBlock
- A builder for BetaManagedAgentsSystemContentBlock.
- BetaManagedAgentsSystemContentBlock.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemContentBlock
- BetaManagedAgentsSystemContentBlock.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemContentBlock.Type
- An enum containing Type's known values.
- BetaManagedAgentsSystemContentBlock.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemContentBlock.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSystemMessageEvent - class in com.anthropic.models.beta.sessions
- A mid-conversation system message event.
- BetaManagedAgentsSystemMessageEvent.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemMessageEvent
- A builder for BetaManagedAgentsSystemMessageEvent.
- BetaManagedAgentsSystemMessageEvent.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemMessageEvent
- BetaManagedAgentsSystemMessageEvent.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemMessageEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsSystemMessageEvent.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemMessageEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsSystemMessageEventParams - class in com.anthropic.models.beta.sessions.events
- Privileged context for the accompanying turn and all subsequent turns, appended to the session's system context as a
role: "system"turn rather than replacing the top-level system prompt. - BetaManagedAgentsSystemMessageEventParams.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSystemMessageEventParams
- A builder for BetaManagedAgentsSystemMessageEventParams.
- BetaManagedAgentsSystemMessageEventParams.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSystemMessageEventParams
- BetaManagedAgentsSystemMessageEventParams.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSystemMessageEventParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsSystemMessageEventParams.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSystemMessageEventParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTextBlock - class in com.anthropic.models.beta.sessions.events
- Regular text content.
- BetaManagedAgentsTextBlock.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextBlock
- A builder for BetaManagedAgentsTextBlock.
- BetaManagedAgentsTextBlock.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextBlock
- BetaManagedAgentsTextBlock.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextBlock.Type
- An enum containing Type's known values.
- BetaManagedAgentsTextBlock.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextBlock.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTextRubric - class in com.anthropic.models.beta.sessions.events
- Rubric content provided inline as text.
- BetaManagedAgentsTextRubric.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubric
- A builder for BetaManagedAgentsTextRubric.
- BetaManagedAgentsTextRubric.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubric
- BetaManagedAgentsTextRubric.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubric.Type
- An enum containing Type's known values.
- BetaManagedAgentsTextRubric.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubric.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTextRubricParams - class in com.anthropic.models.beta.sessions.events
- Rubric content provided inline as text.
- BetaManagedAgentsTextRubricParams.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubricParams
- A builder for BetaManagedAgentsTextRubricParams.
- BetaManagedAgentsTextRubricParams.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubricParams
- BetaManagedAgentsTextRubricParams.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubricParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsTextRubricParams.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubricParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTokenEndpointAuthBasicParam - class in com.anthropic.models.beta.vaults.credentials
- Token endpoint uses HTTP Basic authentication with client credentials.
- BetaManagedAgentsTokenEndpointAuthBasicParam.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicParam
- A builder for BetaManagedAgentsTokenEndpointAuthBasicParam.
- BetaManagedAgentsTokenEndpointAuthBasicParam.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicParam
- BetaManagedAgentsTokenEndpointAuthBasicParam.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicParam.Type
- An enum containing Type's known values.
- BetaManagedAgentsTokenEndpointAuthBasicParam.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicParam.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTokenEndpointAuthBasicResponse - class in com.anthropic.models.beta.vaults.credentials
- Token endpoint uses HTTP Basic authentication with client credentials.
- BetaManagedAgentsTokenEndpointAuthBasicResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicResponse
- A builder for BetaManagedAgentsTokenEndpointAuthBasicResponse.
- BetaManagedAgentsTokenEndpointAuthBasicResponse.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicResponse
- BetaManagedAgentsTokenEndpointAuthBasicResponse.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicResponse.Type
- An enum containing Type's known values.
- BetaManagedAgentsTokenEndpointAuthBasicResponse.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicResponse.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTokenEndpointAuthBasicUpdateParam - class in com.anthropic.models.beta.vaults.credentials
- Updated HTTP Basic authentication parameters for the token endpoint.
- BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicUpdateParam
- A builder for BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.
- BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicUpdateParam
- BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.Type
- An enum containing Type's known values.
- BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTokenEndpointAuthNoneParam - class in com.anthropic.models.beta.vaults.credentials
- Token endpoint requires no client authentication.
- BetaManagedAgentsTokenEndpointAuthNoneParam.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneParam
- A builder for BetaManagedAgentsTokenEndpointAuthNoneParam.
- BetaManagedAgentsTokenEndpointAuthNoneParam.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneParam
- BetaManagedAgentsTokenEndpointAuthNoneParam.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneParam.Type
- An enum containing Type's known values.
- BetaManagedAgentsTokenEndpointAuthNoneParam.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneParam.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTokenEndpointAuthNoneResponse - class in com.anthropic.models.beta.vaults.credentials
- Token endpoint requires no client authentication.
- BetaManagedAgentsTokenEndpointAuthNoneResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneResponse
- A builder for BetaManagedAgentsTokenEndpointAuthNoneResponse.
- BetaManagedAgentsTokenEndpointAuthNoneResponse.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneResponse
- BetaManagedAgentsTokenEndpointAuthNoneResponse.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneResponse.Type
- An enum containing Type's known values.
- BetaManagedAgentsTokenEndpointAuthNoneResponse.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneResponse.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTokenEndpointAuthPostParam - class in com.anthropic.models.beta.vaults.credentials
- Token endpoint uses POST body authentication with client credentials.
- BetaManagedAgentsTokenEndpointAuthPostParam.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostParam
- A builder for BetaManagedAgentsTokenEndpointAuthPostParam.
- BetaManagedAgentsTokenEndpointAuthPostParam.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostParam
- BetaManagedAgentsTokenEndpointAuthPostParam.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostParam.Type
- An enum containing Type's known values.
- BetaManagedAgentsTokenEndpointAuthPostParam.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostParam.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTokenEndpointAuthPostResponse - class in com.anthropic.models.beta.vaults.credentials
- Token endpoint uses POST body authentication with client credentials.
- BetaManagedAgentsTokenEndpointAuthPostResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostResponse
- A builder for BetaManagedAgentsTokenEndpointAuthPostResponse.
- BetaManagedAgentsTokenEndpointAuthPostResponse.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostResponse
- BetaManagedAgentsTokenEndpointAuthPostResponse.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostResponse.Type
- An enum containing Type's known values.
- BetaManagedAgentsTokenEndpointAuthPostResponse.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostResponse.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTokenEndpointAuthPostUpdateParam - class in com.anthropic.models.beta.vaults.credentials
- Updated POST body authentication parameters for the token endpoint.
- BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostUpdateParam
- A builder for BetaManagedAgentsTokenEndpointAuthPostUpdateParam.
- BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostUpdateParam
- BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Type
- An enum containing Type's known values.
- BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsTriggerContext - class in com.anthropic.models.beta.deploymentruns
- Describes what triggered a deployment run, with trigger-specific metadata.
- BetaManagedAgentsTriggerContext.Visitor - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsTriggerContext
- An interface that defines how to map each variant of BetaManagedAgentsTriggerContext to a value of type T.
- BetaManagedAgentsTriggerType - class in com.anthropic.models.beta.deploymentruns
- What triggered a deployment run.
- BetaManagedAgentsTriggerType.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsTriggerType
- An enum containing BetaManagedAgentsTriggerType's known values.
- BetaManagedAgentsTriggerType.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsTriggerType
- An enum containing BetaManagedAgentsTriggerType's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUnknownDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- An unrecognized error auto-paused the deployment.
- BetaManagedAgentsUnknownDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsUnknownDeploymentPausedReasonError
- A builder for BetaManagedAgentsUnknownDeploymentPausedReasonError.
- BetaManagedAgentsUnknownDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsUnknownDeploymentPausedReasonError
- BetaManagedAgentsUnknownDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsUnknownDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsUnknownDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsUnknownDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUnknownError - class in com.anthropic.models.beta.sessions.events
- An unknown or unexpected error occurred during session execution.
- BetaManagedAgentsUnknownError.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUnknownError
- A builder for BetaManagedAgentsUnknownError.
- BetaManagedAgentsUnknownError.RetryStatus - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUnknownError
- What the client should do next in response to this error.
- BetaManagedAgentsUnknownError.RetryStatus.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUnknownError.RetryStatus
- An interface that defines how to map each variant of RetryStatus to a value of type T.
- BetaManagedAgentsUnknownError.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUnknownError
- BetaManagedAgentsUnknownError.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUnknownError.Type
- An enum containing Type's known values.
- BetaManagedAgentsUnknownError.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUnknownError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUnknownRunError - class in com.anthropic.models.beta.deploymentruns
- An unknown or unexpected error caused the run to fail.
- BetaManagedAgentsUnknownRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsUnknownRunError
- A builder for BetaManagedAgentsUnknownRunError.
- BetaManagedAgentsUnknownRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsUnknownRunError
- BetaManagedAgentsUnknownRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsUnknownRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsUnknownRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsUnknownRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUnrestrictedCredentialNetworkingParams - class in com.anthropic.models.beta.vaults.credentials
- Substitute the secret on any host the session's Environment network policy permits egress to.
- BetaManagedAgentsUnrestrictedCredentialNetworkingParams.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingParams
- A builder for BetaManagedAgentsUnrestrictedCredentialNetworkingParams.
- BetaManagedAgentsUnrestrictedCredentialNetworkingParams.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingParams
- BetaManagedAgentsUnrestrictedCredentialNetworkingParams.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsUnrestrictedCredentialNetworkingParams.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUnrestrictedCredentialNetworkingResponse - class in com.anthropic.models.beta.vaults.credentials
- The secret is substituted on any host the session's Environment network policy permits egress to.
- BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Builder - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingResponse
- A builder for BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.
- BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Type - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingResponse
- BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Type.Known - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Type
- An enum containing Type's known values.
- BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Type.Value - class in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUrlDocumentSource - class in com.anthropic.models.beta.sessions.events
- Document referenced by URL.
- BetaManagedAgentsUrlDocumentSource.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlDocumentSource
- A builder for BetaManagedAgentsUrlDocumentSource.
- BetaManagedAgentsUrlDocumentSource.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlDocumentSource
- BetaManagedAgentsUrlDocumentSource.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlDocumentSource.Type
- An enum containing Type's known values.
- BetaManagedAgentsUrlDocumentSource.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlDocumentSource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUrlImageSource - class in com.anthropic.models.beta.sessions.events
- Image referenced by URL.
- BetaManagedAgentsUrlImageSource.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlImageSource
- A builder for BetaManagedAgentsUrlImageSource.
- BetaManagedAgentsUrlImageSource.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlImageSource
- BetaManagedAgentsUrlImageSource.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlImageSource.Type
- An enum containing Type's known values.
- BetaManagedAgentsUrlImageSource.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlImageSource.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUrlMcpServerParams - class in com.anthropic.models.beta.agents
- URL-based MCP server connection.
- BetaManagedAgentsUrlMcpServerParams.Builder - class in com.anthropic.models.beta.agents.BetaManagedAgentsUrlMcpServerParams
- A builder for BetaManagedAgentsUrlMcpServerParams.
- BetaManagedAgentsUrlMcpServerParams.Type - class in com.anthropic.models.beta.agents.BetaManagedAgentsUrlMcpServerParams
- BetaManagedAgentsUrlMcpServerParams.Type.Known - class in com.anthropic.models.beta.agents.BetaManagedAgentsUrlMcpServerParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsUrlMcpServerParams.Type.Value - class in com.anthropic.models.beta.agents.BetaManagedAgentsUrlMcpServerParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserActor - class in com.anthropic.models.beta.memorystores.memoryversions
- Attribution for a write made by a human user through the Anthropic Console.
- BetaManagedAgentsUserActor.Builder - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsUserActor
- A builder for BetaManagedAgentsUserActor.
- BetaManagedAgentsUserActor.Type - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsUserActor
- BetaManagedAgentsUserActor.Type.Known - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsUserActor.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserActor.Type.Value - class in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsUserActor.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserCustomToolResultEvent - class in com.anthropic.models.beta.sessions.events
- Event sent by the client providing the result of a custom tool execution.
- BetaManagedAgentsUserCustomToolResultEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEvent
- A builder for BetaManagedAgentsUserCustomToolResultEvent.
- BetaManagedAgentsUserCustomToolResultEvent.Content - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEvent
- Content block in a tool result.
- BetaManagedAgentsUserCustomToolResultEvent.Content.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEvent.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsUserCustomToolResultEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEvent
- BetaManagedAgentsUserCustomToolResultEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserCustomToolResultEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserCustomToolResultEventParams - class in com.anthropic.models.beta.sessions.events
- Parameters for providing the result of a custom tool execution.
- BetaManagedAgentsUserCustomToolResultEventParams.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEventParams
- A builder for BetaManagedAgentsUserCustomToolResultEventParams.
- BetaManagedAgentsUserCustomToolResultEventParams.Content - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEventParams
- Content block in a tool result.
- BetaManagedAgentsUserCustomToolResultEventParams.Content.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEventParams.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsUserCustomToolResultEventParams.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEventParams
- BetaManagedAgentsUserCustomToolResultEventParams.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEventParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserCustomToolResultEventParams.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEventParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserDefineOutcomeEvent - class in com.anthropic.models.beta.sessions.events
- Echo of a
user.define_outcomeinput event. - BetaManagedAgentsUserDefineOutcomeEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEvent
- A builder for BetaManagedAgentsUserDefineOutcomeEvent.
- BetaManagedAgentsUserDefineOutcomeEvent.Rubric - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEvent
- Rubric for grading the quality of an outcome.
- BetaManagedAgentsUserDefineOutcomeEvent.Rubric.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEvent.Rubric
- An interface that defines how to map each variant of Rubric to a value of type T.
- BetaManagedAgentsUserDefineOutcomeEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEvent
- BetaManagedAgentsUserDefineOutcomeEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserDefineOutcomeEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserDefineOutcomeEventParams - class in com.anthropic.models.beta.sessions.events
- Parameters for defining an outcome the agent should work toward.
- BetaManagedAgentsUserDefineOutcomeEventParams.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEventParams
- A builder for BetaManagedAgentsUserDefineOutcomeEventParams.
- BetaManagedAgentsUserDefineOutcomeEventParams.Rubric - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEventParams
- Rubric for grading the quality of an outcome.
- BetaManagedAgentsUserDefineOutcomeEventParams.Rubric.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEventParams.Rubric
- An interface that defines how to map each variant of Rubric to a value of type T.
- BetaManagedAgentsUserDefineOutcomeEventParams.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEventParams
- BetaManagedAgentsUserDefineOutcomeEventParams.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEventParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserDefineOutcomeEventParams.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEventParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserInterruptEvent - class in com.anthropic.models.beta.sessions.events
- An interrupt event that pauses agent execution and returns control to the user.
- BetaManagedAgentsUserInterruptEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEvent
- A builder for BetaManagedAgentsUserInterruptEvent.
- BetaManagedAgentsUserInterruptEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEvent
- BetaManagedAgentsUserInterruptEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserInterruptEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserInterruptEventParams - class in com.anthropic.models.beta.sessions.events
- Parameters for sending an interrupt to pause the agent.
- BetaManagedAgentsUserInterruptEventParams.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEventParams
- A builder for BetaManagedAgentsUserInterruptEventParams.
- BetaManagedAgentsUserInterruptEventParams.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEventParams
- BetaManagedAgentsUserInterruptEventParams.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEventParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserInterruptEventParams.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEventParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserMessageEvent - class in com.anthropic.models.beta.sessions.events
- A user message event in the session conversation.
- BetaManagedAgentsUserMessageEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEvent
- A builder for BetaManagedAgentsUserMessageEvent.
- BetaManagedAgentsUserMessageEvent.Content - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEvent
- Content block in a user message.
- BetaManagedAgentsUserMessageEvent.Content.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEvent.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsUserMessageEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEvent
- BetaManagedAgentsUserMessageEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserMessageEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserMessageEventParams - class in com.anthropic.models.beta.sessions.events
- Parameters for sending a user message to the session.
- BetaManagedAgentsUserMessageEventParams.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEventParams
- A builder for BetaManagedAgentsUserMessageEventParams.
- BetaManagedAgentsUserMessageEventParams.Content - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEventParams
- Content block in a user message.
- BetaManagedAgentsUserMessageEventParams.Content.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEventParams.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsUserMessageEventParams.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEventParams
- BetaManagedAgentsUserMessageEventParams.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEventParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserMessageEventParams.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEventParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserToolConfirmationEvent - class in com.anthropic.models.beta.sessions.events
- A tool confirmation event that approves or denies a pending tool execution.
- BetaManagedAgentsUserToolConfirmationEvent.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEvent
- A builder for BetaManagedAgentsUserToolConfirmationEvent.
- BetaManagedAgentsUserToolConfirmationEvent.Result - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEvent
- UserToolConfirmationResult enum
- BetaManagedAgentsUserToolConfirmationEvent.Result.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEvent.Result
- An enum containing Result's known values.
- BetaManagedAgentsUserToolConfirmationEvent.Result.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEvent.Result
- An enum containing Result's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserToolConfirmationEvent.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEvent
- BetaManagedAgentsUserToolConfirmationEvent.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserToolConfirmationEvent.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserToolConfirmationEventParams - class in com.anthropic.models.beta.sessions.events
- Parameters for confirming or denying a tool execution request.
- BetaManagedAgentsUserToolConfirmationEventParams.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEventParams
- A builder for BetaManagedAgentsUserToolConfirmationEventParams.
- BetaManagedAgentsUserToolConfirmationEventParams.Result - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEventParams
- UserToolConfirmationResult enum
- BetaManagedAgentsUserToolConfirmationEventParams.Result.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEventParams.Result
- An enum containing Result's known values.
- BetaManagedAgentsUserToolConfirmationEventParams.Result.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEventParams.Result
- An enum containing Result's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserToolConfirmationEventParams.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEventParams
- BetaManagedAgentsUserToolConfirmationEventParams.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEventParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserToolConfirmationEventParams.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEventParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserToolResultEvent - class in com.anthropic.models.beta.sessions
- Event sent by the client providing the result of an agent-toolset tool execution.
- BetaManagedAgentsUserToolResultEvent.Builder - class in com.anthropic.models.beta.sessions.BetaManagedAgentsUserToolResultEvent
- A builder for BetaManagedAgentsUserToolResultEvent.
- BetaManagedAgentsUserToolResultEvent.Content - class in com.anthropic.models.beta.sessions.BetaManagedAgentsUserToolResultEvent
- Content block in a tool result.
- BetaManagedAgentsUserToolResultEvent.Content.Visitor - class in com.anthropic.models.beta.sessions.BetaManagedAgentsUserToolResultEvent.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsUserToolResultEvent.Type - class in com.anthropic.models.beta.sessions.BetaManagedAgentsUserToolResultEvent
- BetaManagedAgentsUserToolResultEvent.Type.Known - class in com.anthropic.models.beta.sessions.BetaManagedAgentsUserToolResultEvent.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserToolResultEvent.Type.Value - class in com.anthropic.models.beta.sessions.BetaManagedAgentsUserToolResultEvent.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsUserToolResultEventParams - class in com.anthropic.models.beta.sessions.events
- Parameters for providing the result of an agent-toolset tool execution.
- BetaManagedAgentsUserToolResultEventParams.Builder - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolResultEventParams
- A builder for BetaManagedAgentsUserToolResultEventParams.
- BetaManagedAgentsUserToolResultEventParams.Content - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolResultEventParams
- Content block in a tool result.
- BetaManagedAgentsUserToolResultEventParams.Content.Visitor - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolResultEventParams.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaManagedAgentsUserToolResultEventParams.Type - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolResultEventParams
- BetaManagedAgentsUserToolResultEventParams.Type.Known - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolResultEventParams.Type
- An enum containing Type's known values.
- BetaManagedAgentsUserToolResultEventParams.Type.Value - class in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolResultEventParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsVault - class in com.anthropic.models.beta.vaults
- A vault that stores credentials for use by agents during sessions.
- BetaManagedAgentsVault.Builder - class in com.anthropic.models.beta.vaults.BetaManagedAgentsVault
- A builder for BetaManagedAgentsVault.
- BetaManagedAgentsVault.Metadata - class in com.anthropic.models.beta.vaults.BetaManagedAgentsVault
- Arbitrary key-value metadata attached to the vault.
- BetaManagedAgentsVault.Metadata.Builder - class in com.anthropic.models.beta.vaults.BetaManagedAgentsVault.Metadata
- A builder for Metadata.
- BetaManagedAgentsVault.Type - class in com.anthropic.models.beta.vaults.BetaManagedAgentsVault
- BetaManagedAgentsVault.Type.Known - class in com.anthropic.models.beta.vaults.BetaManagedAgentsVault.Type
- An enum containing Type's known values.
- BetaManagedAgentsVault.Type.Value - class in com.anthropic.models.beta.vaults.BetaManagedAgentsVault.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsVaultArchivedDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- A vault referenced by the deployment is archived.
- BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultArchivedDeploymentPausedReasonError
- A builder for BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.
- BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultArchivedDeploymentPausedReasonError
- BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsVaultArchivedRunError - class in com.anthropic.models.beta.deploymentruns
- A vault referenced by the deployment is archived.
- BetaManagedAgentsVaultArchivedRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultArchivedRunError
- A builder for BetaManagedAgentsVaultArchivedRunError.
- BetaManagedAgentsVaultArchivedRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultArchivedRunError
- BetaManagedAgentsVaultArchivedRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultArchivedRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsVaultArchivedRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultArchivedRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- A vault referenced by the deployment no longer exists.
- BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError
- A builder for BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.
- BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError
- BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsVaultNotFoundRunError - class in com.anthropic.models.beta.deploymentruns
- A vault referenced by the deployment no longer exists.
- BetaManagedAgentsVaultNotFoundRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultNotFoundRunError
- A builder for BetaManagedAgentsVaultNotFoundRunError.
- BetaManagedAgentsVaultNotFoundRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultNotFoundRunError
- BetaManagedAgentsVaultNotFoundRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultNotFoundRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsVaultNotFoundRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultNotFoundRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError - class in com.anthropic.models.beta.deployments
- The deployment's workspace was archived.
- BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Builder - class in com.anthropic.models.beta.deployments.BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError
- A builder for BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.
- BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Type - class in com.anthropic.models.beta.deployments.BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError
- BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Type.Known - class in com.anthropic.models.beta.deployments.BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values.
- BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Type.Value - class in com.anthropic.models.beta.deployments.BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaManagedAgentsWorkspaceArchivedRunError - class in com.anthropic.models.beta.deploymentruns
- The deployment's workspace was archived.
- BetaManagedAgentsWorkspaceArchivedRunError.Builder - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsWorkspaceArchivedRunError
- A builder for BetaManagedAgentsWorkspaceArchivedRunError.
- BetaManagedAgentsWorkspaceArchivedRunError.Type - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsWorkspaceArchivedRunError
- BetaManagedAgentsWorkspaceArchivedRunError.Type.Known - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsWorkspaceArchivedRunError.Type
- An enum containing Type's known values.
- BetaManagedAgentsWorkspaceArchivedRunError.Type.Value - class in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsWorkspaceArchivedRunError.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaMcpToolConfig - class in com.anthropic.models.beta.messages
- Configuration for a specific tool in an MCP toolset.
- BetaMcpToolConfig.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolConfig
- A builder for BetaMcpToolConfig.
- BetaMcpToolDefaultConfig - class in com.anthropic.models.beta.messages
- Default configuration for tools in an MCP toolset.
- BetaMcpToolDefaultConfig.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolDefaultConfig
- A builder for BetaMcpToolDefaultConfig.
- BetaMcpToolResultBlock - class in com.anthropic.models.beta.messages
- betaMcpToolResultBlock() - function in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Content
- BetaMcpToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolResultBlock
- A builder for BetaMcpToolResultBlock.
- BetaMcpToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaMcpToolResultBlock
- BetaMcpToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaMcpToolResultBlockParam() - function in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam.Content
- BetaMcpToolset - class in com.anthropic.models.beta.messages
- Configuration for a group of tools from an MCP server.
- betaMcpToolset() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- Configuration for a group of tools from an MCP server.
- BetaMcpToolset.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolset
- A builder for BetaMcpToolset.
- BetaMcpToolset.Configs - class in com.anthropic.models.beta.messages.BetaMcpToolset
- Configuration overrides for specific tools, keyed by tool name
- BetaMcpToolset.Configs.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolset.Configs
- A builder for Configs.
- BetaMcpToolUseBlock - class in com.anthropic.models.beta.messages
- BetaMcpToolUseBlock.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlock
- A builder for BetaMcpToolUseBlock.
- BetaMcpToolUseBlock.Input - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlock
- BetaMcpToolUseBlock.Input.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlock.Input
- A builder for Input.
- BetaMcpToolUseBlockParam - class in com.anthropic.models.beta.messages
- BetaMcpToolUseBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam
- A builder for BetaMcpToolUseBlockParam.
- BetaMcpToolUseBlockParam.Input - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam
- BetaMcpToolUseBlockParam.Input.Builder - class in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Input
- A builder for Input.
- BetaMemoryTool20250818 - class in com.anthropic.models.beta.messages
- betaMemoryTool20250818() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaMemoryTool20250818.AllowedCaller - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818
- Specifies who can invoke a tool.
- BetaMemoryTool20250818.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaMemoryTool20250818.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaMemoryTool20250818.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818
- A builder for BetaMemoryTool20250818.
- BetaMemoryTool20250818.InputExample - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818
- BetaMemoryTool20250818.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818.InputExample
- A builder for InputExample.
- BetaMemoryTool20250818Command - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818Command.Visitor - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818Command
- An interface that defines how to map each variant of BetaMemoryTool20250818Command to a value of type T.
- BetaMemoryTool20250818CreateCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818CreateCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818CreateCommand
- A builder for BetaMemoryTool20250818CreateCommand.
- BetaMemoryTool20250818DeleteCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818DeleteCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818DeleteCommand
- A builder for BetaMemoryTool20250818DeleteCommand.
- BetaMemoryTool20250818InsertCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818InsertCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818InsertCommand
- A builder for BetaMemoryTool20250818InsertCommand.
- BetaMemoryTool20250818RenameCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818RenameCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818RenameCommand
- A builder for BetaMemoryTool20250818RenameCommand.
- BetaMemoryTool20250818StrReplaceCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818StrReplaceCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818StrReplaceCommand
- A builder for BetaMemoryTool20250818StrReplaceCommand.
- BetaMemoryTool20250818ViewCommand - class in com.anthropic.models.beta.messages
- BetaMemoryTool20250818ViewCommand.Builder - class in com.anthropic.models.beta.messages.BetaMemoryTool20250818ViewCommand
- A builder for BetaMemoryTool20250818ViewCommand.
- BetaMemoryToolHandler - class in com.anthropic.helpers
- A memory tool handler enables Claude to store and retrieve information across conversations through a filesystem-like API.
- betaMemoryToolHandler() - function in com.anthropic.models.beta.messages.ToolRunnerCreateParams
- betaMemoryToolHandler(com.anthropic.helpers.BetaMemoryToolHandler) - function in com.anthropic.models.beta.messages.ToolRunnerCreateParams.Builder
- Sets the implementation of the beta memory tool handler that will be invoked if memory tool commands are received in tool-use responses.
- BetaMessage - class in com.anthropic.models.beta.messages
- BetaMessage.Builder - class in com.anthropic.models.beta.messages.BetaMessage
- A builder for BetaMessage.
- BetaMessageAccumulator - class in com.anthropic.helpers
- An accumulator that constructs a BetaMessage from a sequence of streamed events.
- BetaMessageBatch - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatch.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatch
- A builder for BetaMessageBatch.
- BetaMessageBatch.ProcessingStatus - class in com.anthropic.models.beta.messages.batches.BetaMessageBatch
- Processing status of the Message Batch.
- BetaMessageBatch.ProcessingStatus.Known - class in com.anthropic.models.beta.messages.batches.BetaMessageBatch.ProcessingStatus
- An enum containing ProcessingStatus's known values.
- BetaMessageBatch.ProcessingStatus.Value - class in com.anthropic.models.beta.messages.batches.BetaMessageBatch.ProcessingStatus
- An enum containing ProcessingStatus's known values, as well as an _UNKNOWN member.
- BetaMessageBatchCanceledResult - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchCanceledResult.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchCanceledResult
- A builder for BetaMessageBatchCanceledResult.
- BetaMessageBatchErroredResult - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchErroredResult.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchErroredResult
- A builder for BetaMessageBatchErroredResult.
- BetaMessageBatchExpiredResult - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchExpiredResult.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchExpiredResult
- A builder for BetaMessageBatchExpiredResult.
- BetaMessageBatchIndividualResponse - class in com.anthropic.models.beta.messages.batches
- This is a single line in the response
.jsonlfile and does not represent the response as a whole. - BetaMessageBatchIndividualResponse.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse
- A builder for BetaMessageBatchIndividualResponse.
- BetaMessageBatchRequestCounts - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchRequestCounts.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchRequestCounts
- A builder for BetaMessageBatchRequestCounts.
- BetaMessageBatchResult - class in com.anthropic.models.beta.messages.batches
- Processing result for this request.
- BetaMessageBatchResult.Visitor - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchResult
- An interface that defines how to map each variant of BetaMessageBatchResult to a value of type T.
- BetaMessageBatchSucceededResult - class in com.anthropic.models.beta.messages.batches
- BetaMessageBatchSucceededResult.Builder - class in com.anthropic.models.beta.messages.batches.BetaMessageBatchSucceededResult
- A builder for BetaMessageBatchSucceededResult.
- BetaMessageDeltaUsage - class in com.anthropic.models.beta.messages
- BetaMessageDeltaUsage.BetaIterationsUsageItems - class in com.anthropic.models.beta.messages.BetaMessageDeltaUsage
- Token usage for a sampling iteration.
- BetaMessageDeltaUsage.BetaIterationsUsageItems.Visitor - class in com.anthropic.models.beta.messages.BetaMessageDeltaUsage.BetaIterationsUsageItems
- An interface that defines how to map each variant of BetaIterationsUsageItems to a value of type T.
- BetaMessageDeltaUsage.Builder - class in com.anthropic.models.beta.messages.BetaMessageDeltaUsage
- A builder for BetaMessageDeltaUsage.
- BetaMessageIterationUsage - class in com.anthropic.models.beta.messages
- Token usage for a sampling iteration.
- BetaMessageIterationUsage.Builder - class in com.anthropic.models.beta.messages.BetaMessageIterationUsage
- A builder for BetaMessageIterationUsage.
- BetaMessageParam - class in com.anthropic.models.beta.messages
- BetaMessageParam.Builder - class in com.anthropic.models.beta.messages.BetaMessageParam
- A builder for BetaMessageParam.
- BetaMessageParam.Content - class in com.anthropic.models.beta.messages.BetaMessageParam
- BetaMessageParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaMessageParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaMessageParam.Role - class in com.anthropic.models.beta.messages.BetaMessageParam
- BetaMessageParam.Role.Known - class in com.anthropic.models.beta.messages.BetaMessageParam.Role
- An enum containing Role's known values.
- BetaMessageParam.Role.Value - class in com.anthropic.models.beta.messages.BetaMessageParam.Role
- An enum containing Role's known values, as well as an _UNKNOWN member.
- BetaMessageTokensCount - class in com.anthropic.models.beta.messages
- BetaMessageTokensCount.Builder - class in com.anthropic.models.beta.messages.BetaMessageTokensCount
- A builder for BetaMessageTokensCount.
- BetaMetadata - class in com.anthropic.models.beta.messages
- BetaMetadata.Builder - class in com.anthropic.models.beta.messages.BetaMetadata
- A builder for BetaMetadata.
- BetaMidConversationSystemBlockParam - class in com.anthropic.models.beta.messages
- System instructions that appear mid-conversation.
- BetaMidConversationSystemBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaMidConversationSystemBlockParam
- A builder for BetaMidConversationSystemBlockParam.
- BetaModelCapabilities - class in com.anthropic.models.beta.models
- Model capability information.
- BetaModelCapabilities.Builder - class in com.anthropic.models.beta.models.BetaModelCapabilities
- A builder for BetaModelCapabilities.
- BetaModelInfo - class in com.anthropic.models.beta.models
- BetaModelInfo.Builder - class in com.anthropic.models.beta.models.BetaModelInfo
- A builder for BetaModelInfo.
- BetaNotFoundError - class in com.anthropic.models.beta
- BetaNotFoundError.Builder - class in com.anthropic.models.beta.BetaNotFoundError
- A builder for BetaNotFoundError.
- BetaOutputConfig - class in com.anthropic.models.beta.messages
- BetaOutputConfig.Builder - class in com.anthropic.models.beta.messages.BetaOutputConfig
- A builder for BetaOutputConfig.
- BetaOutputConfig.Effort - class in com.anthropic.models.beta.messages.BetaOutputConfig
- All possible effort levels.
- BetaOutputConfig.Effort.Known - class in com.anthropic.models.beta.messages.BetaOutputConfig.Effort
- An enum containing Effort's known values.
- BetaOutputConfig.Effort.Value - class in com.anthropic.models.beta.messages.BetaOutputConfig.Effort
- An enum containing Effort's known values, as well as an _UNKNOWN member.
- BetaOutputTokensDetails - class in com.anthropic.models.beta.messages
- BetaOutputTokensDetails.Builder - class in com.anthropic.models.beta.messages.BetaOutputTokensDetails
- A builder for BetaOutputTokensDetails.
- BetaOverloadedError - class in com.anthropic.models.beta
- BetaOverloadedError.Builder - class in com.anthropic.models.beta.BetaOverloadedError
- A builder for BetaOverloadedError.
- BetaPackages - class in com.anthropic.models.beta.environments
- Packages (and their versions) available in this environment.
- BetaPackages.Builder - class in com.anthropic.models.beta.environments.BetaPackages
- A builder for BetaPackages.
- BetaPackages.Type - class in com.anthropic.models.beta.environments.BetaPackages
- Package configuration type
- BetaPackages.Type.Known - class in com.anthropic.models.beta.environments.BetaPackages.Type
- An enum containing Type's known values.
- BetaPackages.Type.Value - class in com.anthropic.models.beta.environments.BetaPackages.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaPackagesParams - class in com.anthropic.models.beta.environments
- Specify packages (and optionally their versions) available in this environment.
- BetaPackagesParams.Builder - class in com.anthropic.models.beta.environments.BetaPackagesParams
- A builder for BetaPackagesParams.
- BetaPackagesParams.Type - class in com.anthropic.models.beta.environments.BetaPackagesParams
- Package configuration type
- BetaPackagesParams.Type.Known - class in com.anthropic.models.beta.environments.BetaPackagesParams.Type
- An enum containing Type's known values.
- BetaPackagesParams.Type.Value - class in com.anthropic.models.beta.environments.BetaPackagesParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- 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.
- BetaRefusalFallbackInterceptor - class in com.anthropic.helpers
- An Interceptor that retries refused beta
/v1/messagesrequests down a fallback chain. - BetaRefusalFallbackInterceptor.Builder - class in com.anthropic.helpers.BetaRefusalFallbackInterceptor
- A builder for BetaRefusalFallbackInterceptor.
- BetaRefusalStopDetails - class in com.anthropic.models.beta.messages
- Structured information about a refusal.
- BetaRefusalStopDetails.Builder - class in com.anthropic.models.beta.messages.BetaRefusalStopDetails
- A builder for BetaRefusalStopDetails.
- BetaRefusalStopDetails.Category - class in com.anthropic.models.beta.messages.BetaRefusalStopDetails
- The policy category that triggered the refusal.
- BetaRefusalStopDetails.Category.Known - class in com.anthropic.models.beta.messages.BetaRefusalStopDetails.Category
- An enum containing Category's known values.
- BetaRefusalStopDetails.Category.Value - class in com.anthropic.models.beta.messages.BetaRefusalStopDetails.Category
- An enum containing Category's known values, as well as an _UNKNOWN member.
- 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(java.util.List) - function in com.anthropic.helpers.BetaRefusalFallbackInterceptor.Builder
- Sets the betas added to the
anthropic-betaheader of every/v1/messagesrequest this interceptor handles — the original request included, since refusals only carry afallback_credit_tokenwhen the beta is enabled. - betas() - function in com.anthropic.models.beta.agents.AgentArchiveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.agents.AgentArchiveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.agents.AgentArchiveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.agents.AgentCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.agents.AgentCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.agents.AgentCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.agents.AgentListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.agents.AgentListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.agents.AgentListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.agents.AgentRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.agents.AgentRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.agents.AgentRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.agents.AgentUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.agents.AgentUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.agents.AgentUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.agents.versions.VersionListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.agents.versions.VersionListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.agents.versions.VersionListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deploymentruns.DeploymentRunRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deploymentruns.DeploymentRunRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deployments.DeploymentArchiveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deployments.DeploymentArchiveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deployments.DeploymentArchiveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deployments.DeploymentCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deployments.DeploymentListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deployments.DeploymentListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deployments.DeploymentListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deployments.DeploymentPauseParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deployments.DeploymentPauseParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deployments.DeploymentPauseParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deployments.DeploymentRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deployments.DeploymentRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deployments.DeploymentRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deployments.DeploymentRunParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deployments.DeploymentRunParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deployments.DeploymentRunParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deployments.DeploymentUnpauseParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deployments.DeploymentUnpauseParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deployments.DeploymentUnpauseParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.EnvironmentArchiveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.EnvironmentArchiveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.EnvironmentArchiveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.EnvironmentCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.EnvironmentCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.EnvironmentCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.EnvironmentDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.EnvironmentDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.EnvironmentDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.EnvironmentListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.EnvironmentListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.EnvironmentListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.EnvironmentRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.EnvironmentRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.EnvironmentRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.work.WorkAckParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.work.WorkAckParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.work.WorkAckParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.work.WorkHeartbeatParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.work.WorkHeartbeatParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.work.WorkHeartbeatParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.work.WorkListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.work.WorkListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.work.WorkListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.work.WorkPollParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.work.WorkPollParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.work.WorkPollParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.work.WorkRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.work.WorkRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.work.WorkRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.work.WorkStatsParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.work.WorkStatsParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.work.WorkStatsParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.work.WorkStopParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.work.WorkStopParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.work.WorkStopParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.environments.work.WorkUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.environments.work.WorkUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.environments.work.WorkUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- 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.memorystores.MemoryStoreArchiveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.MemoryStoreArchiveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.MemoryStoreArchiveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.MemoryStoreDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.MemoryStoreDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.MemoryStoreDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.MemoryStoreListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.MemoryStoreListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.MemoryStoreListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.MemoryStoreRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.MemoryStoreRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.MemoryStoreRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.memories.MemoryCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.memories.MemoryCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.memories.MemoryCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.memories.MemoryDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.memories.MemoryDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.memories.MemoryDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.memories.MemoryListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.memories.MemoryListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.memories.MemoryListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.memories.MemoryRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.memories.MemoryRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.memories.MemoryRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.memories.MemoryUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.memories.MemoryUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.memories.MemoryUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRedactParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRedactParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRedactParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.MessageCountTokensParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.MessageCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Builder
- betas(java.util.List) - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Builder
- betas() - function in com.anthropic.models.beta.messages.batches.BatchCancelParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchResultsParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.models.ModelListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.models.ModelListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.models.ModelListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.models.ModelRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.SessionArchiveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.SessionArchiveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.SessionArchiveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.SessionCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.SessionCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.SessionCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.SessionDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.SessionDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.SessionDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.SessionListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.SessionListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.SessionListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.SessionRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.SessionRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.SessionRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.SessionUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.SessionUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.SessionUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.events.EventListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.events.EventListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.events.EventListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.events.EventSendParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.events.EventSendParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.events.EventSendParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.events.EventStreamParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.events.EventStreamParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.events.EventStreamParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.resources.ResourceAddParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.resources.ResourceAddParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.resources.ResourceAddParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.resources.ResourceDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.resources.ResourceDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.resources.ResourceDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.resources.ResourceListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.resources.ResourceListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.resources.ResourceListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.resources.ResourceRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.resources.ResourceRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.resources.ResourceRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.resources.ResourceUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.resources.ResourceUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.resources.ResourceUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.threads.ThreadArchiveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.threads.ThreadArchiveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.threads.ThreadArchiveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.threads.ThreadListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.threads.ThreadListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.threads.ThreadListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.threads.ThreadRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.threads.ThreadRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.threads.ThreadRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.threads.events.EventListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.threads.events.EventListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.threads.events.EventListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.sessions.threads.events.EventStreamParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.sessions.threads.events.EventStreamParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.sessions.threads.events.EventStreamParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.SkillCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.SkillCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.SkillCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.SkillDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.SkillDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.SkillDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.SkillListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.SkillListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.SkillListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.SkillRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.SkillRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.SkillRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.versions.VersionDownloadParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.versions.VersionDownloadParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.versions.VersionDownloadParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.versions.VersionListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.versions.VersionListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.versions.VersionListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateEnrollmentUrlParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.userprofiles.UserProfileCreateEnrollmentUrlParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.userprofiles.UserProfileCreateEnrollmentUrlParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.userprofiles.UserProfileListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.userprofiles.UserProfileListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.userprofiles.UserProfileListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.userprofiles.UserProfileRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.userprofiles.UserProfileRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.userprofiles.UserProfileRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.VaultArchiveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.VaultArchiveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.VaultArchiveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.VaultCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.VaultCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.VaultCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.VaultDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.VaultDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.VaultDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.VaultListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.VaultListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.VaultListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.VaultRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.VaultRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.VaultRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.VaultUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.VaultUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.VaultUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.credentials.CredentialArchiveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.credentials.CredentialArchiveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.credentials.CredentialArchiveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.credentials.CredentialDeleteParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.credentials.CredentialDeleteParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.credentials.CredentialDeleteParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.credentials.CredentialListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.credentials.CredentialListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.credentials.CredentialListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.credentials.CredentialMcpOAuthValidateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.credentials.CredentialMcpOAuthValidateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.credentials.CredentialMcpOAuthValidateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.credentials.CredentialRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.credentials.CredentialRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.credentials.CredentialRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.completions.CompletionCreateParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.models.ModelListParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.models.ModelListParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.models.ModelListParams.Builder
- Optional header to specify the beta version(s) you want to use.
- betas() - function in com.anthropic.models.models.ModelRetrieveParams
- Optional header to specify the beta version(s) you want to use.
- betas(java.util.Optional) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
- Alias for calling Builder.betas with
betas.orElse(null). - betas(java.util.List) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
- Optional header to specify the beta version(s) you want to use.
- BetaSearchResultBlockParam - class in com.anthropic.models.beta.messages
- BetaSearchResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaSearchResultBlockParam
- A builder for BetaSearchResultBlockParam.
- BetaSelfHostedConfig - class in com.anthropic.models.beta.environments
- Configuration for self-hosted environments.
- BetaSelfHostedConfig.Builder - class in com.anthropic.models.beta.environments.BetaSelfHostedConfig
- A builder for BetaSelfHostedConfig.
- BetaSelfHostedConfigParams - class in com.anthropic.models.beta.environments
- Request params for
self_hostedenvironment configuration. - BetaSelfHostedConfigParams.Builder - class in com.anthropic.models.beta.environments.BetaSelfHostedConfigParams
- A builder for BetaSelfHostedConfigParams.
- BetaSelfHostedWork - class in com.anthropic.models.beta.environments.work
- Work resource representing a unit of work in a self-hosted environment.
- BetaSelfHostedWork.Builder - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWork
- A builder for BetaSelfHostedWork.
- BetaSelfHostedWork.Metadata - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWork
- User-provided metadata key-value pairs associated with this work item
- BetaSelfHostedWork.Metadata.Builder - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWork.Metadata
- A builder for Metadata.
- BetaSelfHostedWork.State - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWork
- Current state of the work item
- BetaSelfHostedWork.State.Known - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWork.State
- An enum containing State's known values.
- BetaSelfHostedWork.State.Value - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWork.State
- An enum containing State's known values, as well as an _UNKNOWN member.
- BetaSelfHostedWorkHeartbeatResponse - class in com.anthropic.models.beta.environments.work
- Response after recording a heartbeat for a work item.
- BetaSelfHostedWorkHeartbeatResponse.Builder - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkHeartbeatResponse
- A builder for BetaSelfHostedWorkHeartbeatResponse.
- BetaSelfHostedWorkHeartbeatResponse.State - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkHeartbeatResponse
- Current state of the work item (active/stopping/stopped)
- BetaSelfHostedWorkHeartbeatResponse.State.Known - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkHeartbeatResponse.State
- An enum containing State's known values.
- BetaSelfHostedWorkHeartbeatResponse.State.Value - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkHeartbeatResponse.State
- An enum containing State's known values, as well as an _UNKNOWN member.
- BetaSelfHostedWorkListResponse - class in com.anthropic.models.beta.environments.work
- Response when listing work items with cursor-based pagination.
- BetaSelfHostedWorkListResponse.Builder - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkListResponse
- A builder for BetaSelfHostedWorkListResponse.
- BetaSelfHostedWorkQueueStats - class in com.anthropic.models.beta.environments.work
- Statistics about the work queue for an environment.
- BetaSelfHostedWorkQueueStats.Builder - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkQueueStats
- A builder for BetaSelfHostedWorkQueueStats.
- BetaSelfHostedWorkStopRequest - class in com.anthropic.models.beta.environments.work
- Request to stop a work item.
- betaSelfHostedWorkStopRequest() - function in com.anthropic.models.beta.environments.work.WorkStopParams
- Request to stop a work item.
- betaSelfHostedWorkStopRequest(com.anthropic.models.beta.environments.work.BetaSelfHostedWorkStopRequest) - function in com.anthropic.models.beta.environments.work.WorkStopParams.Builder
- Request to stop a work item.
- BetaSelfHostedWorkStopRequest.Builder - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkStopRequest
- A builder for BetaSelfHostedWorkStopRequest.
- BetaSelfHostedWorkUpdateRequest - class in com.anthropic.models.beta.environments.work
- Request to update work item metadata.
- betaSelfHostedWorkUpdateRequest() - function in com.anthropic.models.beta.environments.work.WorkUpdateParams
- Request to update work item metadata.
- betaSelfHostedWorkUpdateRequest(com.anthropic.models.beta.environments.work.BetaSelfHostedWorkUpdateRequest) - function in com.anthropic.models.beta.environments.work.WorkUpdateParams.Builder
- Request to update work item metadata.
- BetaSelfHostedWorkUpdateRequest.Builder - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkUpdateRequest
- A builder for BetaSelfHostedWorkUpdateRequest.
- BetaSelfHostedWorkUpdateRequest.Metadata - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkUpdateRequest
- Metadata patch.
- BetaSelfHostedWorkUpdateRequest.Metadata.Builder - class in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkUpdateRequest.Metadata
- A builder for Metadata.
- BetaServerToolCaller - class in com.anthropic.models.beta.messages
- Tool invocation generated by a server-side tool.
- BetaServerToolCaller.Builder - class in com.anthropic.models.beta.messages.BetaServerToolCaller
- A builder for BetaServerToolCaller.
- BetaServerToolCaller20260120 - class in com.anthropic.models.beta.messages
- BetaServerToolCaller20260120.Builder - class in com.anthropic.models.beta.messages.BetaServerToolCaller20260120
- A builder for BetaServerToolCaller20260120.
- BetaServerToolUsage - class in com.anthropic.models.beta.messages
- BetaServerToolUsage.Builder - class in com.anthropic.models.beta.messages.BetaServerToolUsage
- A builder for BetaServerToolUsage.
- BetaServerToolUseBlock - class in com.anthropic.models.beta.messages
- BetaServerToolUseBlock.Builder - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock
- A builder for BetaServerToolUseBlock.
- BetaServerToolUseBlock.Caller - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock
- Tool invocation directly from the model.
- BetaServerToolUseBlock.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaServerToolUseBlock.Input - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock
- BetaServerToolUseBlock.Input.Builder - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Input
- A builder for Input.
- BetaServerToolUseBlock.Name - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock
- BetaServerToolUseBlock.Name.Known - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Name
- An enum containing Name's known values.
- BetaServerToolUseBlock.Name.Value - class in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Name
- An enum containing Name's known values, as well as an _UNKNOWN member.
- BetaServerToolUseBlockParam - class in com.anthropic.models.beta.messages
- BetaServerToolUseBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam
- A builder for BetaServerToolUseBlockParam.
- BetaServerToolUseBlockParam.Caller - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam
- Tool invocation directly from the model.
- BetaServerToolUseBlockParam.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaServerToolUseBlockParam.Input - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam
- BetaServerToolUseBlockParam.Input.Builder - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Input
- A builder for Input.
- BetaServerToolUseBlockParam.Name - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam
- BetaServerToolUseBlockParam.Name.Known - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Name
- An enum containing Name's known values.
- BetaServerToolUseBlockParam.Name.Value - class in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Name
- An enum containing Name's known values, as well as an _UNKNOWN member.
- BetaService - class in com.anthropic.services.blocking
- BetaService.WithRawResponse - class in com.anthropic.services.blocking.BetaService
- A view of BetaService that provides access to raw HTTP responses for each method.
- BetaServiceAsync - class in com.anthropic.services.async
- BetaServiceAsync.WithRawResponse - class in com.anthropic.services.async.BetaServiceAsync
- A view of BetaServiceAsync that provides access to raw HTTP responses for each method.
- BetaServiceAsyncImpl - class in com.anthropic.services.async
- BetaServiceAsyncImpl.WithRawResponseImpl - class in com.anthropic.services.async.BetaServiceAsyncImpl
- BetaServiceImpl - class in com.anthropic.services.blocking
- BetaServiceImpl.WithRawResponseImpl - class in com.anthropic.services.blocking.BetaServiceImpl
- BetaSessionWorkData - class in com.anthropic.models.beta.environments.work
- Work data for session work items.
- BetaSessionWorkData.Builder - class in com.anthropic.models.beta.environments.work.BetaSessionWorkData
- A builder for BetaSessionWorkData.
- BetaSignatureDelta - class in com.anthropic.models.beta.messages
- BetaSignatureDelta.Builder - class in com.anthropic.models.beta.messages.BetaSignatureDelta
- A builder for BetaSignatureDelta.
- BetaSkill - class in com.anthropic.models.beta.messages
- A skill that was loaded in a container (response model).
- BetaSkill.Builder - class in com.anthropic.models.beta.messages.BetaSkill
- A builder for BetaSkill.
- BetaSkill.Type - class in com.anthropic.models.beta.messages.BetaSkill
- Type of skill - either 'anthropic' (built-in) or 'custom' (user-defined)
- BetaSkill.Type.Known - class in com.anthropic.models.beta.messages.BetaSkill.Type
- An enum containing Type's known values.
- BetaSkill.Type.Value - class in com.anthropic.models.beta.messages.BetaSkill.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaSkillParams - class in com.anthropic.models.beta.messages
- Specification for a skill to be loaded in a container (request model).
- BetaSkillParams.Builder - class in com.anthropic.models.beta.messages.BetaSkillParams
- A builder for BetaSkillParams.
- BetaSkillParams.Type - class in com.anthropic.models.beta.messages.BetaSkillParams
- Type of skill - either 'anthropic' (built-in) or 'custom' (user-defined)
- BetaSkillParams.Type.Known - class in com.anthropic.models.beta.messages.BetaSkillParams.Type
- An enum containing Type's known values.
- BetaSkillParams.Type.Value - class in com.anthropic.models.beta.messages.BetaSkillParams.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaStopReason - class in com.anthropic.models.beta.messages
- BetaStopReason.Known - class in com.anthropic.models.beta.messages.BetaStopReason
- An enum containing BetaStopReason's known values.
- BetaStopReason.Value - class in com.anthropic.models.beta.messages.BetaStopReason
- An enum containing BetaStopReason's known values, as well as an _UNKNOWN member.
- BetaTextBlock - class in com.anthropic.models.beta.messages
- BetaTextBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextBlock
- A builder for BetaTextBlock.
- BetaTextBlockParam - class in com.anthropic.models.beta.messages
- BetaTextBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextBlockParam
- A builder for BetaTextBlockParam.
- betaTextBlockParams() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.System
- betaTextBlockParams() - function in com.anthropic.models.beta.messages.MessageCreateParams.System
- betaTextBlockParams() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.System
- BetaTextCitation - class in com.anthropic.models.beta.messages
- BetaTextCitation.Visitor - class in com.anthropic.models.beta.messages.BetaTextCitation
- An interface that defines how to map each variant of BetaTextCitation to a value of type T.
- BetaTextCitationParam - class in com.anthropic.models.beta.messages
- BetaTextCitationParam.Visitor - class in com.anthropic.models.beta.messages.BetaTextCitationParam
- An interface that defines how to map each variant of BetaTextCitationParam to a value of type T.
- BetaTextDelta - class in com.anthropic.models.beta.messages
- BetaTextDelta.Builder - class in com.anthropic.models.beta.messages.BetaTextDelta
- A builder for BetaTextDelta.
- BetaTextEditorCodeExecutionCreateResultBlock - class in com.anthropic.models.beta.messages
- betaTextEditorCodeExecutionCreateResultBlock() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- BetaTextEditorCodeExecutionCreateResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlock
- A builder for BetaTextEditorCodeExecutionCreateResultBlock.
- BetaTextEditorCodeExecutionCreateResultBlockParam - class in com.anthropic.models.beta.messages
- betaTextEditorCodeExecutionCreateResultBlockParam() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- BetaTextEditorCodeExecutionCreateResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlockParam
- A builder for BetaTextEditorCodeExecutionCreateResultBlockParam.
- BetaTextEditorCodeExecutionStrReplaceResultBlock - class in com.anthropic.models.beta.messages
- betaTextEditorCodeExecutionStrReplaceResultBlock() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- BetaTextEditorCodeExecutionStrReplaceResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlock
- A builder for BetaTextEditorCodeExecutionStrReplaceResultBlock.
- BetaTextEditorCodeExecutionStrReplaceResultBlockParam - class in com.anthropic.models.beta.messages
- betaTextEditorCodeExecutionStrReplaceResultBlockParam() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- BetaTextEditorCodeExecutionStrReplaceResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlockParam
- A builder for BetaTextEditorCodeExecutionStrReplaceResultBlockParam.
- BetaTextEditorCodeExecutionToolResultBlock - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock
- A builder for BetaTextEditorCodeExecutionToolResultBlock.
- BetaTextEditorCodeExecutionToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock
- BetaTextEditorCodeExecutionToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaTextEditorCodeExecutionToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam
- A builder for BetaTextEditorCodeExecutionToolResultBlockParam.
- BetaTextEditorCodeExecutionToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam
- BetaTextEditorCodeExecutionToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaTextEditorCodeExecutionToolResultError() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- BetaTextEditorCodeExecutionToolResultError - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError
- A builder for BetaTextEditorCodeExecutionToolResultError.
- BetaTextEditorCodeExecutionToolResultError.ErrorCode - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError
- BetaTextEditorCodeExecutionToolResultError.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError.ErrorCode
- An enum containing ErrorCode's known values.
- BetaTextEditorCodeExecutionToolResultError.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaTextEditorCodeExecutionToolResultErrorParam() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- BetaTextEditorCodeExecutionToolResultErrorParam - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionToolResultErrorParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam
- A builder for BetaTextEditorCodeExecutionToolResultErrorParam.
- BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam
- BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values.
- BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaTextEditorCodeExecutionViewResultBlock() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Content
- BetaTextEditorCodeExecutionViewResultBlock - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionViewResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock
- A builder for BetaTextEditorCodeExecutionViewResultBlock.
- BetaTextEditorCodeExecutionViewResultBlock.FileType - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock
- BetaTextEditorCodeExecutionViewResultBlock.FileType.Known - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock.FileType
- An enum containing FileType's known values.
- BetaTextEditorCodeExecutionViewResultBlock.FileType.Value - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock.FileType
- An enum containing FileType's known values, as well as an _UNKNOWN member.
- betaTextEditorCodeExecutionViewResultBlockParam() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Content
- BetaTextEditorCodeExecutionViewResultBlockParam - class in com.anthropic.models.beta.messages
- BetaTextEditorCodeExecutionViewResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam
- A builder for BetaTextEditorCodeExecutionViewResultBlockParam.
- BetaTextEditorCodeExecutionViewResultBlockParam.FileType - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam
- BetaTextEditorCodeExecutionViewResultBlockParam.FileType.Known - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam.FileType
- An enum containing FileType's known values.
- BetaTextEditorCodeExecutionViewResultBlockParam.FileType.Value - class in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam.FileType
- An enum containing FileType's known values, as well as an _UNKNOWN member.
- BetaThinkingBlock - class in com.anthropic.models.beta.messages
- BetaThinkingBlock.Builder - class in com.anthropic.models.beta.messages.BetaThinkingBlock
- A builder for BetaThinkingBlock.
- BetaThinkingBlockParam - class in com.anthropic.models.beta.messages
- BetaThinkingBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaThinkingBlockParam
- A builder for BetaThinkingBlockParam.
- BetaThinkingCapability - class in com.anthropic.models.beta.models
- Thinking capability details.
- BetaThinkingCapability.Builder - class in com.anthropic.models.beta.models.BetaThinkingCapability
- A builder for BetaThinkingCapability.
- BetaThinkingConfigAdaptive - class in com.anthropic.models.beta.messages
- BetaThinkingConfigAdaptive.Builder - class in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive
- A builder for BetaThinkingConfigAdaptive.
- BetaThinkingConfigAdaptive.Display - class in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive
- Controls how thinking content appears in the response.
- BetaThinkingConfigAdaptive.Display.Known - class in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive.Display
- An enum containing Display's known values.
- BetaThinkingConfigAdaptive.Display.Value - class in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive.Display
- An enum containing Display's known values, as well as an _UNKNOWN member.
- BetaThinkingConfigDisabled - class in com.anthropic.models.beta.messages
- BetaThinkingConfigDisabled.Builder - class in com.anthropic.models.beta.messages.BetaThinkingConfigDisabled
- A builder for BetaThinkingConfigDisabled.
- BetaThinkingConfigEnabled - class in com.anthropic.models.beta.messages
- BetaThinkingConfigEnabled.Builder - class in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled
- A builder for BetaThinkingConfigEnabled.
- BetaThinkingConfigEnabled.Display - class in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled
- Controls how thinking content appears in the response.
- BetaThinkingConfigEnabled.Display.Known - class in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Display
- An enum containing Display's known values.
- BetaThinkingConfigEnabled.Display.Value - class in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Display
- An enum containing Display's known values, as well as an _UNKNOWN member.
- BetaThinkingConfigParam - class in com.anthropic.models.beta.messages
- Configuration for enabling Claude's extended thinking.
- BetaThinkingConfigParam.Visitor - class in com.anthropic.models.beta.messages.BetaThinkingConfigParam
- An interface that defines how to map each variant of BetaThinkingConfigParam to a value of type T.
- BetaThinkingDelta - class in com.anthropic.models.beta.messages
- BetaThinkingDelta.Builder - class in com.anthropic.models.beta.messages.BetaThinkingDelta
- A builder for BetaThinkingDelta.
- betaThinkingTurns() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Keep
- BetaThinkingTurns - class in com.anthropic.models.beta.messages
- BetaThinkingTurns.Builder - class in com.anthropic.models.beta.messages.BetaThinkingTurns
- A builder for BetaThinkingTurns.
- BetaThinkingTypes - class in com.anthropic.models.beta.models
- Supported thinking type configurations.
- BetaThinkingTypes.Builder - class in com.anthropic.models.beta.models.BetaThinkingTypes
- A builder for BetaThinkingTypes.
- BetaTokenTaskBudget - class in com.anthropic.models.beta.messages
- User-configurable total token budget across contexts.
- BetaTokenTaskBudget.Builder - class in com.anthropic.models.beta.messages.BetaTokenTaskBudget
- A builder for BetaTokenTaskBudget.
- BetaTool - class in com.anthropic.models.beta.messages
- betaTool() - function in com.anthropic.models.beta.messages.BetaToolUnion
- BetaTool.AllowedCaller - class in com.anthropic.models.beta.messages.BetaTool
- Specifies who can invoke a tool.
- BetaTool.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaTool.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaTool.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaTool.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaTool.Builder - class in com.anthropic.models.beta.messages.BetaTool
- A builder for BetaTool.
- BetaTool.InputExample - class in com.anthropic.models.beta.messages.BetaTool
- BetaTool.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaTool.InputExample
- A builder for InputExample.
- BetaTool.InputSchema - class in com.anthropic.models.beta.messages.BetaTool
- JSON schema for this tool's input.
- BetaTool.InputSchema.Builder - class in com.anthropic.models.beta.messages.BetaTool.InputSchema
- A builder for InputSchema.
- BetaTool.InputSchema.Properties - class in com.anthropic.models.beta.messages.BetaTool.InputSchema
- BetaTool.InputSchema.Properties.Builder - class in com.anthropic.models.beta.messages.BetaTool.InputSchema.Properties
- A builder for Properties.
- BetaTool.Type - class in com.anthropic.models.beta.messages.BetaTool
- BetaTool.Type.Known - class in com.anthropic.models.beta.messages.BetaTool.Type
- An enum containing Type's known values.
- BetaTool.Type.Value - class in com.anthropic.models.beta.messages.BetaTool.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaToolBash20241022 - class in com.anthropic.models.beta.messages
- betaToolBash20241022() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolBash20241022.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolBash20241022
- Specifies who can invoke a tool.
- BetaToolBash20241022.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolBash20241022.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolBash20241022.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolBash20241022.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolBash20241022.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20241022
- A builder for BetaToolBash20241022.
- BetaToolBash20241022.InputExample - class in com.anthropic.models.beta.messages.BetaToolBash20241022
- BetaToolBash20241022.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20241022.InputExample
- A builder for InputExample.
- BetaToolBash20250124 - class in com.anthropic.models.beta.messages
- betaToolBash20250124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolBash20250124.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolBash20250124
- Specifies who can invoke a tool.
- BetaToolBash20250124.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolBash20250124.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolBash20250124.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolBash20250124.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolBash20250124.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20250124
- A builder for BetaToolBash20250124.
- BetaToolBash20250124.InputExample - class in com.anthropic.models.beta.messages.BetaToolBash20250124
- BetaToolBash20250124.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolBash20250124.InputExample
- A builder for InputExample.
- BetaToolChoice - class in com.anthropic.models.beta.messages
- How the model should use the provided tools.
- BetaToolChoice.Visitor - class in com.anthropic.models.beta.messages.BetaToolChoice
- An interface that defines how to map each variant of BetaToolChoice to a value of type T.
- BetaToolChoiceAny - class in com.anthropic.models.beta.messages
- The model will use any available tools.
- BetaToolChoiceAny.Builder - class in com.anthropic.models.beta.messages.BetaToolChoiceAny
- A builder for BetaToolChoiceAny.
- BetaToolChoiceAuto - class in com.anthropic.models.beta.messages
- The model will automatically decide whether to use tools.
- BetaToolChoiceAuto.Builder - class in com.anthropic.models.beta.messages.BetaToolChoiceAuto
- A builder for BetaToolChoiceAuto.
- BetaToolChoiceNone - class in com.anthropic.models.beta.messages
- The model will not be allowed to use tools.
- BetaToolChoiceNone.Builder - class in com.anthropic.models.beta.messages.BetaToolChoiceNone
- A builder for BetaToolChoiceNone.
- BetaToolChoiceTool - class in com.anthropic.models.beta.messages
- The model will use the specified tool with
tool_choice.name. - BetaToolChoiceTool.Builder - class in com.anthropic.models.beta.messages.BetaToolChoiceTool
- A builder for BetaToolChoiceTool.
- BetaToolComputerUse20241022 - class in com.anthropic.models.beta.messages
- betaToolComputerUse20241022() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolComputerUse20241022.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022
- Specifies who can invoke a tool.
- BetaToolComputerUse20241022.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolComputerUse20241022.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolComputerUse20241022.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022
- A builder for BetaToolComputerUse20241022.
- BetaToolComputerUse20241022.InputExample - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022
- BetaToolComputerUse20241022.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.InputExample
- A builder for InputExample.
- BetaToolComputerUse20250124 - class in com.anthropic.models.beta.messages
- betaToolComputerUse20250124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolComputerUse20250124.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124
- Specifies who can invoke a tool.
- BetaToolComputerUse20250124.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolComputerUse20250124.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolComputerUse20250124.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124
- A builder for BetaToolComputerUse20250124.
- BetaToolComputerUse20250124.InputExample - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124
- BetaToolComputerUse20250124.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.InputExample
- A builder for InputExample.
- BetaToolComputerUse20251124 - class in com.anthropic.models.beta.messages
- betaToolComputerUse20251124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolComputerUse20251124.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124
- Specifies who can invoke a tool.
- BetaToolComputerUse20251124.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolComputerUse20251124.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolComputerUse20251124.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124
- A builder for BetaToolComputerUse20251124.
- BetaToolComputerUse20251124.InputExample - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124
- BetaToolComputerUse20251124.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.InputExample
- A builder for InputExample.
- BetaToolReferenceBlock - class in com.anthropic.models.beta.messages
- BetaToolReferenceBlock.Builder - class in com.anthropic.models.beta.messages.BetaToolReferenceBlock
- A builder for BetaToolReferenceBlock.
- BetaToolReferenceBlockParam - class in com.anthropic.models.beta.messages
- Tool reference block that can be included in tool_result content.
- BetaToolReferenceBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolReferenceBlockParam
- A builder for BetaToolReferenceBlockParam.
- BetaToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam
- A builder for BetaToolResultBlockParam.
- BetaToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam
- BetaToolResultBlockParam.Content.Block - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Content
- Tool reference block that can be included in tool_result content.
- BetaToolResultBlockParam.Content.Block.Visitor - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Content.Block
- An interface that defines how to map each variant of Block to a value of type T.
- BetaToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaToolRunner - class in com.anthropic.helpers
- A BetaToolRunner handles the automatic conversation loop between the assistant and tools.
- BetaToolSearchToolBm25_20251119 - class in com.anthropic.models.beta.messages
- betaToolSearchToolBm25_20251119() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolSearchToolBm25_20251119.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119
- Specifies who can invoke a tool.
- BetaToolSearchToolBm25_20251119.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolSearchToolBm25_20251119.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolSearchToolBm25_20251119.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119
- A builder for BetaToolSearchToolBm25_20251119.
- BetaToolSearchToolBm25_20251119.Type - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119
- BetaToolSearchToolBm25_20251119.Type.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.Type
- An enum containing Type's known values.
- BetaToolSearchToolBm25_20251119.Type.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaToolSearchToolRegex20251119 - class in com.anthropic.models.beta.messages
- betaToolSearchToolRegex20251119() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolSearchToolRegex20251119.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119
- Specifies who can invoke a tool.
- BetaToolSearchToolRegex20251119.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolSearchToolRegex20251119.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolSearchToolRegex20251119.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119
- A builder for BetaToolSearchToolRegex20251119.
- BetaToolSearchToolRegex20251119.Type - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119
- BetaToolSearchToolRegex20251119.Type.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.Type
- An enum containing Type's known values.
- BetaToolSearchToolRegex20251119.Type.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaToolSearchToolResultBlock - class in com.anthropic.models.beta.messages
- BetaToolSearchToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock
- A builder for BetaToolSearchToolResultBlock.
- BetaToolSearchToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock
- BetaToolSearchToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaToolSearchToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaToolSearchToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam
- A builder for BetaToolSearchToolResultBlockParam.
- BetaToolSearchToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam
- BetaToolSearchToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaToolSearchToolResultError() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Content
- BetaToolSearchToolResultError - class in com.anthropic.models.beta.messages
- BetaToolSearchToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultError
- A builder for BetaToolSearchToolResultError.
- BetaToolSearchToolResultError.ErrorCode - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultError
- BetaToolSearchToolResultError.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultError.ErrorCode
- An enum containing ErrorCode's known values.
- BetaToolSearchToolResultError.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultError.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaToolSearchToolResultErrorParam() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Content
- BetaToolSearchToolResultErrorParam - class in com.anthropic.models.beta.messages
- BetaToolSearchToolResultErrorParam.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam
- A builder for BetaToolSearchToolResultErrorParam.
- BetaToolSearchToolResultErrorParam.ErrorCode - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam
- BetaToolSearchToolResultErrorParam.ErrorCode.Known - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values.
- BetaToolSearchToolResultErrorParam.ErrorCode.Value - class in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam.ErrorCode
- An enum containing ErrorCode's known values, as well as an _UNKNOWN member.
- betaToolSearchToolSearchResultBlock() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Content
- BetaToolSearchToolSearchResultBlock - class in com.anthropic.models.beta.messages
- BetaToolSearchToolSearchResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlock
- A builder for BetaToolSearchToolSearchResultBlock.
- betaToolSearchToolSearchResultBlockParam() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Content
- BetaToolSearchToolSearchResultBlockParam - class in com.anthropic.models.beta.messages
- BetaToolSearchToolSearchResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlockParam
- A builder for BetaToolSearchToolSearchResultBlockParam.
- BetaToolTextEditor20241022 - class in com.anthropic.models.beta.messages
- betaToolTextEditor20241022() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolTextEditor20241022.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022
- Specifies who can invoke a tool.
- BetaToolTextEditor20241022.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolTextEditor20241022.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolTextEditor20241022.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022
- A builder for BetaToolTextEditor20241022.
- BetaToolTextEditor20241022.InputExample - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022
- BetaToolTextEditor20241022.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.InputExample
- A builder for InputExample.
- BetaToolTextEditor20250124 - class in com.anthropic.models.beta.messages
- betaToolTextEditor20250124() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolTextEditor20250124.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124
- Specifies who can invoke a tool.
- BetaToolTextEditor20250124.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolTextEditor20250124.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolTextEditor20250124.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124
- A builder for BetaToolTextEditor20250124.
- BetaToolTextEditor20250124.InputExample - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124
- BetaToolTextEditor20250124.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.InputExample
- A builder for InputExample.
- BetaToolTextEditor20250429 - class in com.anthropic.models.beta.messages
- betaToolTextEditor20250429() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolTextEditor20250429.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429
- Specifies who can invoke a tool.
- BetaToolTextEditor20250429.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolTextEditor20250429.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolTextEditor20250429.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429
- A builder for BetaToolTextEditor20250429.
- BetaToolTextEditor20250429.InputExample - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429
- BetaToolTextEditor20250429.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.InputExample
- A builder for InputExample.
- BetaToolTextEditor20250728 - class in com.anthropic.models.beta.messages
- betaToolTextEditor20250728() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaToolTextEditor20250728.AllowedCaller - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728
- Specifies who can invoke a tool.
- BetaToolTextEditor20250728.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaToolTextEditor20250728.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaToolTextEditor20250728.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728
- A builder for BetaToolTextEditor20250728.
- BetaToolTextEditor20250728.InputExample - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728
- BetaToolTextEditor20250728.InputExample.Builder - class in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.InputExample
- A builder for InputExample.
- BetaToolUnion - class in com.anthropic.models.beta.messages
- Code execution tool with REPL state persistence (daemon mode + gVisor checkpoint).
- BetaToolUnion.Visitor - class in com.anthropic.models.beta.messages.BetaToolUnion
- An interface that defines how to map each variant of BetaToolUnion to a value of type T.
- BetaToolUseBlock - class in com.anthropic.models.beta.messages
- BetaToolUseBlock.Builder - class in com.anthropic.models.beta.messages.BetaToolUseBlock
- A builder for BetaToolUseBlock.
- BetaToolUseBlock.Caller - class in com.anthropic.models.beta.messages.BetaToolUseBlock
- Tool invocation directly from the model.
- BetaToolUseBlock.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaToolUseBlock.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaToolUseBlock.Input - class in com.anthropic.models.beta.messages.BetaToolUseBlock
- BetaToolUseBlock.Input.Builder - class in com.anthropic.models.beta.messages.BetaToolUseBlock.Input
- A builder for Input.
- BetaToolUseBlockParam - class in com.anthropic.models.beta.messages
- BetaToolUseBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam
- A builder for BetaToolUseBlockParam.
- BetaToolUseBlockParam.Caller - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam
- Tool invocation directly from the model.
- BetaToolUseBlockParam.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaToolUseBlockParam.Input - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam
- BetaToolUseBlockParam.Input.Builder - class in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Input
- A builder for Input.
- BetaToolUsesKeep - class in com.anthropic.models.beta.messages
- BetaToolUsesKeep.Builder - class in com.anthropic.models.beta.messages.BetaToolUsesKeep
- A builder for BetaToolUsesKeep.
- BetaToolUsesTrigger - class in com.anthropic.models.beta.messages
- BetaToolUsesTrigger.Builder - class in com.anthropic.models.beta.messages.BetaToolUsesTrigger
- A builder for BetaToolUsesTrigger.
- BetaUnrestrictedNetwork - class in com.anthropic.models.beta.environments
- Unrestricted network access.
- BetaUnrestrictedNetwork.Builder - class in com.anthropic.models.beta.environments.BetaUnrestrictedNetwork
- A builder for BetaUnrestrictedNetwork.
- BetaUrlImageSource - class in com.anthropic.models.beta.messages
- BetaUrlImageSource.Builder - class in com.anthropic.models.beta.messages.BetaUrlImageSource
- A builder for BetaUrlImageSource.
- BetaUrlPdfSource - class in com.anthropic.models.beta.messages
- BetaUrlPdfSource.Builder - class in com.anthropic.models.beta.messages.BetaUrlPdfSource
- A builder for BetaUrlPdfSource.
- BetaUsage - class in com.anthropic.models.beta.messages
- BetaUsage.BetaIterationsUsageItems - class in com.anthropic.models.beta.messages.BetaUsage
- Token usage for a sampling iteration.
- BetaUsage.BetaIterationsUsageItems.Visitor - class in com.anthropic.models.beta.messages.BetaUsage.BetaIterationsUsageItems
- An interface that defines how to map each variant of BetaIterationsUsageItems to a value of type T.
- BetaUsage.Builder - class in com.anthropic.models.beta.messages.BetaUsage
- A builder for BetaUsage.
- BetaUsage.ServiceTier - class in com.anthropic.models.beta.messages.BetaUsage
- If the request used the priority, standard, or batch tier.
- BetaUsage.ServiceTier.Known - class in com.anthropic.models.beta.messages.BetaUsage.ServiceTier
- An enum containing ServiceTier's known values.
- BetaUsage.ServiceTier.Value - class in com.anthropic.models.beta.messages.BetaUsage.ServiceTier
- An enum containing ServiceTier's known values, as well as an _UNKNOWN member.
- BetaUsage.Speed - class in com.anthropic.models.beta.messages.BetaUsage
- The inference speed mode used for this request.
- BetaUsage.Speed.Known - class in com.anthropic.models.beta.messages.BetaUsage.Speed
- An enum containing Speed's known values.
- BetaUsage.Speed.Value - class in com.anthropic.models.beta.messages.BetaUsage.Speed
- An enum containing Speed's known values, as well as an _UNKNOWN member.
- BetaUserLocation - class in com.anthropic.models.beta.messages
- BetaUserLocation.Builder - class in com.anthropic.models.beta.messages.BetaUserLocation
- A builder for BetaUserLocation.
- BetaUserProfile - class in com.anthropic.models.beta.userprofiles
- BetaUserProfile.Builder - class in com.anthropic.models.beta.userprofiles.BetaUserProfile
- A builder for BetaUserProfile.
- BetaUserProfile.Metadata - class in com.anthropic.models.beta.userprofiles.BetaUserProfile
- Arbitrary key-value metadata.
- BetaUserProfile.Metadata.Builder - class in com.anthropic.models.beta.userprofiles.BetaUserProfile.Metadata
- A builder for Metadata.
- BetaUserProfile.Relationship - class in com.anthropic.models.beta.userprofiles.BetaUserProfile
- How the entity behind a user profile relates to the platform that owns the API key.
- BetaUserProfile.Relationship.Known - class in com.anthropic.models.beta.userprofiles.BetaUserProfile.Relationship
- An enum containing Relationship's known values.
- BetaUserProfile.Relationship.Value - class in com.anthropic.models.beta.userprofiles.BetaUserProfile.Relationship
- An enum containing Relationship's known values, as well as an _UNKNOWN member.
- BetaUserProfile.TrustGrants - class in com.anthropic.models.beta.userprofiles.BetaUserProfile
- Trust grants for this profile, keyed by grant name.
- BetaUserProfile.TrustGrants.Builder - class in com.anthropic.models.beta.userprofiles.BetaUserProfile.TrustGrants
- A builder for TrustGrants.
- BetaUserProfile.Type - class in com.anthropic.models.beta.userprofiles.BetaUserProfile
- Object type.
- BetaUserProfile.Type.Known - class in com.anthropic.models.beta.userprofiles.BetaUserProfile.Type
- An enum containing Type's known values.
- BetaUserProfile.Type.Value - class in com.anthropic.models.beta.userprofiles.BetaUserProfile.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaUserProfileEnrollmentUrl - class in com.anthropic.models.beta.userprofiles
- BetaUserProfileEnrollmentUrl.Builder - class in com.anthropic.models.beta.userprofiles.BetaUserProfileEnrollmentUrl
- A builder for BetaUserProfileEnrollmentUrl.
- BetaUserProfileEnrollmentUrl.Type - class in com.anthropic.models.beta.userprofiles.BetaUserProfileEnrollmentUrl
- Object type.
- BetaUserProfileEnrollmentUrl.Type.Known - class in com.anthropic.models.beta.userprofiles.BetaUserProfileEnrollmentUrl.Type
- An enum containing Type's known values.
- BetaUserProfileEnrollmentUrl.Type.Value - class in com.anthropic.models.beta.userprofiles.BetaUserProfileEnrollmentUrl.Type
- An enum containing Type's known values, as well as an _UNKNOWN member.
- BetaUserProfileTrustGrant - class in com.anthropic.models.beta.userprofiles
- BetaUserProfileTrustGrant.Builder - class in com.anthropic.models.beta.userprofiles.BetaUserProfileTrustGrant
- A builder for BetaUserProfileTrustGrant.
- BetaUserProfileTrustGrant.Status - class in com.anthropic.models.beta.userprofiles.BetaUserProfileTrustGrant
- Status of the trust grant.
- BetaUserProfileTrustGrant.Status.Known - class in com.anthropic.models.beta.userprofiles.BetaUserProfileTrustGrant.Status
- An enum containing Status's known values.
- BetaUserProfileTrustGrant.Status.Value - class in com.anthropic.models.beta.userprofiles.BetaUserProfileTrustGrant.Status
- An enum containing Status's known values, as well as an _UNKNOWN member.
- BetaWebFetchBlock - class in com.anthropic.models.beta.messages
- betaWebFetchBlock() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Content
- BetaWebFetchBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchBlock
- A builder for BetaWebFetchBlock.
- BetaWebFetchBlockParam - class in com.anthropic.models.beta.messages
- betaWebFetchBlockParam() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Content
- BetaWebFetchBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchBlockParam
- A builder for BetaWebFetchBlockParam.
- BetaWebFetchTool20250910 - class in com.anthropic.models.beta.messages
- betaWebFetchTool20250910() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaWebFetchTool20250910.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebFetchTool20250910
- Specifies who can invoke a tool.
- BetaWebFetchTool20250910.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebFetchTool20250910.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebFetchTool20250910.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchTool20250910
- A builder for BetaWebFetchTool20250910.
- BetaWebFetchTool20260209 - class in com.anthropic.models.beta.messages
- betaWebFetchTool20260209() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaWebFetchTool20260209.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260209
- Specifies who can invoke a tool.
- BetaWebFetchTool20260209.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebFetchTool20260209.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebFetchTool20260209.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260209
- A builder for BetaWebFetchTool20260209.
- BetaWebFetchTool20260309 - class in com.anthropic.models.beta.messages
- Web fetch tool with use_cache parameter for bypassing cached content.
- betaWebFetchTool20260309() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- Web fetch tool with use_cache parameter for bypassing cached content.
- BetaWebFetchTool20260309.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260309
- Specifies who can invoke a tool.
- BetaWebFetchTool20260309.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebFetchTool20260309.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebFetchTool20260309.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchTool20260309
- A builder for BetaWebFetchTool20260309.
- BetaWebFetchToolResultBlock - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock
- A builder for BetaWebFetchToolResultBlock.
- BetaWebFetchToolResultBlock.Caller - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock
- Tool invocation directly from the model.
- BetaWebFetchToolResultBlock.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaWebFetchToolResultBlock.Content - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock
- BetaWebFetchToolResultBlock.Content.Visitor - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Content
- An interface that defines how to map each variant of Content to a value of type T.
- BetaWebFetchToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam
- A builder for BetaWebFetchToolResultBlockParam.
- BetaWebFetchToolResultBlockParam.Caller - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam
- Tool invocation directly from the model.
- BetaWebFetchToolResultBlockParam.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaWebFetchToolResultBlockParam.Content - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam
- BetaWebFetchToolResultBlockParam.Content.Visitor - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Content
- An interface that defines how to map each variant of Content to a value of type T.
- betaWebFetchToolResultErrorBlock() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Content
- BetaWebFetchToolResultErrorBlock - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultErrorBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlock
- A builder for BetaWebFetchToolResultErrorBlock.
- betaWebFetchToolResultErrorBlockParam() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Content
- BetaWebFetchToolResultErrorBlockParam - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultErrorBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlockParam
- A builder for BetaWebFetchToolResultErrorBlockParam.
- BetaWebFetchToolResultErrorCode - class in com.anthropic.models.beta.messages
- BetaWebFetchToolResultErrorCode.Known - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorCode
- An enum containing BetaWebFetchToolResultErrorCode's known values.
- BetaWebFetchToolResultErrorCode.Value - class in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorCode
- An enum containing BetaWebFetchToolResultErrorCode's known values, as well as an _UNKNOWN member.
- BetaWebhookEvent - class in com.anthropic.models.beta.webhooks
- BetaWebhookEvent.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookEvent
- A builder for BetaWebhookEvent.
- BetaWebhookEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookEventData.Visitor - class in com.anthropic.models.beta.webhooks.BetaWebhookEventData
- An interface that defines how to map each variant of BetaWebhookEventData to a value of type T.
- BetaWebhookSessionArchivedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionArchivedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionArchivedEventData
- A builder for BetaWebhookSessionArchivedEventData.
- BetaWebhookSessionCreatedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionCreatedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionCreatedEventData
- A builder for BetaWebhookSessionCreatedEventData.
- BetaWebhookSessionDeletedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionDeletedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionDeletedEventData
- A builder for BetaWebhookSessionDeletedEventData.
- BetaWebhookSessionIdledEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionIdledEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionIdledEventData
- A builder for BetaWebhookSessionIdledEventData.
- BetaWebhookSessionOutcomeEvaluationEndedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionOutcomeEvaluationEndedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionOutcomeEvaluationEndedEventData
- A builder for BetaWebhookSessionOutcomeEvaluationEndedEventData.
- BetaWebhookSessionPendingEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionPendingEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionPendingEventData
- A builder for BetaWebhookSessionPendingEventData.
- BetaWebhookSessionRequiresActionEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionRequiresActionEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionRequiresActionEventData
- A builder for BetaWebhookSessionRequiresActionEventData.
- BetaWebhookSessionRunningEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionRunningEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionRunningEventData
- A builder for BetaWebhookSessionRunningEventData.
- BetaWebhookSessionStatusIdledEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionStatusIdledEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusIdledEventData
- A builder for BetaWebhookSessionStatusIdledEventData.
- BetaWebhookSessionStatusRescheduledEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionStatusRescheduledEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusRescheduledEventData
- A builder for BetaWebhookSessionStatusRescheduledEventData.
- BetaWebhookSessionStatusRunStartedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionStatusRunStartedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusRunStartedEventData
- A builder for BetaWebhookSessionStatusRunStartedEventData.
- BetaWebhookSessionStatusTerminatedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionStatusTerminatedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusTerminatedEventData
- A builder for BetaWebhookSessionStatusTerminatedEventData.
- BetaWebhookSessionThreadCreatedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionThreadCreatedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionThreadCreatedEventData
- A builder for BetaWebhookSessionThreadCreatedEventData.
- BetaWebhookSessionThreadIdledEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionThreadIdledEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionThreadIdledEventData
- A builder for BetaWebhookSessionThreadIdledEventData.
- BetaWebhookSessionThreadTerminatedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookSessionThreadTerminatedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookSessionThreadTerminatedEventData
- A builder for BetaWebhookSessionThreadTerminatedEventData.
- BetaWebhookVaultArchivedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookVaultArchivedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookVaultArchivedEventData
- A builder for BetaWebhookVaultArchivedEventData.
- BetaWebhookVaultCreatedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookVaultCreatedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookVaultCreatedEventData
- A builder for BetaWebhookVaultCreatedEventData.
- BetaWebhookVaultCredentialArchivedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookVaultCredentialArchivedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialArchivedEventData
- A builder for BetaWebhookVaultCredentialArchivedEventData.
- BetaWebhookVaultCredentialCreatedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookVaultCredentialCreatedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialCreatedEventData
- A builder for BetaWebhookVaultCredentialCreatedEventData.
- BetaWebhookVaultCredentialDeletedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookVaultCredentialDeletedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialDeletedEventData
- A builder for BetaWebhookVaultCredentialDeletedEventData.
- BetaWebhookVaultCredentialRefreshFailedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookVaultCredentialRefreshFailedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialRefreshFailedEventData
- A builder for BetaWebhookVaultCredentialRefreshFailedEventData.
- BetaWebhookVaultDeletedEventData - class in com.anthropic.models.beta.webhooks
- BetaWebhookVaultDeletedEventData.Builder - class in com.anthropic.models.beta.webhooks.BetaWebhookVaultDeletedEventData
- A builder for BetaWebhookVaultDeletedEventData.
- BetaWebSearchResultBlock - class in com.anthropic.models.beta.messages
- BetaWebSearchResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchResultBlock
- A builder for BetaWebSearchResultBlock.
- BetaWebSearchResultBlockParam - class in com.anthropic.models.beta.messages
- BetaWebSearchResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchResultBlockParam
- A builder for BetaWebSearchResultBlockParam.
- BetaWebSearchTool20250305 - class in com.anthropic.models.beta.messages
- betaWebSearchTool20250305() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaWebSearchTool20250305.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305
- Specifies who can invoke a tool.
- BetaWebSearchTool20250305.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebSearchTool20250305.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebSearchTool20250305.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchTool20250305
- A builder for BetaWebSearchTool20250305.
- BetaWebSearchTool20260209 - class in com.anthropic.models.beta.messages
- betaWebSearchTool20260209() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Tool
- BetaWebSearchTool20260209.AllowedCaller - class in com.anthropic.models.beta.messages.BetaWebSearchTool20260209
- Specifies who can invoke a tool.
- BetaWebSearchTool20260209.AllowedCaller.Known - class in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.AllowedCaller
- An enum containing AllowedCaller's known values.
- BetaWebSearchTool20260209.AllowedCaller.Value - class in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.AllowedCaller
- An enum containing AllowedCaller's known values, as well as an _UNKNOWN member.
- BetaWebSearchTool20260209.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchTool20260209
- A builder for BetaWebSearchTool20260209.
- BetaWebSearchToolRequestError - class in com.anthropic.models.beta.messages
- BetaWebSearchToolRequestError.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchToolRequestError
- A builder for BetaWebSearchToolRequestError.
- BetaWebSearchToolResultBlock - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultBlock.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock
- A builder for BetaWebSearchToolResultBlock.
- BetaWebSearchToolResultBlock.Caller - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock
- Tool invocation directly from the model.
- BetaWebSearchToolResultBlock.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaWebSearchToolResultBlockContent - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultBlockContent.Visitor - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockContent
- An interface that defines how to map each variant of BetaWebSearchToolResultBlockContent to a value of type T.
- BetaWebSearchToolResultBlockParam - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultBlockParam.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam
- A builder for BetaWebSearchToolResultBlockParam.
- BetaWebSearchToolResultBlockParam.Caller - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam
- Tool invocation directly from the model.
- BetaWebSearchToolResultBlockParam.Caller.Visitor - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam.Caller
- An interface that defines how to map each variant of Caller to a value of type T.
- BetaWebSearchToolResultBlockParamContent - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultBlockParamContent.Visitor - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParamContent
- An interface that defines how to map each variant of BetaWebSearchToolResultBlockParamContent to a value of type T.
- BetaWebSearchToolResultError - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultError.Builder - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultError
- A builder for BetaWebSearchToolResultError.
- BetaWebSearchToolResultErrorCode - class in com.anthropic.models.beta.messages
- BetaWebSearchToolResultErrorCode.Known - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultErrorCode
- An enum containing BetaWebSearchToolResultErrorCode's known values.
- BetaWebSearchToolResultErrorCode.Value - class in com.anthropic.models.beta.messages.BetaWebSearchToolResultErrorCode
- An enum containing BetaWebSearchToolResultErrorCode's known values, as well as an _UNKNOWN member.
- billing() - function in com.anthropic.models.beta.BetaError
- billing() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsError
- billing() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionErrorEvent.Error
- The caller's organization or workspace cannot make model requests — out of credits or spend limit reached.
- BILLING_ERROR - enum entry in com.anthropic.models.ErrorType.Known
- BILLING_ERROR - enum entry in com.anthropic.models.ErrorType.Value
- BILLING_ERROR - enum entry in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError.Type.Known
- BILLING_ERROR - enum entry in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError.Type.Value
- 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() - BIO - enum entry in com.anthropic.models.beta.messages.BetaRefusalStopDetails.Category.Known
- BIO - enum entry in com.anthropic.models.beta.messages.BetaRefusalStopDetails.Category.Value
- BIO - enum entry in com.anthropic.models.messages.RefusalStopDetails.Category.Known
- BIO - enum entry in com.anthropic.models.messages.RefusalStopDetails.Category.Value
- blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305
- If provided, these domains will never appear in results.
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
- If provided, these domains will never appear in results.
- blockedDomains() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209
- If provided, these domains will never appear in results.
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Builder
- If provided, these domains will never appear in results.
- blockedDomains() - function in com.anthropic.models.messages.WebFetchTool20250910
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebFetchTool20250910.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebFetchTool20250910.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebFetchTool20250910.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.messages.WebFetchTool20260209
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebFetchTool20260209.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebFetchTool20260209.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebFetchTool20260209.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.messages.WebFetchTool20260309
- List of domains to block fetching from
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebFetchTool20260309.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebFetchTool20260309.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebFetchTool20260309.Builder
- List of domains to block fetching from
- blockedDomains() - function in com.anthropic.models.messages.WebSearchTool20250305
- If provided, these domains will never appear in results.
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
- If provided, these domains will never appear in results.
- blockedDomains() - function in com.anthropic.models.messages.WebSearchTool20260209
- If provided, these domains will never appear in results.
- blockedDomains(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebSearchTool20260209.Builder
- Sets Builder.blockedDomains to an arbitrary JSON value.
- blockedDomains(java.util.Optional) - function in com.anthropic.models.messages.WebSearchTool20260209.Builder
- Alias for calling Builder.blockedDomains with
blockedDomains.orElse(null). - blockedDomains(java.util.List) - function in com.anthropic.models.messages.WebSearchTool20260209.Builder
- If provided, these domains will never appear in results.
- blockMs() - function in com.anthropic.models.beta.environments.work.WorkPollParams
- How long to wait for work to arrive before returning.
- blockMs(java.util.Optional) - function in com.anthropic.models.beta.environments.work.WorkPollParams.Builder
- Alias for calling Builder.blockMs with
blockMs.orElse(null). - blockMs(java.lang.Long) - function in com.anthropic.models.beta.environments.work.WorkPollParams.Builder
- Alias for Builder.blockMs.
- blockMs(java.lang.Long) - function in com.anthropic.models.beta.environments.work.WorkPollParams.Builder
- How long to wait for work to arrive before returning.
- 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.UnwrapWebhookParams
- The raw JSON body of the webhook request.
- body(java.lang.String) - function in com.anthropic.core.UnwrapWebhookParams.Builder
- The raw JSON body of the webhook request.
- 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.agents.AgentCreateParams.Body) - function in com.anthropic.models.beta.agents.AgentCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.agents.AgentUpdateParams.Body) - function in com.anthropic.models.beta.agents.AgentUpdateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.deployments.DeploymentCreateParams.Body) - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.deployments.DeploymentUpdateParams.Body) - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.environments.EnvironmentCreateParams.Body) - function in com.anthropic.models.beta.environments.EnvironmentCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.environments.EnvironmentUpdateParams.Body) - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams.Builder
- Sets the entire request body.
- 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.memorystores.MemoryStoreCreateParams.Body) - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Body) - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.memorystores.memories.MemoryCreateParams.Body) - function in com.anthropic.models.beta.memorystores.memories.MemoryCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.memorystores.memories.MemoryUpdateParams.Body) - function in com.anthropic.models.beta.memorystores.memories.MemoryUpdateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.messages.MessageCountTokensParams.Body) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.messages.MessageCreateParams.Body) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.messages.MessageCreateParams.Body) - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Builder
- body(com.anthropic.models.beta.messages.batches.BatchCreateParams.Body) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.sessions.SessionCreateParams.Body) - function in com.anthropic.models.beta.sessions.SessionCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.sessions.SessionUpdateParams.Body) - function in com.anthropic.models.beta.sessions.SessionUpdateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.sessions.events.EventSendParams.Body) - function in com.anthropic.models.beta.sessions.events.EventSendParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.sessions.resources.ResourceUpdateParams.Body) - function in com.anthropic.models.beta.sessions.resources.ResourceUpdateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.skills.SkillCreateParams.Body) - function in com.anthropic.models.beta.skills.SkillCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.skills.versions.VersionCreateParams.Body) - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Body) - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Body) - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.vaults.VaultCreateParams.Body) - function in com.anthropic.models.beta.vaults.VaultCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.vaults.VaultUpdateParams.Body) - function in com.anthropic.models.beta.vaults.VaultUpdateParams.Builder
- Sets the entire request body.
- body() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshHttpResponse
- Response body.
- body(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshHttpResponse.Builder
- Sets Builder.body to an arbitrary JSON value.
- body(java.lang.String) - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshHttpResponse.Builder
- Response body.
- body(com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Body) - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Body) - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.completions.CompletionCreateParams.Body) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.messages.MessageCountTokensParams.Body) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.messages.MessageCreateParams.Body) - function in com.anthropic.models.messages.MessageCreateParams.Builder
- Sets the entire request body.
- body(com.anthropic.models.messages.MessageCreateParams.Body) - function in com.anthropic.models.messages.StructuredMessageCreateParams.Builder
- body(com.anthropic.models.messages.batches.BatchCreateParams.Body) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
- Sets the entire request body.
- bodyTruncated() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshHttpResponse
- Whether
bodywas truncated. - bodyTruncated(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshHttpResponse.Builder
- Sets Builder.bodyTruncated to an arbitrary JSON value.
- bodyTruncated(java.lang.Boolean) - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshHttpResponse.Builder
- Whether
bodywas truncated. - bool() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.ClearToolInputs
- branch() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig.Checkout
- BRANCH - enum entry in com.anthropic.models.beta.sessions.BetaManagedAgentsBranchCheckout.Type.Known
- BRANCH - enum entry in com.anthropic.models.beta.sessions.BetaManagedAgentsBranchCheckout.Type.Value
- branch() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams.Checkout
- branch() - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource.Checkout
- branchCheckout(java.lang.String) - function in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig.Builder
- Alias for calling checkout with the following:
BetaManagedAgentsBranchCheckout.builder() .type(BetaManagedAgentsBranchCheckout.Type.BRANCH) .name(name) .build() - branchCheckout(java.lang.String) - function in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams.Builder
- Alias for calling checkout with the following:
BetaManagedAgentsBranchCheckout.builder() .type(BetaManagedAgentsBranchCheckout.Type.BRANCH) .name(name) .build() - branchCheckout(java.lang.String) - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource.Builder
- Alias for calling checkout with the following:
BetaManagedAgentsBranchCheckout.builder() .type(BetaManagedAgentsBranchCheckout.Type.BRANCH) .name(name) .build() - 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.
- buffered() - function in com.anthropic.core.http.HttpRequest
- Returns a request equivalent to this request, but whose body, if any, is buffered (HttpRequestBody.buffered), so it's repeatable.
- buffered() - function in com.anthropic.core.http.HttpRequestBody
- Returns a body equivalent to this body, but which is fully written into memory, so it's repeatable.
- buffered() - function in com.anthropic.core.http.HttpResponse
- Returns a response equivalent to this response, but whose body returns a new InputStream on each call, so it can be read repeatedly.
- buffered() - function in com.anthropic.core.http.HttpResponseFor
- Returns a response equivalent to this response, but whose body returns a new InputStream on each call, so it can be read repeatedly.
- build() - function in com.anthropic.backends.AnthropicBackend.Builder
- build() - function in com.anthropic.config.AuthenticationConfig.Builder
- build() - function in com.anthropic.config.IdentityTokenConfig.Builder
- build() - function in com.anthropic.config.ProfileConfig.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.UnwrapWebhookParams.Builder
- Returns an immutable instance of UnwrapWebhookParams.
- 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.LoggingHttpClient.Builder
- Returns an immutable instance of LoggingHttpClient.
- 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.helpers.BetaRefusalFallbackInterceptor.Builder
- Returns an immutable instance of BetaRefusalFallbackInterceptor.
- build() - function in com.anthropic.helpers.McpBetaTool.Builder
- build() - function in com.anthropic.models.ApiErrorObject.Builder
- Returns an immutable instance of ApiErrorObject.
- build() - function in com.anthropic.models.AuthenticationError.Builder
- Returns an immutable instance of AuthenticationError.
- build() - function in com.anthropic.models.BillingError.Builder
- Returns an immutable instance of BillingError.
- build() - function in com.anthropic.models.ErrorResponse.Builder
- Returns an immutable instance of ErrorResponse.
- build() - function in com.anthropic.models.GatewayTimeoutError.Builder
- Returns an immutable instance of GatewayTimeoutError.
- build() - function in com.anthropic.models.InvalidRequestError.Builder
- Returns an immutable instance of InvalidRequestError.
- build() - function in com.anthropic.models.NotFoundError.Builder
- Returns an immutable instance of NotFoundError.
- build() - function in com.anthropic.models.OverloadedError.Builder
- Returns an immutable instance of OverloadedError.
- build() - function in com.anthropic.models.PermissionError.Builder
- Returns an immutable instance of PermissionError.
- build() - function in com.anthropic.models.RateLimitError.Builder
- Returns an immutable instance of RateLimitError.
- build() - function in com.anthropic.models.beta.BetaApiError.Builder
- Returns an immutable instance of BetaApiError.
- build() - function in com.anthropic.models.beta.BetaAuthenticationError.Builder
- Returns an immutable instance of BetaAuthenticationError.
- build() - function in com.anthropic.models.beta.BetaBillingError.Builder
- Returns an immutable instance of BetaBillingError.
- build() - function in com.anthropic.models.beta.BetaErrorResponse.Builder
- Returns an immutable instance of BetaErrorResponse.
- build() - function in com.anthropic.models.beta.BetaGatewayTimeoutError.Builder
- Returns an immutable instance of BetaGatewayTimeoutError.
- build() - function in com.anthropic.models.beta.BetaInvalidRequestError.Builder
- Returns an immutable instance of BetaInvalidRequestError.
- build() - function in com.anthropic.models.beta.BetaNotFoundError.Builder
- Returns an immutable instance of BetaNotFoundError.
- build() - function in com.anthropic.models.beta.BetaOverloadedError.Builder
- Returns an immutable instance of BetaOverloadedError.
- build() - function in com.anthropic.models.beta.BetaPermissionError.Builder
- Returns an immutable instance of BetaPermissionError.
- build() - function in com.anthropic.models.beta.BetaRateLimitError.Builder
- Returns an immutable instance of BetaRateLimitError.
- build() - function in com.anthropic.models.beta.agents.AgentArchiveParams.Builder
- Returns an immutable instance of AgentArchiveParams.
- build() - function in com.anthropic.models.beta.agents.AgentCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.agents.AgentCreateParams.Builder
- Returns an immutable instance of AgentCreateParams.
- build() - function in com.anthropic.models.beta.agents.AgentCreateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.agents.AgentListPage.Builder
- Returns an immutable instance of AgentListPage.
- build() - function in com.anthropic.models.beta.agents.AgentListPageAsync.Builder
- Returns an immutable instance of AgentListPageAsync.
- build() - function in com.anthropic.models.beta.agents.AgentListPageResponse.Builder
- Returns an immutable instance of AgentListPageResponse.
- build() - function in com.anthropic.models.beta.agents.AgentListParams.Builder
- Returns an immutable instance of AgentListParams.
- build() - function in com.anthropic.models.beta.agents.AgentRetrieveParams.Builder
- Returns an immutable instance of AgentRetrieveParams.
- build() - function in com.anthropic.models.beta.agents.AgentUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.agents.AgentUpdateParams.Builder
- Returns an immutable instance of AgentUpdateParams.
- build() - function in com.anthropic.models.beta.agents.AgentUpdateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgent.Builder
- Returns an immutable instance of BetaManagedAgentsAgent.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgent.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentReference.Builder
- Returns an immutable instance of BetaManagedAgentsAgentReference.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolConfig.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolConfigParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolset20260401.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401BashInput.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolset20260401BashInput.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401EditInput.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolset20260401EditInput.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401GlobInput.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolset20260401GlobInput.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401GrepInput.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolset20260401GrepInput.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401Params.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolset20260401Params.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401ReadInput.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolset20260401ReadInput.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401WriteInput.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolset20260401WriteInput.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfig.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolsetDefaultConfig.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfigParams.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolsetDefaultConfigParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAllowPolicy.Builder
- Returns an immutable instance of BetaManagedAgentsAlwaysAllowPolicy.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAskPolicy.Builder
- Returns an immutable instance of BetaManagedAgentsAlwaysAskPolicy.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkill.Builder
- Returns an immutable instance of BetaManagedAgentsAnthropicSkill.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkillParams.Builder
- Returns an immutable instance of BetaManagedAgentsAnthropicSkillParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkill.Builder
- Returns an immutable instance of BetaManagedAgentsCustomSkill.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkillParams.Builder
- Returns an immutable instance of BetaManagedAgentsCustomSkillParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomTool.Builder
- Returns an immutable instance of BetaManagedAgentsCustomTool.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolInputSchema.Builder
- Returns an immutable instance of BetaManagedAgentsCustomToolInputSchema.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolInputSchema.Properties.Builder
- Returns an immutable instance of Properties.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolParams.Builder
- Returns an immutable instance of BetaManagedAgentsCustomToolParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpServerUrlDefinition.Builder
- Returns an immutable instance of BetaManagedAgentsMcpServerUrlDefinition.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfig.Builder
- Returns an immutable instance of BetaManagedAgentsMcpToolConfig.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfigParams.Builder
- Returns an immutable instance of BetaManagedAgentsMcpToolConfigParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolset.Builder
- Returns an immutable instance of BetaManagedAgentsMcpToolset.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfig.Builder
- Returns an immutable instance of BetaManagedAgentsMcpToolsetDefaultConfig.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfigParams.Builder
- Returns an immutable instance of BetaManagedAgentsMcpToolsetDefaultConfigParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetParams.Builder
- Returns an immutable instance of BetaManagedAgentsMcpToolsetParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfig.Builder
- Returns an immutable instance of BetaManagedAgentsModelConfig.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfigParams.Builder
- Returns an immutable instance of BetaManagedAgentsModelConfigParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinator.Builder
- Returns an immutable instance of BetaManagedAgentsMultiagentCoordinator.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinatorParams.Builder
- Returns an immutable instance of BetaManagedAgentsMultiagentCoordinatorParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentSelfParams.Builder
- Returns an immutable instance of BetaManagedAgentsMultiagentSelfParams.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionThreadAgent.
- build() - function in com.anthropic.models.beta.agents.BetaManagedAgentsUrlMcpServerParams.Builder
- Returns an immutable instance of BetaManagedAgentsUrlMcpServerParams.
- build() - function in com.anthropic.models.beta.agents.versions.VersionListPage.Builder
- Returns an immutable instance of VersionListPage.
- build() - function in com.anthropic.models.beta.agents.versions.VersionListPageAsync.Builder
- Returns an immutable instance of VersionListPageAsync.
- build() - function in com.anthropic.models.beta.agents.versions.VersionListPageResponse.Builder
- Returns an immutable instance of VersionListPageResponse.
- build() - function in com.anthropic.models.beta.agents.versions.VersionListParams.Builder
- Returns an immutable instance of VersionListParams.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsAgentArchivedRunError.Builder
- Returns an immutable instance of BetaManagedAgentsAgentArchivedRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsDeploymentRun.Builder
- Returns an immutable instance of BetaManagedAgentsDeploymentRun.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentArchivedRunError.Builder
- Returns an immutable instance of BetaManagedAgentsEnvironmentArchivedRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentNotFoundRunError.Builder
- Returns an immutable instance of BetaManagedAgentsEnvironmentNotFoundRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsFileNotFoundRunError.Builder
- Returns an immutable instance of BetaManagedAgentsFileNotFoundRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsManualTriggerContext.Builder
- Returns an immutable instance of BetaManagedAgentsManualTriggerContext.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMcpEgressBlockedRunError.Builder
- Returns an immutable instance of BetaManagedAgentsMcpEgressBlockedRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMemoryStoreArchivedRunError.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryStoreArchivedRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsOrganizationDisabledRunError.Builder
- Returns an immutable instance of BetaManagedAgentsOrganizationDisabledRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsScheduleTriggerContext.Builder
- Returns an immutable instance of BetaManagedAgentsScheduleTriggerContext.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Builder
- Returns an immutable instance of BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionCreationRejectedRunError.Builder
- Returns an immutable instance of BetaManagedAgentsSessionCreationRejectedRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionRateLimitedRunError.Builder
- Returns an immutable instance of BetaManagedAgentsSessionRateLimitedRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionResourceNotFoundRunError.Builder
- Returns an immutable instance of BetaManagedAgentsSessionResourceNotFoundRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSkillNotFoundRunError.Builder
- Returns an immutable instance of BetaManagedAgentsSkillNotFoundRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsUnknownRunError.Builder
- Returns an immutable instance of BetaManagedAgentsUnknownRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultArchivedRunError.Builder
- Returns an immutable instance of BetaManagedAgentsVaultArchivedRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultNotFoundRunError.Builder
- Returns an immutable instance of BetaManagedAgentsVaultNotFoundRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsWorkspaceArchivedRunError.Builder
- Returns an immutable instance of BetaManagedAgentsWorkspaceArchivedRunError.
- build() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListPage.Builder
- Returns an immutable instance of DeploymentRunListPage.
- build() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListPageAsync.Builder
- Returns an immutable instance of DeploymentRunListPageAsync.
- build() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListPageResponse.Builder
- Returns an immutable instance of DeploymentRunListPageResponse.
- build() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListParams.Builder
- Returns an immutable instance of DeploymentRunListParams.
- build() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunRetrieveParams.Builder
- Returns an immutable instance of DeploymentRunRetrieveParams.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsCronSchedule.Builder
- Returns an immutable instance of BetaManagedAgentsCronSchedule.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsCronScheduleParams.Builder
- Returns an immutable instance of BetaManagedAgentsCronScheduleParams.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment.Builder
- Returns an immutable instance of BetaManagedAgentsDeployment.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentSystemMessageEvent.Builder
- Returns an immutable instance of BetaManagedAgentsDeploymentSystemMessageEvent.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Builder
- Returns an immutable instance of BetaManagedAgentsDeploymentUserDefineOutcomeEvent.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserMessageEvent.Builder
- Returns an immutable instance of BetaManagedAgentsDeploymentUserMessageEvent.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsErrorDeploymentPausedReason.Builder
- Returns an immutable instance of BetaManagedAgentsErrorDeploymentPausedReason.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsFileResourceConfig.Builder
- Returns an immutable instance of BetaManagedAgentsFileResourceConfig.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig.Builder
- Returns an immutable instance of BetaManagedAgentsGitHubRepositoryResourceConfig.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsManualDeploymentPausedReason.Builder
- Returns an immutable instance of BetaManagedAgentsManualDeploymentPausedReason.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreResourceConfig.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryStoreResourceConfig.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsSchedule.Builder
- Returns an immutable instance of BetaManagedAgentsSchedule.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsScheduleParams.Builder
- Returns an immutable instance of BetaManagedAgentsScheduleParams.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsUnknownDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsUnknownDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Builder
- Returns an immutable instance of BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.
- build() - function in com.anthropic.models.beta.deployments.DeploymentArchiveParams.Builder
- Returns an immutable instance of DeploymentArchiveParams.
- build() - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Builder
- Returns an immutable instance of DeploymentCreateParams.
- build() - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.deployments.DeploymentListPage.Builder
- Returns an immutable instance of DeploymentListPage.
- build() - function in com.anthropic.models.beta.deployments.DeploymentListPageAsync.Builder
- Returns an immutable instance of DeploymentListPageAsync.
- build() - function in com.anthropic.models.beta.deployments.DeploymentListPageResponse.Builder
- Returns an immutable instance of DeploymentListPageResponse.
- build() - function in com.anthropic.models.beta.deployments.DeploymentListParams.Builder
- Returns an immutable instance of DeploymentListParams.
- build() - function in com.anthropic.models.beta.deployments.DeploymentPauseParams.Builder
- Returns an immutable instance of DeploymentPauseParams.
- build() - function in com.anthropic.models.beta.deployments.DeploymentRetrieveParams.Builder
- Returns an immutable instance of DeploymentRetrieveParams.
- build() - function in com.anthropic.models.beta.deployments.DeploymentRunParams.Builder
- Returns an immutable instance of DeploymentRunParams.
- build() - function in com.anthropic.models.beta.deployments.DeploymentUnpauseParams.Builder
- Returns an immutable instance of DeploymentUnpauseParams.
- build() - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Builder
- Returns an immutable instance of DeploymentUpdateParams.
- build() - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.environments.BetaCloudConfig.Builder
- Returns an immutable instance of BetaCloudConfig.
- build() - function in com.anthropic.models.beta.environments.BetaCloudConfigParams.Builder
- Returns an immutable instance of BetaCloudConfigParams.
- build() - function in com.anthropic.models.beta.environments.BetaEnvironment.Builder
- Returns an immutable instance of BetaEnvironment.
- build() - function in com.anthropic.models.beta.environments.BetaEnvironment.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.environments.BetaEnvironmentDeleteResponse.Builder
- Returns an immutable instance of BetaEnvironmentDeleteResponse.
- build() - function in com.anthropic.models.beta.environments.BetaLimitedNetwork.Builder
- Returns an immutable instance of BetaLimitedNetwork.
- build() - function in com.anthropic.models.beta.environments.BetaLimitedNetworkParams.Builder
- Returns an immutable instance of BetaLimitedNetworkParams.
- build() - function in com.anthropic.models.beta.environments.BetaPackages.Builder
- Returns an immutable instance of BetaPackages.
- build() - function in com.anthropic.models.beta.environments.BetaPackagesParams.Builder
- Returns an immutable instance of BetaPackagesParams.
- build() - function in com.anthropic.models.beta.environments.BetaSelfHostedConfig.Builder
- Returns an immutable instance of BetaSelfHostedConfig.
- build() - function in com.anthropic.models.beta.environments.BetaSelfHostedConfigParams.Builder
- Returns an immutable instance of BetaSelfHostedConfigParams.
- build() - function in com.anthropic.models.beta.environments.BetaUnrestrictedNetwork.Builder
- Returns an immutable instance of BetaUnrestrictedNetwork.
- build() - function in com.anthropic.models.beta.environments.EnvironmentArchiveParams.Builder
- Returns an immutable instance of EnvironmentArchiveParams.
- build() - function in com.anthropic.models.beta.environments.EnvironmentCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.environments.EnvironmentCreateParams.Builder
- Returns an immutable instance of EnvironmentCreateParams.
- build() - function in com.anthropic.models.beta.environments.EnvironmentCreateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.environments.EnvironmentDeleteParams.Builder
- Returns an immutable instance of EnvironmentDeleteParams.
- build() - function in com.anthropic.models.beta.environments.EnvironmentListPage.Builder
- Returns an immutable instance of EnvironmentListPage.
- build() - function in com.anthropic.models.beta.environments.EnvironmentListPageAsync.Builder
- Returns an immutable instance of EnvironmentListPageAsync.
- build() - function in com.anthropic.models.beta.environments.EnvironmentListPageResponse.Builder
- Returns an immutable instance of EnvironmentListPageResponse.
- build() - function in com.anthropic.models.beta.environments.EnvironmentListParams.Builder
- Returns an immutable instance of EnvironmentListParams.
- build() - function in com.anthropic.models.beta.environments.EnvironmentRetrieveParams.Builder
- Returns an immutable instance of EnvironmentRetrieveParams.
- build() - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams.Builder
- Returns an immutable instance of EnvironmentUpdateParams.
- build() - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWork.Builder
- Returns an immutable instance of BetaSelfHostedWork.
- build() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWork.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkHeartbeatResponse.Builder
- Returns an immutable instance of BetaSelfHostedWorkHeartbeatResponse.
- build() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkListResponse.Builder
- Returns an immutable instance of BetaSelfHostedWorkListResponse.
- build() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkQueueStats.Builder
- Returns an immutable instance of BetaSelfHostedWorkQueueStats.
- build() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkStopRequest.Builder
- Returns an immutable instance of BetaSelfHostedWorkStopRequest.
- build() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkUpdateRequest.Builder
- Returns an immutable instance of BetaSelfHostedWorkUpdateRequest.
- build() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkUpdateRequest.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.environments.work.BetaSessionWorkData.Builder
- Returns an immutable instance of BetaSessionWorkData.
- build() - function in com.anthropic.models.beta.environments.work.WorkAckParams.Builder
- Returns an immutable instance of WorkAckParams.
- build() - function in com.anthropic.models.beta.environments.work.WorkHeartbeatParams.Builder
- Returns an immutable instance of WorkHeartbeatParams.
- build() - function in com.anthropic.models.beta.environments.work.WorkListPage.Builder
- Returns an immutable instance of WorkListPage.
- build() - function in com.anthropic.models.beta.environments.work.WorkListPageAsync.Builder
- Returns an immutable instance of WorkListPageAsync.
- build() - function in com.anthropic.models.beta.environments.work.WorkListParams.Builder
- Returns an immutable instance of WorkListParams.
- build() - function in com.anthropic.models.beta.environments.work.WorkPollParams.Builder
- Returns an immutable instance of WorkPollParams.
- build() - function in com.anthropic.models.beta.environments.work.WorkRetrieveParams.Builder
- Returns an immutable instance of WorkRetrieveParams.
- build() - function in com.anthropic.models.beta.environments.work.WorkStatsParams.Builder
- Returns an immutable instance of WorkStatsParams.
- build() - function in com.anthropic.models.beta.environments.work.WorkStopParams.Builder
- Returns an immutable instance of WorkStopParams.
- build() - function in com.anthropic.models.beta.environments.work.WorkUpdateParams.Builder
- Returns an immutable instance of WorkUpdateParams.
- build() - function in com.anthropic.models.beta.files.BetaFileScope.Builder
- Returns an immutable instance of BetaFileScope.
- 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.memorystores.BetaManagedAgentsDeletedMemoryStore.Builder
- Returns an immutable instance of BetaManagedAgentsDeletedMemoryStore.
- build() - function in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryStore.
- build() - function in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreArchiveParams.Builder
- Returns an immutable instance of MemoryStoreArchiveParams.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams.Builder
- Returns an immutable instance of MemoryStoreCreateParams.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreDeleteParams.Builder
- Returns an immutable instance of MemoryStoreDeleteParams.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreListPage.Builder
- Returns an immutable instance of MemoryStoreListPage.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreListPageAsync.Builder
- Returns an immutable instance of MemoryStoreListPageAsync.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreListPageResponse.Builder
- Returns an immutable instance of MemoryStoreListPageResponse.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreListParams.Builder
- Returns an immutable instance of MemoryStoreListParams.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreRetrieveParams.Builder
- Returns an immutable instance of MemoryStoreRetrieveParams.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Builder
- Returns an immutable instance of MemoryStoreUpdateParams.
- build() - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsConflictError.Builder
- Returns an immutable instance of BetaManagedAgentsConflictError.
- build() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsContentSha256Precondition.Builder
- Returns an immutable instance of BetaManagedAgentsContentSha256Precondition.
- build() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsDeletedMemory.Builder
- Returns an immutable instance of BetaManagedAgentsDeletedMemory.
- build() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemory.Builder
- Returns an immutable instance of BetaManagedAgentsMemory.
- build() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPathConflictError.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryPathConflictError.
- build() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPreconditionFailedError.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryPreconditionFailedError.
- build() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPrefix.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryPrefix.
- build() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsPrecondition.Builder
- Returns an immutable instance of BetaManagedAgentsPrecondition.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryCreateParams.Builder
- Returns an immutable instance of MemoryCreateParams.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryDeleteParams.Builder
- Returns an immutable instance of MemoryDeleteParams.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryListPage.Builder
- Returns an immutable instance of MemoryListPage.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryListPageAsync.Builder
- Returns an immutable instance of MemoryListPageAsync.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryListPageResponse.Builder
- Returns an immutable instance of MemoryListPageResponse.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryListParams.Builder
- Returns an immutable instance of MemoryListParams.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryRetrieveParams.Builder
- Returns an immutable instance of MemoryRetrieveParams.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.memorystores.memories.MemoryUpdateParams.Builder
- Returns an immutable instance of MemoryUpdateParams.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsApiActor.Builder
- Returns an immutable instance of BetaManagedAgentsApiActor.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsMemoryVersion.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryVersion.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsSessionActor.Builder
- Returns an immutable instance of BetaManagedAgentsSessionActor.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsUserActor.Builder
- Returns an immutable instance of BetaManagedAgentsUserActor.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListPage.Builder
- Returns an immutable instance of MemoryVersionListPage.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListPageAsync.Builder
- Returns an immutable instance of MemoryVersionListPageAsync.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListPageResponse.Builder
- Returns an immutable instance of MemoryVersionListPageResponse.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListParams.Builder
- Returns an immutable instance of MemoryVersionListParams.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRedactParams.Builder
- Returns an immutable instance of MemoryVersionRedactParams.
- build() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRetrieveParams.Builder
- Returns an immutable instance of MemoryVersionRetrieveParams.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorMessageIterationUsage.Builder
- Returns an immutable instance of BetaAdvisorMessageIterationUsage.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorRedactedResultBlock.Builder
- Returns an immutable instance of BetaAdvisorRedactedResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorRedactedResultBlockParam.Builder
- Returns an immutable instance of BetaAdvisorRedactedResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorResultBlock.Builder
- Returns an immutable instance of BetaAdvisorResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorResultBlockParam.Builder
- Returns an immutable instance of BetaAdvisorResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorTool20260301.Builder
- Returns an immutable instance of BetaAdvisorTool20260301.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlock.Builder
- Returns an immutable instance of BetaAdvisorToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlockParam.Builder
- Returns an immutable instance of BetaAdvisorToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultError.Builder
- Returns an immutable instance of BetaAdvisorToolResultError.
- build() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultErrorParam.Builder
- Returns an immutable instance of BetaAdvisorToolResultErrorParam.
- build() - function in com.anthropic.models.beta.messages.BetaAllThinkingTurns.Builder
- Returns an immutable instance of BetaAllThinkingTurns.
- build() - function in com.anthropic.models.beta.messages.BetaBase64ImageSource.Builder
- Returns an immutable instance of BetaBase64ImageSource.
- build() - function in com.anthropic.models.beta.messages.BetaBase64PdfSource.Builder
- Returns an immutable instance of BetaBase64PdfSource.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlock.Builder
- Returns an immutable instance of BetaBashCodeExecutionOutputBlock.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlockParam.Builder
- Returns an immutable instance of BetaBashCodeExecutionOutputBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlock.Builder
- Returns an immutable instance of BetaBashCodeExecutionResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of BetaBashCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of BetaBashCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of BetaBashCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError.Builder
- Returns an immutable instance of BetaBashCodeExecutionToolResultError.
- build() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of BetaBashCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Builder
- Returns an immutable instance of BetaCacheControlEphemeral.
- build() - function in com.anthropic.models.beta.messages.BetaCacheCreation.Builder
- Returns an immutable instance of BetaCacheCreation.
- build() - function in com.anthropic.models.beta.messages.BetaCacheMissMessagesChanged.Builder
- Returns an immutable instance of BetaCacheMissMessagesChanged.
- build() - function in com.anthropic.models.beta.messages.BetaCacheMissModelChanged.Builder
- Returns an immutable instance of BetaCacheMissModelChanged.
- build() - function in com.anthropic.models.beta.messages.BetaCacheMissPreviousMessageNotFound.Builder
- Returns an immutable instance of BetaCacheMissPreviousMessageNotFound.
- build() - function in com.anthropic.models.beta.messages.BetaCacheMissSystemChanged.Builder
- Returns an immutable instance of BetaCacheMissSystemChanged.
- build() - function in com.anthropic.models.beta.messages.BetaCacheMissToolsChanged.Builder
- Returns an immutable instance of BetaCacheMissToolsChanged.
- build() - function in com.anthropic.models.beta.messages.BetaCacheMissUnavailable.Builder
- Returns an immutable instance of BetaCacheMissUnavailable.
- build() - function in com.anthropic.models.beta.messages.BetaCitationCharLocation.Builder
- Returns an immutable instance of BetaCitationCharLocation.
- build() - function in com.anthropic.models.beta.messages.BetaCitationCharLocationParam.Builder
- Returns an immutable instance of BetaCitationCharLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationConfig.Builder
- Returns an immutable instance of BetaCitationConfig.
- build() - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocation.Builder
- Returns an immutable instance of BetaCitationContentBlockLocation.
- build() - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocationParam.Builder
- Returns an immutable instance of BetaCitationContentBlockLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationPageLocation.Builder
- Returns an immutable instance of BetaCitationPageLocation.
- build() - function in com.anthropic.models.beta.messages.BetaCitationPageLocationParam.Builder
- Returns an immutable instance of BetaCitationPageLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationSearchResultLocation.Builder
- Returns an immutable instance of BetaCitationSearchResultLocation.
- build() - function in com.anthropic.models.beta.messages.BetaCitationSearchResultLocationParam.Builder
- Returns an immutable instance of BetaCitationSearchResultLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationWebSearchResultLocationParam.Builder
- Returns an immutable instance of BetaCitationWebSearchResultLocationParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationsConfigParam.Builder
- Returns an immutable instance of BetaCitationsConfigParam.
- build() - function in com.anthropic.models.beta.messages.BetaCitationsDelta.Builder
- Returns an immutable instance of BetaCitationsDelta.
- build() - function in com.anthropic.models.beta.messages.BetaCitationsWebSearchResultLocation.Builder
- Returns an immutable instance of BetaCitationsWebSearchResultLocation.
- build() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Builder
- Returns an immutable instance of BetaClearThinking20251015Edit.
- build() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015EditResponse.Builder
- Returns an immutable instance of BetaClearThinking20251015EditResponse.
- build() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.Builder
- Returns an immutable instance of BetaClearToolUses20250919Edit.
- build() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919EditResponse.Builder
- Returns an immutable instance of BetaClearToolUses20250919EditResponse.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlock.Builder
- Returns an immutable instance of BetaCodeExecutionOutputBlock.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlockParam.Builder
- Returns an immutable instance of BetaCodeExecutionOutputBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock.Builder
- Returns an immutable instance of BetaCodeExecutionResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of BetaCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.Builder
- Returns an immutable instance of BetaCodeExecutionTool20250522.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825.Builder
- Returns an immutable instance of BetaCodeExecutionTool20250825.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120.Builder
- Returns an immutable instance of BetaCodeExecutionTool20260120.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of BetaCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of BetaCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultError.Builder
- Returns an immutable instance of BetaCodeExecutionToolResultError.
- build() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of BetaCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.beta.messages.BetaCompact20260112Edit.Builder
- Returns an immutable instance of BetaCompact20260112Edit.
- build() - function in com.anthropic.models.beta.messages.BetaCompactionBlock.Builder
- Returns an immutable instance of BetaCompactionBlock.
- build() - function in com.anthropic.models.beta.messages.BetaCompactionBlockParam.Builder
- Returns an immutable instance of BetaCompactionBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaCompactionContentBlockDelta.Builder
- Returns an immutable instance of BetaCompactionContentBlockDelta.
- build() - function in com.anthropic.models.beta.messages.BetaCompactionIterationUsage.Builder
- Returns an immutable instance of BetaCompactionIterationUsage.
- build() - function in com.anthropic.models.beta.messages.BetaContainer.Builder
- Returns an immutable instance of BetaContainer.
- build() - function in com.anthropic.models.beta.messages.BetaContainerParams.Builder
- Returns an immutable instance of BetaContainerParams.
- build() - function in com.anthropic.models.beta.messages.BetaContainerUploadBlock.Builder
- Returns an immutable instance of BetaContainerUploadBlock.
- build() - function in com.anthropic.models.beta.messages.BetaContainerUploadBlockParam.Builder
- Returns an immutable instance of BetaContainerUploadBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaContentBlockSource.Builder
- Returns an immutable instance of BetaContentBlockSource.
- build() - function in com.anthropic.models.beta.messages.BetaContextManagementConfig.Builder
- Returns an immutable instance of BetaContextManagementConfig.
- build() - function in com.anthropic.models.beta.messages.BetaContextManagementResponse.Builder
- Returns an immutable instance of BetaContextManagementResponse.
- build() - function in com.anthropic.models.beta.messages.BetaCountTokensContextManagementResponse.Builder
- Returns an immutable instance of BetaCountTokensContextManagementResponse.
- build() - function in com.anthropic.models.beta.messages.BetaDiagnostics.Builder
- Returns an immutable instance of BetaDiagnostics.
- build() - function in com.anthropic.models.beta.messages.BetaDiagnosticsParam.Builder
- Returns an immutable instance of BetaDiagnosticsParam.
- build() - function in com.anthropic.models.beta.messages.BetaDirectCaller.Builder
- Returns an immutable instance of BetaDirectCaller.
- build() - function in com.anthropic.models.beta.messages.BetaDocumentBlock.Builder
- Returns an immutable instance of BetaDocumentBlock.
- build() - function in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlock.Builder
- Returns an immutable instance of BetaEncryptedCodeExecutionResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of BetaEncryptedCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaFallbackBlock.Builder
- Returns an immutable instance of BetaFallbackBlock.
- build() - function in com.anthropic.models.beta.messages.BetaFallbackBlockParam.Builder
- Returns an immutable instance of BetaFallbackBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaFallbackInfo.Builder
- Returns an immutable instance of BetaFallbackInfo.
- build() - function in com.anthropic.models.beta.messages.BetaFallbackInfoParam.Builder
- Returns an immutable instance of BetaFallbackInfoParam.
- build() - function in com.anthropic.models.beta.messages.BetaFallbackMessageIterationUsage.Builder
- Returns an immutable instance of BetaFallbackMessageIterationUsage.
- build() - function in com.anthropic.models.beta.messages.BetaFallbackParam.Builder
- Returns an immutable instance of BetaFallbackParam.
- build() - function in com.anthropic.models.beta.messages.BetaFileDocumentSource.Builder
- Returns an immutable instance of BetaFileDocumentSource.
- build() - function in com.anthropic.models.beta.messages.BetaFileImageSource.Builder
- Returns an immutable instance of BetaFileImageSource.
- build() - function in com.anthropic.models.beta.messages.BetaImageBlockParam.Builder
- Returns an immutable instance of BetaImageBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaInputJsonDelta.Builder
- Returns an immutable instance of BetaInputJsonDelta.
- build() - function in com.anthropic.models.beta.messages.BetaInputTokensClearAtLeast.Builder
- Returns an immutable instance of BetaInputTokensClearAtLeast.
- build() - function in com.anthropic.models.beta.messages.BetaInputTokensTrigger.Builder
- Returns an immutable instance of BetaInputTokensTrigger.
- build() - function in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Builder
- Returns an immutable instance of BetaJsonOutputFormat.
- build() - function in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Schema.Builder
- Returns an immutable instance of Schema.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolConfig.Builder
- Returns an immutable instance of BetaMcpToolConfig.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolDefaultConfig.Builder
- Returns an immutable instance of BetaMcpToolDefaultConfig.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Builder
- Returns an immutable instance of BetaMcpToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlock.Builder
- Returns an immutable instance of BetaMcpToolUseBlock.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlock.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Builder
- Returns an immutable instance of BetaMcpToolUseBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolset.Builder
- Returns an immutable instance of BetaMcpToolset.
- build() - function in com.anthropic.models.beta.messages.BetaMcpToolset.Configs.Builder
- Returns an immutable instance of Configs.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818.Builder
- Returns an immutable instance of BetaMemoryTool20250818.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818CreateCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818CreateCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818DeleteCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818DeleteCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818InsertCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818InsertCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818RenameCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818RenameCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818StrReplaceCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818StrReplaceCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818ViewCommand.Builder
- Returns an immutable instance of BetaMemoryTool20250818ViewCommand.
- build() - function in com.anthropic.models.beta.messages.BetaMessage.Builder
- Returns an immutable instance of BetaMessage.
- build() - function in com.anthropic.models.beta.messages.BetaMessageDeltaUsage.Builder
- Returns an immutable instance of BetaMessageDeltaUsage.
- build() - function in com.anthropic.models.beta.messages.BetaMessageIterationUsage.Builder
- Returns an immutable instance of BetaMessageIterationUsage.
- build() - function in com.anthropic.models.beta.messages.BetaMessageParam.Builder
- Returns an immutable instance of BetaMessageParam.
- build() - function in com.anthropic.models.beta.messages.BetaMessageTokensCount.Builder
- Returns an immutable instance of BetaMessageTokensCount.
- build() - function in com.anthropic.models.beta.messages.BetaMetadata.Builder
- Returns an immutable instance of BetaMetadata.
- build() - function in com.anthropic.models.beta.messages.BetaMidConversationSystemBlockParam.Builder
- Returns an immutable instance of BetaMidConversationSystemBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaOutputConfig.Builder
- Returns an immutable instance of BetaOutputConfig.
- build() - function in com.anthropic.models.beta.messages.BetaOutputTokensDetails.Builder
- Returns an immutable instance of BetaOutputTokensDetails.
- 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.BetaRefusalStopDetails.Builder
- Returns an immutable instance of BetaRefusalStopDetails.
- build() - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Builder
- Returns an immutable instance of BetaRequestDocumentBlock.
- build() - function in com.anthropic.models.beta.messages.BetaRequestMcpServerToolConfiguration.Builder
- Returns an immutable instance of BetaRequestMcpServerToolConfiguration.
- build() - function in com.anthropic.models.beta.messages.BetaRequestMcpServerUrlDefinition.Builder
- Returns an immutable instance of BetaRequestMcpServerUrlDefinition.
- build() - function in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam.Builder
- Returns an immutable instance of BetaRequestMcpToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaSearchResultBlockParam.Builder
- Returns an immutable instance of BetaSearchResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolCaller.Builder
- Returns an immutable instance of BetaServerToolCaller.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolCaller20260120.Builder
- Returns an immutable instance of BetaServerToolCaller20260120.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolUsage.Builder
- Returns an immutable instance of BetaServerToolUsage.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Builder
- Returns an immutable instance of BetaServerToolUseBlock.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Builder
- Returns an immutable instance of BetaServerToolUseBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.messages.BetaSignatureDelta.Builder
- Returns an immutable instance of BetaSignatureDelta.
- build() - function in com.anthropic.models.beta.messages.BetaSkill.Builder
- Returns an immutable instance of BetaSkill.
- build() - function in com.anthropic.models.beta.messages.BetaSkillParams.Builder
- Returns an immutable instance of BetaSkillParams.
- build() - function in com.anthropic.models.beta.messages.BetaTextBlock.Builder
- Returns an immutable instance of BetaTextBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextBlockParam.Builder
- Returns an immutable instance of BetaTextBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextDelta.Builder
- Returns an immutable instance of BetaTextDelta.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlock.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionCreateResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlockParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionCreateResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlock.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionStrReplaceResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlockParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionStrReplaceResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionToolResultError.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionViewResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam.Builder
- Returns an immutable instance of BetaTextEditorCodeExecutionViewResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingBlock.Builder
- Returns an immutable instance of BetaThinkingBlock.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingBlockParam.Builder
- Returns an immutable instance of BetaThinkingBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive.Builder
- Returns an immutable instance of BetaThinkingConfigAdaptive.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingConfigDisabled.Builder
- Returns an immutable instance of BetaThinkingConfigDisabled.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Builder
- Returns an immutable instance of BetaThinkingConfigEnabled.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingDelta.Builder
- Returns an immutable instance of BetaThinkingDelta.
- build() - function in com.anthropic.models.beta.messages.BetaThinkingTurns.Builder
- Returns an immutable instance of BetaThinkingTurns.
- build() - function in com.anthropic.models.beta.messages.BetaTokenTaskBudget.Builder
- Returns an immutable instance of BetaTokenTaskBudget.
- build() - function in com.anthropic.models.beta.messages.BetaTool.Builder
- Returns an immutable instance of BetaTool.
- build() - function in com.anthropic.models.beta.messages.BetaTool.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Builder
- Returns an immutable instance of InputSchema.
- build() - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Properties.Builder
- Returns an immutable instance of Properties.
- build() - function in com.anthropic.models.beta.messages.BetaToolBash20241022.Builder
- Returns an immutable instance of BetaToolBash20241022.
- build() - function in com.anthropic.models.beta.messages.BetaToolBash20241022.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolBash20250124.Builder
- Returns an immutable instance of BetaToolBash20250124.
- build() - function in com.anthropic.models.beta.messages.BetaToolBash20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolChoiceAny.Builder
- Returns an immutable instance of BetaToolChoiceAny.
- build() - function in com.anthropic.models.beta.messages.BetaToolChoiceAuto.Builder
- Returns an immutable instance of BetaToolChoiceAuto.
- build() - function in com.anthropic.models.beta.messages.BetaToolChoiceNone.Builder
- Returns an immutable instance of BetaToolChoiceNone.
- build() - function in com.anthropic.models.beta.messages.BetaToolChoiceTool.Builder
- Returns an immutable instance of BetaToolChoiceTool.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.Builder
- Returns an immutable instance of BetaToolComputerUse20241022.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.Builder
- Returns an immutable instance of BetaToolComputerUse20250124.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.Builder
- Returns an immutable instance of BetaToolComputerUse20251124.
- build() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolReferenceBlock.Builder
- Returns an immutable instance of BetaToolReferenceBlock.
- build() - function in com.anthropic.models.beta.messages.BetaToolReferenceBlockParam.Builder
- Returns an immutable instance of BetaToolReferenceBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Builder
- Returns an immutable instance of BetaToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.Builder
- Returns an immutable instance of BetaToolSearchToolBm25_20251119.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.Builder
- Returns an immutable instance of BetaToolSearchToolRegex20251119.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Builder
- Returns an immutable instance of BetaToolSearchToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Builder
- Returns an immutable instance of BetaToolSearchToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultError.Builder
- Returns an immutable instance of BetaToolSearchToolResultError.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam.Builder
- Returns an immutable instance of BetaToolSearchToolResultErrorParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlock.Builder
- Returns an immutable instance of BetaToolSearchToolSearchResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlockParam.Builder
- Returns an immutable instance of BetaToolSearchToolSearchResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.Builder
- Returns an immutable instance of BetaToolTextEditor20241022.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.Builder
- Returns an immutable instance of BetaToolTextEditor20250124.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.Builder
- Returns an immutable instance of BetaToolTextEditor20250429.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.Builder
- Returns an immutable instance of BetaToolTextEditor20250728.
- build() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.beta.messages.BetaToolUseBlock.Builder
- Returns an immutable instance of BetaToolUseBlock.
- build() - function in com.anthropic.models.beta.messages.BetaToolUseBlock.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Builder
- Returns an immutable instance of BetaToolUseBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.messages.BetaToolUsesKeep.Builder
- Returns an immutable instance of BetaToolUsesKeep.
- build() - function in com.anthropic.models.beta.messages.BetaToolUsesTrigger.Builder
- Returns an immutable instance of BetaToolUsesTrigger.
- build() - function in com.anthropic.models.beta.messages.BetaUrlImageSource.Builder
- Returns an immutable instance of BetaUrlImageSource.
- build() - function in com.anthropic.models.beta.messages.BetaUrlPdfSource.Builder
- Returns an immutable instance of BetaUrlPdfSource.
- build() - function in com.anthropic.models.beta.messages.BetaUsage.Builder
- Returns an immutable instance of BetaUsage.
- build() - function in com.anthropic.models.beta.messages.BetaUserLocation.Builder
- Returns an immutable instance of BetaUserLocation.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchBlock.Builder
- Returns an immutable instance of BetaWebFetchBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchBlockParam.Builder
- Returns an immutable instance of BetaWebFetchBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Builder
- Returns an immutable instance of BetaWebFetchTool20250910.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Builder
- Returns an immutable instance of BetaWebFetchTool20260209.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Builder
- Returns an immutable instance of BetaWebFetchTool20260309.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Builder
- Returns an immutable instance of BetaWebFetchToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Builder
- Returns an immutable instance of BetaWebFetchToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlock.Builder
- Returns an immutable instance of BetaWebFetchToolResultErrorBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlockParam.Builder
- Returns an immutable instance of BetaWebFetchToolResultErrorBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlock.Builder
- Returns an immutable instance of BetaWebSearchResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlockParam.Builder
- Returns an immutable instance of BetaWebSearchResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
- Returns an immutable instance of BetaWebSearchTool20250305.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Builder
- Returns an immutable instance of BetaWebSearchTool20260209.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchToolRequestError.Builder
- Returns an immutable instance of BetaWebSearchToolRequestError.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock.Builder
- Returns an immutable instance of BetaWebSearchToolResultBlock.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam.Builder
- Returns an immutable instance of BetaWebSearchToolResultBlockParam.
- build() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultError.Builder
- Returns an immutable instance of BetaWebSearchToolResultError.
- build() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
- Returns an immutable instance of MessageCountTokensParams.
- build() - function in com.anthropic.models.beta.messages.MessageCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
- Returns an immutable instance of MessageCreateParams.
- build() - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Builder
- Returns an immutable instance of StructuredMessageCreateParams.
- build() - function in com.anthropic.models.beta.messages.ToolRunnerCreateParams.Builder
- Returns an immutable instance of ToolRunnerCreateParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
- Returns an immutable instance of BatchCancelParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
- Returns an immutable instance of BatchCreateParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Builder
- Returns an immutable instance of Request.
- build() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Builder
- Returns an immutable instance of Params.
- build() - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
- Returns an immutable instance of BatchDeleteParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchListPage.Builder
- Returns an immutable instance of BatchListPage.
- build() - function in com.anthropic.models.beta.messages.batches.BatchListPageAsync.Builder
- Returns an immutable instance of BatchListPageAsync.
- build() - function in com.anthropic.models.beta.messages.batches.BatchListPageResponse.Builder
- Returns an immutable instance of BatchListPageResponse.
- build() - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
- Returns an immutable instance of BatchListParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
- Returns an immutable instance of BatchResultsParams.
- build() - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
- Returns an immutable instance of BatchRetrieveParams.
- build() - function in com.anthropic.models.beta.messages.batches.BetaDeletedMessageBatch.Builder
- Returns an immutable instance of BetaDeletedMessageBatch.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Builder
- Returns an immutable instance of BetaMessageBatch.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchCanceledResult.Builder
- Returns an immutable instance of BetaMessageBatchCanceledResult.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchErroredResult.Builder
- Returns an immutable instance of BetaMessageBatchErroredResult.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchExpiredResult.Builder
- Returns an immutable instance of BetaMessageBatchExpiredResult.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
- Returns an immutable instance of BetaMessageBatchIndividualResponse.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchRequestCounts.Builder
- Returns an immutable instance of BetaMessageBatchRequestCounts.
- build() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchSucceededResult.Builder
- Returns an immutable instance of BetaMessageBatchSucceededResult.
- build() - function in com.anthropic.models.beta.models.BetaCapabilitySupport.Builder
- Returns an immutable instance of BetaCapabilitySupport.
- build() - function in com.anthropic.models.beta.models.BetaContextManagementCapability.Builder
- Returns an immutable instance of BetaContextManagementCapability.
- build() - function in com.anthropic.models.beta.models.BetaEffortCapability.Builder
- Returns an immutable instance of BetaEffortCapability.
- build() - function in com.anthropic.models.beta.models.BetaModelCapabilities.Builder
- Returns an immutable instance of BetaModelCapabilities.
- build() - function in com.anthropic.models.beta.models.BetaModelInfo.Builder
- Returns an immutable instance of BetaModelInfo.
- build() - function in com.anthropic.models.beta.models.BetaThinkingCapability.Builder
- Returns an immutable instance of BetaThinkingCapability.
- build() - function in com.anthropic.models.beta.models.BetaThinkingTypes.Builder
- Returns an immutable instance of BetaThinkingTypes.
- build() - function in com.anthropic.models.beta.models.ModelListPage.Builder
- Returns an immutable instance of ModelListPage.
- build() - function in com.anthropic.models.beta.models.ModelListPageAsync.Builder
- Returns an immutable instance of ModelListPageAsync.
- build() - function in com.anthropic.models.beta.models.ModelListPageResponse.Builder
- Returns an immutable instance of ModelListPageResponse.
- build() - function in com.anthropic.models.beta.models.ModelListParams.Builder
- Returns an immutable instance of ModelListParams.
- build() - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
- Returns an immutable instance of ModelRetrieveParams.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsAgentParams.Builder
- Returns an immutable instance of BetaManagedAgentsAgentParams.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsBranchCheckout.Builder
- Returns an immutable instance of BetaManagedAgentsBranchCheckout.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsCacheCreationUsage.Builder
- Returns an immutable instance of BetaManagedAgentsCacheCreationUsage.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsCommitCheckout.Builder
- Returns an immutable instance of BetaManagedAgentsCommitCheckout.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsDeletedSession.Builder
- Returns an immutable instance of BetaManagedAgentsDeletedSession.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsFileResourceParams.Builder
- Returns an immutable instance of BetaManagedAgentsFileResourceParams.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams.Builder
- Returns an immutable instance of BetaManagedAgentsGitHubRepositoryResourceParams.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsMemoryStoreResourceParam.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryStoreResourceParam.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagent.Builder
- Returns an immutable instance of BetaManagedAgentsMultiagent.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagentParams.Builder
- Returns an immutable instance of BetaManagedAgentsMultiagentParams.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsOutcomeEvaluationResource.Builder
- Returns an immutable instance of BetaManagedAgentsOutcomeEvaluationResource.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSession.Builder
- Returns an immutable instance of BetaManagedAgentsSession.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSession.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionAgent.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgentUpdate.Builder
- Returns an immutable instance of BetaManagedAgentsSessionAgentUpdate.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionMultiagentCoordinator.Builder
- Returns an immutable instance of BetaManagedAgentsSessionMultiagentCoordinator.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionStats.Builder
- Returns an immutable instance of BetaManagedAgentsSessionStats.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionUpdatedEvent.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUsage.Builder
- Returns an immutable instance of BetaManagedAgentsSessionUsage.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemContentBlock.Builder
- Returns an immutable instance of BetaManagedAgentsSystemContentBlock.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemMessageEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSystemMessageEvent.
- build() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsUserToolResultEvent.Builder
- Returns an immutable instance of BetaManagedAgentsUserToolResultEvent.
- build() - function in com.anthropic.models.beta.sessions.SessionArchiveParams.Builder
- Returns an immutable instance of SessionArchiveParams.
- build() - function in com.anthropic.models.beta.sessions.SessionCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.sessions.SessionCreateParams.Builder
- Returns an immutable instance of SessionCreateParams.
- build() - function in com.anthropic.models.beta.sessions.SessionCreateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.sessions.SessionDeleteParams.Builder
- Returns an immutable instance of SessionDeleteParams.
- build() - function in com.anthropic.models.beta.sessions.SessionListPage.Builder
- Returns an immutable instance of SessionListPage.
- build() - function in com.anthropic.models.beta.sessions.SessionListPageAsync.Builder
- Returns an immutable instance of SessionListPageAsync.
- build() - function in com.anthropic.models.beta.sessions.SessionListPageResponse.Builder
- Returns an immutable instance of SessionListPageResponse.
- build() - function in com.anthropic.models.beta.sessions.SessionListParams.Builder
- Returns an immutable instance of SessionListParams.
- build() - function in com.anthropic.models.beta.sessions.SessionRetrieveParams.Builder
- Returns an immutable instance of SessionRetrieveParams.
- build() - function in com.anthropic.models.beta.sessions.SessionUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.sessions.SessionUpdateParams.Builder
- Returns an immutable instance of SessionUpdateParams.
- build() - function in com.anthropic.models.beta.sessions.SessionUpdateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentCustomToolUseEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolResultEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentMcpToolResultEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentMcpToolUseEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMessageEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentMessageEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThinkingEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentThinkingEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadContextCompactedEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentThreadContextCompactedEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageReceivedEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentThreadMessageReceivedEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageSentEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentThreadMessageSentEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolResultEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolResultEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent.Builder
- Returns an immutable instance of BetaManagedAgentsAgentToolUseEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64DocumentSource.Builder
- Returns an immutable instance of BetaManagedAgentsBase64DocumentSource.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64ImageSource.Builder
- Returns an immutable instance of BetaManagedAgentsBase64ImageSource.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError.Builder
- Returns an immutable instance of BetaManagedAgentsBillingError.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsCredentialHostUnreachableError.Builder
- Returns an immutable instance of BetaManagedAgentsCredentialHostUnreachableError.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsDocumentBlock.Builder
- Returns an immutable instance of BetaManagedAgentsDocumentBlock.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileDocumentSource.Builder
- Returns an immutable instance of BetaManagedAgentsFileDocumentSource.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileImageSource.Builder
- Returns an immutable instance of BetaManagedAgentsFileImageSource.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubric.Builder
- Returns an immutable instance of BetaManagedAgentsFileRubric.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubricParams.Builder
- Returns an immutable instance of BetaManagedAgentsFileRubricParams.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsImageBlock.Builder
- Returns an immutable instance of BetaManagedAgentsImageBlock.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpAuthenticationFailedError.Builder
- Returns an immutable instance of BetaManagedAgentsMcpAuthenticationFailedError.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpConnectionFailedError.Builder
- Returns an immutable instance of BetaManagedAgentsMcpConnectionFailedError.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelOverloadedError.Builder
- Returns an immutable instance of BetaManagedAgentsModelOverloadedError.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRateLimitedError.Builder
- Returns an immutable instance of BetaManagedAgentsModelRateLimitedError.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRequestFailedError.Builder
- Returns an immutable instance of BetaManagedAgentsModelRequestFailedError.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsPlainTextDocumentSource.Builder
- Returns an immutable instance of BetaManagedAgentsPlainTextDocumentSource.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusExhausted.Builder
- Returns an immutable instance of BetaManagedAgentsRetryStatusExhausted.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusRetrying.Builder
- Returns an immutable instance of BetaManagedAgentsRetryStatusRetrying.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusTerminal.Builder
- Returns an immutable instance of BetaManagedAgentsRetryStatusTerminal.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultBlock.Builder
- Returns an immutable instance of BetaManagedAgentsSearchResultBlock.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultCitations.Builder
- Returns an immutable instance of BetaManagedAgentsSearchResultCitations.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultContent.Builder
- Returns an immutable instance of BetaManagedAgentsSearchResultContent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSendSessionEvents.Builder
- Returns an immutable instance of BetaManagedAgentsSendSessionEvents.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionDeletedEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionDeletedEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionEndTurn.Builder
- Returns an immutable instance of BetaManagedAgentsSessionEndTurn.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionErrorEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionErrorEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRequiresAction.Builder
- Returns an immutable instance of BetaManagedAgentsSessionRequiresAction.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRetriesExhausted.Builder
- Returns an immutable instance of BetaManagedAgentsSessionRetriesExhausted.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusIdleEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionStatusIdleEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRescheduledEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionStatusRescheduledEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRunningEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionStatusRunningEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusTerminatedEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionStatusTerminatedEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadCreatedEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionThreadCreatedEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusIdleEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionThreadStatusIdleEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRescheduledEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionThreadStatusRescheduledEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRunningEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionThreadStatusRunningEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusTerminatedEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSessionThreadStatusTerminatedEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestEndEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSpanModelRequestEndEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestStartEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSpanModelRequestStartEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelUsage.Builder
- Returns an immutable instance of BetaManagedAgentsSpanModelUsage.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationEndEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSpanOutcomeEvaluationEndEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder
- Returns an immutable instance of BetaManagedAgentsSpanOutcomeEvaluationStartEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSystemMessageEventParams.Builder
- Returns an immutable instance of BetaManagedAgentsSystemMessageEventParams.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextBlock.Builder
- Returns an immutable instance of BetaManagedAgentsTextBlock.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubric.Builder
- Returns an immutable instance of BetaManagedAgentsTextRubric.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubricParams.Builder
- Returns an immutable instance of BetaManagedAgentsTextRubricParams.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUnknownError.Builder
- Returns an immutable instance of BetaManagedAgentsUnknownError.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlDocumentSource.Builder
- Returns an immutable instance of BetaManagedAgentsUrlDocumentSource.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlImageSource.Builder
- Returns an immutable instance of BetaManagedAgentsUrlImageSource.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEvent.Builder
- Returns an immutable instance of BetaManagedAgentsUserCustomToolResultEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEventParams.Builder
- Returns an immutable instance of BetaManagedAgentsUserCustomToolResultEventParams.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEvent.Builder
- Returns an immutable instance of BetaManagedAgentsUserDefineOutcomeEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEventParams.Builder
- Returns an immutable instance of BetaManagedAgentsUserDefineOutcomeEventParams.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEvent.Builder
- Returns an immutable instance of BetaManagedAgentsUserInterruptEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEventParams.Builder
- Returns an immutable instance of BetaManagedAgentsUserInterruptEventParams.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEvent.Builder
- Returns an immutable instance of BetaManagedAgentsUserMessageEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEventParams.Builder
- Returns an immutable instance of BetaManagedAgentsUserMessageEventParams.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEvent.Builder
- Returns an immutable instance of BetaManagedAgentsUserToolConfirmationEvent.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEventParams.Builder
- Returns an immutable instance of BetaManagedAgentsUserToolConfirmationEventParams.
- build() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolResultEventParams.Builder
- Returns an immutable instance of BetaManagedAgentsUserToolResultEventParams.
- build() - function in com.anthropic.models.beta.sessions.events.EventListPage.Builder
- Returns an immutable instance of EventListPage.
- build() - function in com.anthropic.models.beta.sessions.events.EventListPageAsync.Builder
- Returns an immutable instance of EventListPageAsync.
- build() - function in com.anthropic.models.beta.sessions.events.EventListPageResponse.Builder
- Returns an immutable instance of EventListPageResponse.
- build() - function in com.anthropic.models.beta.sessions.events.EventListParams.Builder
- Returns an immutable instance of EventListParams.
- build() - function in com.anthropic.models.beta.sessions.events.EventSendParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.sessions.events.EventSendParams.Builder
- Returns an immutable instance of EventSendParams.
- build() - function in com.anthropic.models.beta.sessions.events.EventStreamParams.Builder
- Returns an immutable instance of EventStreamParams.
- build() - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsDeleteSessionResource.Builder
- Returns an immutable instance of BetaManagedAgentsDeleteSessionResource.
- build() - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsFileResource.Builder
- Returns an immutable instance of BetaManagedAgentsFileResource.
- build() - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource.Builder
- Returns an immutable instance of BetaManagedAgentsGitHubRepositoryResource.
- build() - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsMemoryStoreResource.Builder
- Returns an immutable instance of BetaManagedAgentsMemoryStoreResource.
- build() - function in com.anthropic.models.beta.sessions.resources.ResourceAddParams.Builder
- Returns an immutable instance of ResourceAddParams.
- build() - function in com.anthropic.models.beta.sessions.resources.ResourceDeleteParams.Builder
- Returns an immutable instance of ResourceDeleteParams.
- build() - function in com.anthropic.models.beta.sessions.resources.ResourceListPage.Builder
- Returns an immutable instance of ResourceListPage.
- build() - function in com.anthropic.models.beta.sessions.resources.ResourceListPageAsync.Builder
- Returns an immutable instance of ResourceListPageAsync.
- build() - function in com.anthropic.models.beta.sessions.resources.ResourceListPageResponse.Builder
- Returns an immutable instance of ResourceListPageResponse.
- build() - function in com.anthropic.models.beta.sessions.resources.ResourceListParams.Builder
- Returns an immutable instance of ResourceListParams.
- build() - function in com.anthropic.models.beta.sessions.resources.ResourceRetrieveParams.Builder
- Returns an immutable instance of ResourceRetrieveParams.
- build() - function in com.anthropic.models.beta.sessions.resources.ResourceUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.sessions.resources.ResourceUpdateParams.Builder
- Returns an immutable instance of ResourceUpdateParams.
- build() - function in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThread.Builder
- Returns an immutable instance of BetaManagedAgentsSessionThread.
- build() - function in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThreadStats.Builder
- Returns an immutable instance of BetaManagedAgentsSessionThreadStats.
- build() - function in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThreadUsage.Builder
- Returns an immutable instance of BetaManagedAgentsSessionThreadUsage.
- build() - function in com.anthropic.models.beta.sessions.threads.ThreadArchiveParams.Builder
- Returns an immutable instance of ThreadArchiveParams.
- build() - function in com.anthropic.models.beta.sessions.threads.ThreadListPage.Builder
- Returns an immutable instance of ThreadListPage.
- build() - function in com.anthropic.models.beta.sessions.threads.ThreadListPageAsync.Builder
- Returns an immutable instance of ThreadListPageAsync.
- build() - function in com.anthropic.models.beta.sessions.threads.ThreadListPageResponse.Builder
- Returns an immutable instance of ThreadListPageResponse.
- build() - function in com.anthropic.models.beta.sessions.threads.ThreadListParams.Builder
- Returns an immutable instance of ThreadListParams.
- build() - function in com.anthropic.models.beta.sessions.threads.ThreadRetrieveParams.Builder
- Returns an immutable instance of ThreadRetrieveParams.
- build() - function in com.anthropic.models.beta.sessions.threads.events.EventListPage.Builder
- Returns an immutable instance of EventListPage.
- build() - function in com.anthropic.models.beta.sessions.threads.events.EventListPageAsync.Builder
- Returns an immutable instance of EventListPageAsync.
- build() - function in com.anthropic.models.beta.sessions.threads.events.EventListPageResponse.Builder
- Returns an immutable instance of EventListPageResponse.
- build() - function in com.anthropic.models.beta.sessions.threads.events.EventListParams.Builder
- Returns an immutable instance of EventListParams.
- build() - function in com.anthropic.models.beta.sessions.threads.events.EventStreamParams.Builder
- Returns an immutable instance of EventStreamParams.
- build() - function in com.anthropic.models.beta.skills.SkillCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.skills.SkillCreateParams.Builder
- Returns an immutable instance of SkillCreateParams.
- build() - function in com.anthropic.models.beta.skills.SkillCreateResponse.Builder
- Returns an immutable instance of SkillCreateResponse.
- build() - function in com.anthropic.models.beta.skills.SkillDeleteParams.Builder
- Returns an immutable instance of SkillDeleteParams.
- build() - function in com.anthropic.models.beta.skills.SkillDeleteResponse.Builder
- Returns an immutable instance of SkillDeleteResponse.
- build() - function in com.anthropic.models.beta.skills.SkillListPage.Builder
- Returns an immutable instance of SkillListPage.
- build() - function in com.anthropic.models.beta.skills.SkillListPageAsync.Builder
- Returns an immutable instance of SkillListPageAsync.
- build() - function in com.anthropic.models.beta.skills.SkillListPageResponse.Builder
- Returns an immutable instance of SkillListPageResponse.
- build() - function in com.anthropic.models.beta.skills.SkillListParams.Builder
- Returns an immutable instance of SkillListParams.
- build() - function in com.anthropic.models.beta.skills.SkillListResponse.Builder
- Returns an immutable instance of SkillListResponse.
- build() - function in com.anthropic.models.beta.skills.SkillRetrieveParams.Builder
- Returns an immutable instance of SkillRetrieveParams.
- build() - function in com.anthropic.models.beta.skills.SkillRetrieveResponse.Builder
- Returns an immutable instance of SkillRetrieveResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Builder
- Returns an immutable instance of VersionCreateParams.
- build() - function in com.anthropic.models.beta.skills.versions.VersionCreateResponse.Builder
- Returns an immutable instance of VersionCreateResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams.Builder
- Returns an immutable instance of VersionDeleteParams.
- build() - function in com.anthropic.models.beta.skills.versions.VersionDeleteResponse.Builder
- Returns an immutable instance of VersionDeleteResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionDownloadParams.Builder
- Returns an immutable instance of VersionDownloadParams.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListPage.Builder
- Returns an immutable instance of VersionListPage.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListPageAsync.Builder
- Returns an immutable instance of VersionListPageAsync.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListPageResponse.Builder
- Returns an immutable instance of VersionListPageResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListParams.Builder
- Returns an immutable instance of VersionListParams.
- build() - function in com.anthropic.models.beta.skills.versions.VersionListResponse.Builder
- Returns an immutable instance of VersionListResponse.
- build() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams.Builder
- Returns an immutable instance of VersionRetrieveParams.
- build() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveResponse.Builder
- Returns an immutable instance of VersionRetrieveResponse.
- build() - function in com.anthropic.models.beta.userprofiles.BetaUserProfile.Builder
- Returns an immutable instance of BetaUserProfile.
- build() - function in com.anthropic.models.beta.userprofiles.BetaUserProfile.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.userprofiles.BetaUserProfile.TrustGrants.Builder
- Returns an immutable instance of TrustGrants.
- build() - function in com.anthropic.models.beta.userprofiles.BetaUserProfileEnrollmentUrl.Builder
- Returns an immutable instance of BetaUserProfileEnrollmentUrl.
- build() - function in com.anthropic.models.beta.userprofiles.BetaUserProfileTrustGrant.Builder
- Returns an immutable instance of BetaUserProfileTrustGrant.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateEnrollmentUrlParams.Builder
- Returns an immutable instance of UserProfileCreateEnrollmentUrlParams.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Builder
- Returns an immutable instance of UserProfileCreateParams.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileListPage.Builder
- Returns an immutable instance of UserProfileListPage.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileListPageAsync.Builder
- Returns an immutable instance of UserProfileListPageAsync.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileListPageResponse.Builder
- Returns an immutable instance of UserProfileListPageResponse.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileListParams.Builder
- Returns an immutable instance of UserProfileListParams.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileRetrieveParams.Builder
- Returns an immutable instance of UserProfileRetrieveParams.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Builder
- Returns an immutable instance of UserProfileUpdateParams.
- build() - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.vaults.BetaManagedAgentsDeletedVault.Builder
- Returns an immutable instance of BetaManagedAgentsDeletedVault.
- build() - function in com.anthropic.models.beta.vaults.BetaManagedAgentsVault.Builder
- Returns an immutable instance of BetaManagedAgentsVault.
- build() - function in com.anthropic.models.beta.vaults.BetaManagedAgentsVault.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.vaults.VaultArchiveParams.Builder
- Returns an immutable instance of VaultArchiveParams.
- build() - function in com.anthropic.models.beta.vaults.VaultCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.vaults.VaultCreateParams.Builder
- Returns an immutable instance of VaultCreateParams.
- build() - function in com.anthropic.models.beta.vaults.VaultCreateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.vaults.VaultDeleteParams.Builder
- Returns an immutable instance of VaultDeleteParams.
- build() - function in com.anthropic.models.beta.vaults.VaultListPage.Builder
- Returns an immutable instance of VaultListPage.
- build() - function in com.anthropic.models.beta.vaults.VaultListPageAsync.Builder
- Returns an immutable instance of VaultListPageAsync.
- build() - function in com.anthropic.models.beta.vaults.VaultListPageResponse.Builder
- Returns an immutable instance of VaultListPageResponse.
- build() - function in com.anthropic.models.beta.vaults.VaultListParams.Builder
- Returns an immutable instance of VaultListParams.
- build() - function in com.anthropic.models.beta.vaults.VaultRetrieveParams.Builder
- Returns an immutable instance of VaultRetrieveParams.
- build() - function in com.anthropic.models.beta.vaults.VaultUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.vaults.VaultUpdateParams.Builder
- Returns an immutable instance of VaultUpdateParams.
- build() - function in com.anthropic.models.beta.vaults.VaultUpdateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential.Builder
- Returns an immutable instance of BetaManagedAgentsCredential.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredentialValidation.Builder
- Returns an immutable instance of BetaManagedAgentsCredentialValidation.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsDeletedCredential.Builder
- Returns an immutable instance of BetaManagedAgentsDeletedCredential.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableAuthResponse.Builder
- Returns an immutable instance of BetaManagedAgentsEnvironmentVariableAuthResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableCreateParams.Builder
- Returns an immutable instance of BetaManagedAgentsEnvironmentVariableCreateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableUpdateParams.Builder
- Returns an immutable instance of BetaManagedAgentsEnvironmentVariableUpdateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingParams.Builder
- Returns an immutable instance of BetaManagedAgentsLimitedCredentialNetworkingParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder
- Returns an immutable instance of BetaManagedAgentsLimitedCredentialNetworkingResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthAuthResponse.Builder
- Returns an immutable instance of BetaManagedAgentsMcpOAuthAuthResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthCreateParams.Builder
- Returns an immutable instance of BetaManagedAgentsMcpOAuthCreateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshParams.Builder
- Returns an immutable instance of BetaManagedAgentsMcpOAuthRefreshParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshResponse.Builder
- Returns an immutable instance of BetaManagedAgentsMcpOAuthRefreshResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshUpdateParams.Builder
- Returns an immutable instance of BetaManagedAgentsMcpOAuthRefreshUpdateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthUpdateParams.Builder
- Returns an immutable instance of BetaManagedAgentsMcpOAuthUpdateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpProbe.Builder
- Returns an immutable instance of BetaManagedAgentsMcpProbe.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshHttpResponse.Builder
- Returns an immutable instance of BetaManagedAgentsRefreshHttpResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshObject.Builder
- Returns an immutable instance of BetaManagedAgentsRefreshObject.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerAuthResponse.Builder
- Returns an immutable instance of BetaManagedAgentsStaticBearerAuthResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerCreateParams.Builder
- Returns an immutable instance of BetaManagedAgentsStaticBearerCreateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerUpdateParams.Builder
- Returns an immutable instance of BetaManagedAgentsStaticBearerUpdateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicParam.Builder
- Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthBasicParam.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicResponse.Builder
- Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthBasicResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.Builder
- Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneParam.Builder
- Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthNoneParam.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneResponse.Builder
- Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthNoneResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostParam.Builder
- Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthPostParam.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostResponse.Builder
- Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthPostResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Builder
- Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthPostUpdateParam.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingParams.Builder
- Returns an immutable instance of BetaManagedAgentsUnrestrictedCredentialNetworkingParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Builder
- Returns an immutable instance of BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialArchiveParams.Builder
- Returns an immutable instance of CredentialArchiveParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Builder
- Returns an immutable instance of CredentialCreateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialDeleteParams.Builder
- Returns an immutable instance of CredentialDeleteParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialListPage.Builder
- Returns an immutable instance of CredentialListPage.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialListPageAsync.Builder
- Returns an immutable instance of CredentialListPageAsync.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialListPageResponse.Builder
- Returns an immutable instance of CredentialListPageResponse.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialListParams.Builder
- Returns an immutable instance of CredentialListParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialMcpOAuthValidateParams.Builder
- Returns an immutable instance of CredentialMcpOAuthValidateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialRetrieveParams.Builder
- Returns an immutable instance of CredentialRetrieveParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Builder
- Returns an immutable instance of CredentialUpdateParams.
- build() - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookEvent.Builder
- Returns an immutable instance of BetaWebhookEvent.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionArchivedEventData.Builder
- Returns an immutable instance of BetaWebhookSessionArchivedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionCreatedEventData.Builder
- Returns an immutable instance of BetaWebhookSessionCreatedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionDeletedEventData.Builder
- Returns an immutable instance of BetaWebhookSessionDeletedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionIdledEventData.Builder
- Returns an immutable instance of BetaWebhookSessionIdledEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionOutcomeEvaluationEndedEventData.Builder
- Returns an immutable instance of BetaWebhookSessionOutcomeEvaluationEndedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionPendingEventData.Builder
- Returns an immutable instance of BetaWebhookSessionPendingEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionRequiresActionEventData.Builder
- Returns an immutable instance of BetaWebhookSessionRequiresActionEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionRunningEventData.Builder
- Returns an immutable instance of BetaWebhookSessionRunningEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusIdledEventData.Builder
- Returns an immutable instance of BetaWebhookSessionStatusIdledEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusRescheduledEventData.Builder
- Returns an immutable instance of BetaWebhookSessionStatusRescheduledEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusRunStartedEventData.Builder
- Returns an immutable instance of BetaWebhookSessionStatusRunStartedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusTerminatedEventData.Builder
- Returns an immutable instance of BetaWebhookSessionStatusTerminatedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionThreadCreatedEventData.Builder
- Returns an immutable instance of BetaWebhookSessionThreadCreatedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionThreadIdledEventData.Builder
- Returns an immutable instance of BetaWebhookSessionThreadIdledEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionThreadTerminatedEventData.Builder
- Returns an immutable instance of BetaWebhookSessionThreadTerminatedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultArchivedEventData.Builder
- Returns an immutable instance of BetaWebhookVaultArchivedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCreatedEventData.Builder
- Returns an immutable instance of BetaWebhookVaultCreatedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialArchivedEventData.Builder
- Returns an immutable instance of BetaWebhookVaultCredentialArchivedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialCreatedEventData.Builder
- Returns an immutable instance of BetaWebhookVaultCredentialCreatedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialDeletedEventData.Builder
- Returns an immutable instance of BetaWebhookVaultCredentialDeletedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialRefreshFailedEventData.Builder
- Returns an immutable instance of BetaWebhookVaultCredentialRefreshFailedEventData.
- build() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultDeletedEventData.Builder
- Returns an immutable instance of BetaWebhookVaultDeletedEventData.
- build() - function in com.anthropic.models.beta.webhooks.UnwrapWebhookEvent.Builder
- Returns an immutable instance of UnwrapWebhookEvent.
- build() - function in com.anthropic.models.completions.Completion.Builder
- Returns an immutable instance of Completion.
- build() - function in com.anthropic.models.completions.CompletionCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.completions.CompletionCreateParams.Builder
- Returns an immutable instance of CompletionCreateParams.
- build() - function in com.anthropic.models.messages.Base64ImageSource.Builder
- Returns an immutable instance of Base64ImageSource.
- build() - function in com.anthropic.models.messages.Base64PdfSource.Builder
- Returns an immutable instance of Base64PdfSource.
- build() - function in com.anthropic.models.messages.BashCodeExecutionOutputBlock.Builder
- Returns an immutable instance of BashCodeExecutionOutputBlock.
- build() - function in com.anthropic.models.messages.BashCodeExecutionOutputBlockParam.Builder
- Returns an immutable instance of BashCodeExecutionOutputBlockParam.
- build() - function in com.anthropic.models.messages.BashCodeExecutionResultBlock.Builder
- Returns an immutable instance of BashCodeExecutionResultBlock.
- build() - function in com.anthropic.models.messages.BashCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of BashCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of BashCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of BashCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.messages.BashCodeExecutionToolResultError.Builder
- Returns an immutable instance of BashCodeExecutionToolResultError.
- build() - function in com.anthropic.models.messages.BashCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of BashCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.messages.CacheControlEphemeral.Builder
- Returns an immutable instance of CacheControlEphemeral.
- build() - function in com.anthropic.models.messages.CacheCreation.Builder
- Returns an immutable instance of CacheCreation.
- build() - function in com.anthropic.models.messages.CitationCharLocation.Builder
- Returns an immutable instance of CitationCharLocation.
- build() - function in com.anthropic.models.messages.CitationCharLocationParam.Builder
- Returns an immutable instance of CitationCharLocationParam.
- build() - function in com.anthropic.models.messages.CitationContentBlockLocation.Builder
- Returns an immutable instance of CitationContentBlockLocation.
- build() - function in com.anthropic.models.messages.CitationContentBlockLocationParam.Builder
- Returns an immutable instance of CitationContentBlockLocationParam.
- build() - function in com.anthropic.models.messages.CitationPageLocation.Builder
- Returns an immutable instance of CitationPageLocation.
- build() - function in com.anthropic.models.messages.CitationPageLocationParam.Builder
- Returns an immutable instance of CitationPageLocationParam.
- build() - function in com.anthropic.models.messages.CitationSearchResultLocationParam.Builder
- Returns an immutable instance of CitationSearchResultLocationParam.
- build() - function in com.anthropic.models.messages.CitationWebSearchResultLocationParam.Builder
- Returns an immutable instance of CitationWebSearchResultLocationParam.
- build() - function in com.anthropic.models.messages.CitationsConfig.Builder
- Returns an immutable instance of CitationsConfig.
- build() - function in com.anthropic.models.messages.CitationsConfigParam.Builder
- Returns an immutable instance of CitationsConfigParam.
- build() - function in com.anthropic.models.messages.CitationsDelta.Builder
- Returns an immutable instance of CitationsDelta.
- build() - function in com.anthropic.models.messages.CitationsSearchResultLocation.Builder
- Returns an immutable instance of CitationsSearchResultLocation.
- build() - function in com.anthropic.models.messages.CitationsWebSearchResultLocation.Builder
- Returns an immutable instance of CitationsWebSearchResultLocation.
- build() - function in com.anthropic.models.messages.CodeExecutionOutputBlock.Builder
- Returns an immutable instance of CodeExecutionOutputBlock.
- build() - function in com.anthropic.models.messages.CodeExecutionOutputBlockParam.Builder
- Returns an immutable instance of CodeExecutionOutputBlockParam.
- build() - function in com.anthropic.models.messages.CodeExecutionResultBlock.Builder
- Returns an immutable instance of CodeExecutionResultBlock.
- build() - function in com.anthropic.models.messages.CodeExecutionResultBlockParam.Builder
- Returns an immutable instance of CodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.messages.CodeExecutionTool20250522.Builder
- Returns an immutable instance of CodeExecutionTool20250522.
- build() - function in com.anthropic.models.messages.CodeExecutionTool20250825.Builder
- Returns an immutable instance of CodeExecutionTool20250825.
- build() - function in com.anthropic.models.messages.CodeExecutionTool20260120.Builder
- Returns an immutable instance of CodeExecutionTool20260120.
- build() - function in com.anthropic.models.messages.CodeExecutionToolResultBlock.Builder
- Returns an immutable instance of CodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.messages.CodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of CodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.messages.CodeExecutionToolResultError.Builder
- Returns an immutable instance of CodeExecutionToolResultError.
- build() - function in com.anthropic.models.messages.CodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of CodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.messages.Container.Builder
- Returns an immutable instance of Container.
- build() - function in com.anthropic.models.messages.ContainerUploadBlock.Builder
- Returns an immutable instance of ContainerUploadBlock.
- build() - function in com.anthropic.models.messages.ContainerUploadBlockParam.Builder
- Returns an immutable instance of ContainerUploadBlockParam.
- build() - function in com.anthropic.models.messages.ContentBlockSource.Builder
- Returns an immutable instance of ContentBlockSource.
- build() - function in com.anthropic.models.messages.DirectCaller.Builder
- Returns an immutable instance of DirectCaller.
- build() - function in com.anthropic.models.messages.DocumentBlock.Builder
- Returns an immutable instance of DocumentBlock.
- build() - function in com.anthropic.models.messages.DocumentBlockParam.Builder
- Returns an immutable instance of DocumentBlockParam.
- build() - function in com.anthropic.models.messages.EncryptedCodeExecutionResultBlock.Builder
- Returns an immutable instance of EncryptedCodeExecutionResultBlock.
- build() - function in com.anthropic.models.messages.EncryptedCodeExecutionResultBlockParam.Builder
- Returns an immutable instance of EncryptedCodeExecutionResultBlockParam.
- build() - function in com.anthropic.models.messages.ImageBlockParam.Builder
- Returns an immutable instance of ImageBlockParam.
- build() - function in com.anthropic.models.messages.InputJsonDelta.Builder
- Returns an immutable instance of InputJsonDelta.
- build() - function in com.anthropic.models.messages.JsonOutputFormat.Builder
- Returns an immutable instance of JsonOutputFormat.
- build() - function in com.anthropic.models.messages.JsonOutputFormat.Schema.Builder
- Returns an immutable instance of Schema.
- build() - function in com.anthropic.models.messages.MemoryTool20250818.Builder
- Returns an immutable instance of MemoryTool20250818.
- build() - function in com.anthropic.models.messages.MemoryTool20250818.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.Message.Builder
- Returns an immutable instance of Message.
- build() - function in com.anthropic.models.messages.MessageCountTokensParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
- Returns an immutable instance of MessageCountTokensParams.
- build() - function in com.anthropic.models.messages.MessageCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.messages.MessageCreateParams.Builder
- Returns an immutable instance of MessageCreateParams.
- build() - function in com.anthropic.models.messages.MessageDeltaUsage.Builder
- Returns an immutable instance of MessageDeltaUsage.
- build() - function in com.anthropic.models.messages.MessageParam.Builder
- Returns an immutable instance of MessageParam.
- build() - function in com.anthropic.models.messages.MessageTokensCount.Builder
- Returns an immutable instance of MessageTokensCount.
- build() - function in com.anthropic.models.messages.Metadata.Builder
- Returns an immutable instance of Metadata.
- build() - function in com.anthropic.models.messages.MidConversationSystemBlockParam.Builder
- Returns an immutable instance of MidConversationSystemBlockParam.
- build() - function in com.anthropic.models.messages.OutputConfig.Builder
- Returns an immutable instance of OutputConfig.
- build() - function in com.anthropic.models.messages.OutputTokensDetails.Builder
- Returns an immutable instance of OutputTokensDetails.
- 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.RefusalStopDetails.Builder
- Returns an immutable instance of RefusalStopDetails.
- build() - function in com.anthropic.models.messages.SearchResultBlockParam.Builder
- Returns an immutable instance of SearchResultBlockParam.
- build() - function in com.anthropic.models.messages.ServerToolCaller.Builder
- Returns an immutable instance of ServerToolCaller.
- build() - function in com.anthropic.models.messages.ServerToolCaller20260120.Builder
- Returns an immutable instance of ServerToolCaller20260120.
- build() - function in com.anthropic.models.messages.ServerToolUsage.Builder
- Returns an immutable instance of ServerToolUsage.
- build() - function in com.anthropic.models.messages.ServerToolUseBlock.Builder
- Returns an immutable instance of ServerToolUseBlock.
- build() - function in com.anthropic.models.messages.ServerToolUseBlock.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.messages.ServerToolUseBlockParam.Builder
- Returns an immutable instance of ServerToolUseBlockParam.
- build() - function in com.anthropic.models.messages.ServerToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.messages.SignatureDelta.Builder
- Returns an immutable instance of SignatureDelta.
- build() - function in com.anthropic.models.messages.StructuredMessageCreateParams.Builder
- Returns an immutable instance of StructuredMessageCreateParams.
- build() - function in com.anthropic.models.messages.TextBlock.Builder
- Returns an immutable instance of TextBlock.
- build() - function in com.anthropic.models.messages.TextBlockParam.Builder
- Returns an immutable instance of TextBlockParam.
- build() - function in com.anthropic.models.messages.TextDelta.Builder
- Returns an immutable instance of TextDelta.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionCreateResultBlock.Builder
- Returns an immutable instance of TextEditorCodeExecutionCreateResultBlock.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionCreateResultBlockParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionCreateResultBlockParam.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionStrReplaceResultBlock.Builder
- Returns an immutable instance of TextEditorCodeExecutionStrReplaceResultBlock.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionStrReplaceResultBlockParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionStrReplaceResultBlockParam.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultBlock.Builder
- Returns an immutable instance of TextEditorCodeExecutionToolResultBlock.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultBlockParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionToolResultBlockParam.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultError.Builder
- Returns an immutable instance of TextEditorCodeExecutionToolResultError.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultErrorParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionToolResultErrorParam.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionViewResultBlock.Builder
- Returns an immutable instance of TextEditorCodeExecutionViewResultBlock.
- build() - function in com.anthropic.models.messages.TextEditorCodeExecutionViewResultBlockParam.Builder
- Returns an immutable instance of TextEditorCodeExecutionViewResultBlockParam.
- build() - function in com.anthropic.models.messages.ThinkingBlock.Builder
- Returns an immutable instance of ThinkingBlock.
- build() - function in com.anthropic.models.messages.ThinkingBlockParam.Builder
- Returns an immutable instance of ThinkingBlockParam.
- build() - function in com.anthropic.models.messages.ThinkingConfigAdaptive.Builder
- Returns an immutable instance of ThinkingConfigAdaptive.
- build() - function in com.anthropic.models.messages.ThinkingConfigDisabled.Builder
- Returns an immutable instance of ThinkingConfigDisabled.
- build() - function in com.anthropic.models.messages.ThinkingConfigEnabled.Builder
- Returns an immutable instance of ThinkingConfigEnabled.
- build() - function in com.anthropic.models.messages.ThinkingDelta.Builder
- Returns an immutable instance of ThinkingDelta.
- build() - function in com.anthropic.models.messages.Tool.Builder
- Returns an immutable instance of Tool.
- build() - function in com.anthropic.models.messages.Tool.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.Tool.InputSchema.Builder
- Returns an immutable instance of InputSchema.
- build() - function in com.anthropic.models.messages.Tool.InputSchema.Properties.Builder
- Returns an immutable instance of Properties.
- build() - function in com.anthropic.models.messages.ToolBash20250124.Builder
- Returns an immutable instance of ToolBash20250124.
- build() - function in com.anthropic.models.messages.ToolBash20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.ToolChoiceAny.Builder
- Returns an immutable instance of ToolChoiceAny.
- build() - function in com.anthropic.models.messages.ToolChoiceAuto.Builder
- Returns an immutable instance of ToolChoiceAuto.
- build() - function in com.anthropic.models.messages.ToolChoiceNone.Builder
- Returns an immutable instance of ToolChoiceNone.
- build() - function in com.anthropic.models.messages.ToolChoiceTool.Builder
- Returns an immutable instance of ToolChoiceTool.
- build() - function in com.anthropic.models.messages.ToolReferenceBlock.Builder
- Returns an immutable instance of ToolReferenceBlock.
- build() - function in com.anthropic.models.messages.ToolReferenceBlockParam.Builder
- Returns an immutable instance of ToolReferenceBlockParam.
- build() - function in com.anthropic.models.messages.ToolResultBlockParam.Builder
- Returns an immutable instance of ToolResultBlockParam.
- build() - function in com.anthropic.models.messages.ToolSearchToolBm25_20251119.Builder
- Returns an immutable instance of ToolSearchToolBm25_20251119.
- build() - function in com.anthropic.models.messages.ToolSearchToolRegex20251119.Builder
- Returns an immutable instance of ToolSearchToolRegex20251119.
- build() - function in com.anthropic.models.messages.ToolSearchToolResultBlock.Builder
- Returns an immutable instance of ToolSearchToolResultBlock.
- build() - function in com.anthropic.models.messages.ToolSearchToolResultBlockParam.Builder
- Returns an immutable instance of ToolSearchToolResultBlockParam.
- build() - function in com.anthropic.models.messages.ToolSearchToolResultError.Builder
- Returns an immutable instance of ToolSearchToolResultError.
- build() - function in com.anthropic.models.messages.ToolSearchToolResultErrorParam.Builder
- Returns an immutable instance of ToolSearchToolResultErrorParam.
- build() - function in com.anthropic.models.messages.ToolSearchToolSearchResultBlock.Builder
- Returns an immutable instance of ToolSearchToolSearchResultBlock.
- build() - function in com.anthropic.models.messages.ToolSearchToolSearchResultBlockParam.Builder
- Returns an immutable instance of ToolSearchToolSearchResultBlockParam.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250124.Builder
- Returns an immutable instance of ToolTextEditor20250124.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250124.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250429.Builder
- Returns an immutable instance of ToolTextEditor20250429.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250429.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250728.Builder
- Returns an immutable instance of ToolTextEditor20250728.
- build() - function in com.anthropic.models.messages.ToolTextEditor20250728.InputExample.Builder
- Returns an immutable instance of InputExample.
- build() - function in com.anthropic.models.messages.ToolUseBlock.Builder
- Returns an immutable instance of ToolUseBlock.
- build() - function in com.anthropic.models.messages.ToolUseBlock.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.messages.ToolUseBlockParam.Builder
- Returns an immutable instance of ToolUseBlockParam.
- build() - function in com.anthropic.models.messages.ToolUseBlockParam.Input.Builder
- Returns an immutable instance of Input.
- build() - function in com.anthropic.models.messages.UrlImageSource.Builder
- Returns an immutable instance of UrlImageSource.
- build() - function in com.anthropic.models.messages.UrlPdfSource.Builder
- Returns an immutable instance of UrlPdfSource.
- build() - function in com.anthropic.models.messages.Usage.Builder
- Returns an immutable instance of Usage.
- build() - function in com.anthropic.models.messages.UserLocation.Builder
- Returns an immutable instance of UserLocation.
- build() - function in com.anthropic.models.messages.WebFetchBlock.Builder
- Returns an immutable instance of WebFetchBlock.
- build() - function in com.anthropic.models.messages.WebFetchBlockParam.Builder
- Returns an immutable instance of WebFetchBlockParam.
- build() - function in com.anthropic.models.messages.WebFetchTool20250910.Builder
- Returns an immutable instance of WebFetchTool20250910.
- build() - function in com.anthropic.models.messages.WebFetchTool20260209.Builder
- Returns an immutable instance of WebFetchTool20260209.
- build() - function in com.anthropic.models.messages.WebFetchTool20260309.Builder
- Returns an immutable instance of WebFetchTool20260309.
- build() - function in com.anthropic.models.messages.WebFetchToolResultBlock.Builder
- Returns an immutable instance of WebFetchToolResultBlock.
- build() - function in com.anthropic.models.messages.WebFetchToolResultBlockParam.Builder
- Returns an immutable instance of WebFetchToolResultBlockParam.
- build() - function in com.anthropic.models.messages.WebFetchToolResultErrorBlock.Builder
- Returns an immutable instance of WebFetchToolResultErrorBlock.
- build() - function in com.anthropic.models.messages.WebFetchToolResultErrorBlockParam.Builder
- Returns an immutable instance of WebFetchToolResultErrorBlockParam.
- build() - function in com.anthropic.models.messages.WebSearchResultBlock.Builder
- Returns an immutable instance of WebSearchResultBlock.
- build() - function in com.anthropic.models.messages.WebSearchResultBlockParam.Builder
- Returns an immutable instance of WebSearchResultBlockParam.
- build() - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
- Returns an immutable instance of WebSearchTool20250305.
- build() - function in com.anthropic.models.messages.WebSearchTool20260209.Builder
- Returns an immutable instance of WebSearchTool20260209.
- build() - function in com.anthropic.models.messages.WebSearchToolRequestError.Builder
- Returns an immutable instance of WebSearchToolRequestError.
- build() - function in com.anthropic.models.messages.WebSearchToolResultBlock.Builder
- Returns an immutable instance of WebSearchToolResultBlock.
- build() - function in com.anthropic.models.messages.WebSearchToolResultBlockParam.Builder
- Returns an immutable instance of WebSearchToolResultBlockParam.
- build() - function in com.anthropic.models.messages.WebSearchToolResultError.Builder
- Returns an immutable instance of WebSearchToolResultError.
- build() - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
- Returns an immutable instance of BatchCancelParams.
- build() - function in com.anthropic.models.messages.batches.BatchCreateParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
- Returns an immutable instance of BatchCreateParams.
- build() - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Builder
- Returns an immutable instance of Request.
- build() - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.Builder
- Returns an immutable instance of Params.
- build() - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
- Returns an immutable instance of BatchDeleteParams.
- build() - function in com.anthropic.models.messages.batches.BatchListPage.Builder
- Returns an immutable instance of BatchListPage.
- build() - function in com.anthropic.models.messages.batches.BatchListPageAsync.Builder
- Returns an immutable instance of BatchListPageAsync.
- build() - function in com.anthropic.models.messages.batches.BatchListPageResponse.Builder
- Returns an immutable instance of BatchListPageResponse.
- build() - function in com.anthropic.models.messages.batches.BatchListParams.Builder
- Returns an immutable instance of BatchListParams.
- build() - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
- Returns an immutable instance of BatchResultsParams.
- build() - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
- Returns an immutable instance of BatchRetrieveParams.
- build() - function in com.anthropic.models.messages.batches.DeletedMessageBatch.Builder
- Returns an immutable instance of DeletedMessageBatch.
- build() - function in com.anthropic.models.messages.batches.MessageBatch.Builder
- Returns an immutable instance of MessageBatch.
- build() - function in com.anthropic.models.messages.batches.MessageBatchCanceledResult.Builder
- Returns an immutable instance of MessageBatchCanceledResult.
- build() - function in com.anthropic.models.messages.batches.MessageBatchErroredResult.Builder
- Returns an immutable instance of MessageBatchErroredResult.
- build() - function in com.anthropic.models.messages.batches.MessageBatchExpiredResult.Builder
- Returns an immutable instance of MessageBatchExpiredResult.
- build() - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
- Returns an immutable instance of MessageBatchIndividualResponse.
- build() - function in com.anthropic.models.messages.batches.MessageBatchRequestCounts.Builder
- Returns an immutable instance of MessageBatchRequestCounts.
- build() - function in com.anthropic.models.messages.batches.MessageBatchSucceededResult.Builder
- Returns an immutable instance of MessageBatchSucceededResult.
- build() - function in com.anthropic.models.models.CapabilitySupport.Builder
- Returns an immutable instance of CapabilitySupport.
- build() - function in com.anthropic.models.models.ContextManagementCapability.Builder
- Returns an immutable instance of ContextManagementCapability.
- build() - function in com.anthropic.models.models.EffortCapability.Builder
- Returns an immutable instance of EffortCapability.
- build() - function in com.anthropic.models.models.ModelCapabilities.Builder
- Returns an immutable instance of ModelCapabilities.
- 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.models.models.ThinkingCapability.Builder
- Returns an immutable instance of ThinkingCapability.
- build() - function in com.anthropic.models.models.ThinkingTypes.Builder
- Returns an immutable instance of ThinkingTypes.
- builder() - function in com.anthropic.backends.AnthropicBackend.Companion
- builder() - function in com.anthropic.config.AuthenticationConfig.Companion
- builder() - function in com.anthropic.config.IdentityTokenConfig.Companion
- builder() - function in com.anthropic.config.ProfileConfig.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.UnwrapWebhookParams.Companion
- Returns a mutable builder for constructing an instance of UnwrapWebhookParams.
- 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.LoggingHttpClient.Companion
- Returns a mutable builder for constructing an instance of LoggingHttpClient.
- 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.helpers.BetaRefusalFallbackInterceptor.Companion
- Returns a mutable builder for constructing an instance of BetaRefusalFallbackInterceptor.
- builder() - function in com.anthropic.helpers.McpBetaTool.Companion
- builder() - function in com.anthropic.models.ApiErrorObject.Companion
- Returns a mutable builder for constructing an instance of ApiErrorObject.
- builder() - function in com.anthropic.models.AuthenticationError.Companion
- Returns a mutable builder for constructing an instance of AuthenticationError.
- builder() - function in com.anthropic.models.BillingError.Companion
- Returns a mutable builder for constructing an instance of BillingError.
- builder() - function in com.anthropic.models.ErrorResponse.Companion
- Returns a mutable builder for constructing an instance of ErrorResponse.
- builder() - function in com.anthropic.models.GatewayTimeoutError.Companion
- Returns a mutable builder for constructing an instance of GatewayTimeoutError.
- builder() - function in com.anthropic.models.InvalidRequestError.Companion
- Returns a mutable builder for constructing an instance of InvalidRequestError.
- builder() - function in com.anthropic.models.NotFoundError.Companion
- Returns a mutable builder for constructing an instance of NotFoundError.
- builder() - function in com.anthropic.models.OverloadedError.Companion
- Returns a mutable builder for constructing an instance of OverloadedError.
- builder() - function in com.anthropic.models.PermissionError.Companion
- Returns a mutable builder for constructing an instance of PermissionError.
- builder() - function in com.anthropic.models.RateLimitError.Companion
- Returns a mutable builder for constructing an instance of RateLimitError.
- builder() - function in com.anthropic.models.beta.BetaApiError.Companion
- Returns a mutable builder for constructing an instance of BetaApiError.
- builder() - function in com.anthropic.models.beta.BetaAuthenticationError.Companion
- Returns a mutable builder for constructing an instance of BetaAuthenticationError.
- builder() - function in com.anthropic.models.beta.BetaBillingError.Companion
- Returns a mutable builder for constructing an instance of BetaBillingError.
- builder() - function in com.anthropic.models.beta.BetaErrorResponse.Companion
- Returns a mutable builder for constructing an instance of BetaErrorResponse.
- builder() - function in com.anthropic.models.beta.BetaGatewayTimeoutError.Companion
- Returns a mutable builder for constructing an instance of BetaGatewayTimeoutError.
- builder() - function in com.anthropic.models.beta.BetaInvalidRequestError.Companion
- Returns a mutable builder for constructing an instance of BetaInvalidRequestError.
- builder() - function in com.anthropic.models.beta.BetaNotFoundError.Companion
- Returns a mutable builder for constructing an instance of BetaNotFoundError.
- builder() - function in com.anthropic.models.beta.BetaOverloadedError.Companion
- Returns a mutable builder for constructing an instance of BetaOverloadedError.
- builder() - function in com.anthropic.models.beta.BetaPermissionError.Companion
- Returns a mutable builder for constructing an instance of BetaPermissionError.
- builder() - function in com.anthropic.models.beta.BetaRateLimitError.Companion
- Returns a mutable builder for constructing an instance of BetaRateLimitError.
- builder() - function in com.anthropic.models.beta.agents.AgentArchiveParams.Companion
- Returns a mutable builder for constructing an instance of AgentArchiveParams.
- builder() - function in com.anthropic.models.beta.agents.AgentCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.agents.AgentCreateParams.Companion
- Returns a mutable builder for constructing an instance of AgentCreateParams.
- builder() - function in com.anthropic.models.beta.agents.AgentCreateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.agents.AgentListPage.Companion
- Returns a mutable builder for constructing an instance of AgentListPage.
- builder() - function in com.anthropic.models.beta.agents.AgentListPageAsync.Companion
- Returns a mutable builder for constructing an instance of AgentListPageAsync.
- builder() - function in com.anthropic.models.beta.agents.AgentListPageResponse.Companion
- Returns a mutable builder for constructing an instance of AgentListPageResponse.
- builder() - function in com.anthropic.models.beta.agents.AgentListParams.Companion
- Returns a mutable builder for constructing an instance of AgentListParams.
- builder() - function in com.anthropic.models.beta.agents.AgentRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of AgentRetrieveParams.
- builder() - function in com.anthropic.models.beta.agents.AgentUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.agents.AgentUpdateParams.Companion
- Returns a mutable builder for constructing an instance of AgentUpdateParams.
- builder() - function in com.anthropic.models.beta.agents.AgentUpdateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgent.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgent.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentReference.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentReference.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfig.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolConfig.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolConfigParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolConfigParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401BashInput.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401BashInput.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401EditInput.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401EditInput.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401GlobInput.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401GlobInput.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401GrepInput.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401GrepInput.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401Params.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401Params.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401ReadInput.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401ReadInput.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolset20260401WriteInput.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401WriteInput.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfig.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolsetDefaultConfig.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAgentToolsetDefaultConfigParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolsetDefaultConfigParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAllowPolicy.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAlwaysAllowPolicy.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAlwaysAskPolicy.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAlwaysAskPolicy.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkill.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAnthropicSkill.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsAnthropicSkillParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAnthropicSkillParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkill.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCustomSkill.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomSkillParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCustomSkillParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomTool.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCustomTool.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolInputSchema.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCustomToolInputSchema.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolInputSchema.Properties.Companion
- Returns a mutable builder for constructing an instance of Properties.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsCustomToolParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCustomToolParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpServerUrlDefinition.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpServerUrlDefinition.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfig.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpToolConfig.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolConfigParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpToolConfigParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolset.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpToolset.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfig.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpToolsetDefaultConfig.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetDefaultConfigParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpToolsetDefaultConfigParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMcpToolsetParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpToolsetParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfig.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsModelConfig.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsModelConfigParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsModelConfigParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinator.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMultiagentCoordinator.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentCoordinatorParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMultiagentCoordinatorParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsMultiagentSelfParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMultiagentSelfParams.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsSessionThreadAgent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThreadAgent.
- builder() - function in com.anthropic.models.beta.agents.BetaManagedAgentsUrlMcpServerParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUrlMcpServerParams.
- builder() - function in com.anthropic.models.beta.agents.versions.VersionListPage.Companion
- Returns a mutable builder for constructing an instance of VersionListPage.
- builder() - function in com.anthropic.models.beta.agents.versions.VersionListPageAsync.Companion
- Returns a mutable builder for constructing an instance of VersionListPageAsync.
- builder() - function in com.anthropic.models.beta.agents.versions.VersionListPageResponse.Companion
- Returns a mutable builder for constructing an instance of VersionListPageResponse.
- builder() - function in com.anthropic.models.beta.agents.versions.VersionListParams.Companion
- Returns a mutable builder for constructing an instance of VersionListParams.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsAgentArchivedRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentArchivedRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsDeploymentRun.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeploymentRun.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentArchivedRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentArchivedRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsEnvironmentNotFoundRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentNotFoundRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsFileNotFoundRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsFileNotFoundRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsManualTriggerContext.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsManualTriggerContext.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMcpEgressBlockedRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpEgressBlockedRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsMemoryStoreArchivedRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryStoreArchivedRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsOrganizationDisabledRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsOrganizationDisabledRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsScheduleTriggerContext.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsScheduleTriggerContext.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionCreationRejectedRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionCreationRejectedRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionRateLimitedRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionRateLimitedRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSessionResourceNotFoundRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionResourceNotFoundRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsSkillNotFoundRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSkillNotFoundRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsUnknownRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUnknownRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultArchivedRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsVaultArchivedRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsVaultNotFoundRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsVaultNotFoundRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.BetaManagedAgentsWorkspaceArchivedRunError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsWorkspaceArchivedRunError.
- builder() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListPage.Companion
- Returns a mutable builder for constructing an instance of DeploymentRunListPage.
- builder() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListPageAsync.Companion
- Returns a mutable builder for constructing an instance of DeploymentRunListPageAsync.
- builder() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListPageResponse.Companion
- Returns a mutable builder for constructing an instance of DeploymentRunListPageResponse.
- builder() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunListParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentRunListParams.
- builder() - function in com.anthropic.models.beta.deploymentruns.DeploymentRunRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentRunRetrieveParams.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentArchivedDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsCronSchedule.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCronSchedule.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsCronScheduleParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCronScheduleParams.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeployment.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeployment.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentSystemMessageEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeploymentSystemMessageEvent.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserDefineOutcomeEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeploymentUserDefineOutcomeEvent.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsDeploymentUserMessageEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeploymentUserMessageEvent.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsErrorDeploymentPausedReason.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsErrorDeploymentPausedReason.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsFileNotFoundDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsFileResourceConfig.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsFileResourceConfig.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsGitHubRepositoryResourceConfig.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsGitHubRepositoryResourceConfig.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsManualDeploymentPausedReason.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsManualDeploymentPausedReason.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsMemoryStoreResourceConfig.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryStoreResourceConfig.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsSchedule.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSchedule.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsScheduleParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsScheduleParams.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsUnknownDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUnknownDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentArchiveParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentArchiveParams.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentCreateParams.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentCreateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentListPage.Companion
- Returns a mutable builder for constructing an instance of DeploymentListPage.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentListPageAsync.Companion
- Returns a mutable builder for constructing an instance of DeploymentListPageAsync.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentListPageResponse.Companion
- Returns a mutable builder for constructing an instance of DeploymentListPageResponse.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentListParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentListParams.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentPauseParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentPauseParams.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentRetrieveParams.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentRunParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentRunParams.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentUnpauseParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentUnpauseParams.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Companion
- Returns a mutable builder for constructing an instance of DeploymentUpdateParams.
- builder() - function in com.anthropic.models.beta.deployments.DeploymentUpdateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.environments.BetaCloudConfig.Companion
- Returns a mutable builder for constructing an instance of BetaCloudConfig.
- builder() - function in com.anthropic.models.beta.environments.BetaCloudConfigParams.Companion
- Returns a mutable builder for constructing an instance of BetaCloudConfigParams.
- builder() - function in com.anthropic.models.beta.environments.BetaEnvironment.Companion
- Returns a mutable builder for constructing an instance of BetaEnvironment.
- builder() - function in com.anthropic.models.beta.environments.BetaEnvironment.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.environments.BetaEnvironmentDeleteResponse.Companion
- Returns a mutable builder for constructing an instance of BetaEnvironmentDeleteResponse.
- builder() - function in com.anthropic.models.beta.environments.BetaLimitedNetwork.Companion
- Returns a mutable builder for constructing an instance of BetaLimitedNetwork.
- builder() - function in com.anthropic.models.beta.environments.BetaLimitedNetworkParams.Companion
- Returns a mutable builder for constructing an instance of BetaLimitedNetworkParams.
- builder() - function in com.anthropic.models.beta.environments.BetaPackages.Companion
- Returns a mutable builder for constructing an instance of BetaPackages.
- builder() - function in com.anthropic.models.beta.environments.BetaPackagesParams.Companion
- Returns a mutable builder for constructing an instance of BetaPackagesParams.
- builder() - function in com.anthropic.models.beta.environments.BetaSelfHostedConfig.Companion
- Returns a mutable builder for constructing an instance of BetaSelfHostedConfig.
- builder() - function in com.anthropic.models.beta.environments.BetaSelfHostedConfigParams.Companion
- Returns a mutable builder for constructing an instance of BetaSelfHostedConfigParams.
- builder() - function in com.anthropic.models.beta.environments.BetaUnrestrictedNetwork.Companion
- Returns a mutable builder for constructing an instance of BetaUnrestrictedNetwork.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentArchiveParams.Companion
- Returns a mutable builder for constructing an instance of EnvironmentArchiveParams.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentCreateParams.Companion
- Returns a mutable builder for constructing an instance of EnvironmentCreateParams.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentCreateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentDeleteParams.Companion
- Returns a mutable builder for constructing an instance of EnvironmentDeleteParams.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentListPage.Companion
- Returns a mutable builder for constructing an instance of EnvironmentListPage.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentListPageAsync.Companion
- Returns a mutable builder for constructing an instance of EnvironmentListPageAsync.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentListPageResponse.Companion
- Returns a mutable builder for constructing an instance of EnvironmentListPageResponse.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentListParams.Companion
- Returns a mutable builder for constructing an instance of EnvironmentListParams.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of EnvironmentRetrieveParams.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams.Companion
- Returns a mutable builder for constructing an instance of EnvironmentUpdateParams.
- builder() - function in com.anthropic.models.beta.environments.EnvironmentUpdateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWork.Companion
- Returns a mutable builder for constructing an instance of BetaSelfHostedWork.
- builder() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWork.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkHeartbeatResponse.Companion
- Returns a mutable builder for constructing an instance of BetaSelfHostedWorkHeartbeatResponse.
- builder() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkListResponse.Companion
- Returns a mutable builder for constructing an instance of BetaSelfHostedWorkListResponse.
- builder() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkQueueStats.Companion
- Returns a mutable builder for constructing an instance of BetaSelfHostedWorkQueueStats.
- builder() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkStopRequest.Companion
- Returns a mutable builder for constructing an instance of BetaSelfHostedWorkStopRequest.
- builder() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkUpdateRequest.Companion
- Returns a mutable builder for constructing an instance of BetaSelfHostedWorkUpdateRequest.
- builder() - function in com.anthropic.models.beta.environments.work.BetaSelfHostedWorkUpdateRequest.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.environments.work.BetaSessionWorkData.Companion
- Returns a mutable builder for constructing an instance of BetaSessionWorkData.
- builder() - function in com.anthropic.models.beta.environments.work.WorkAckParams.Companion
- Returns a mutable builder for constructing an instance of WorkAckParams.
- builder() - function in com.anthropic.models.beta.environments.work.WorkHeartbeatParams.Companion
- Returns a mutable builder for constructing an instance of WorkHeartbeatParams.
- builder() - function in com.anthropic.models.beta.environments.work.WorkListPage.Companion
- Returns a mutable builder for constructing an instance of WorkListPage.
- builder() - function in com.anthropic.models.beta.environments.work.WorkListPageAsync.Companion
- Returns a mutable builder for constructing an instance of WorkListPageAsync.
- builder() - function in com.anthropic.models.beta.environments.work.WorkListParams.Companion
- Returns a mutable builder for constructing an instance of WorkListParams.
- builder() - function in com.anthropic.models.beta.environments.work.WorkPollParams.Companion
- Returns a mutable builder for constructing an instance of WorkPollParams.
- builder() - function in com.anthropic.models.beta.environments.work.WorkRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of WorkRetrieveParams.
- builder() - function in com.anthropic.models.beta.environments.work.WorkStatsParams.Companion
- Returns a mutable builder for constructing an instance of WorkStatsParams.
- builder() - function in com.anthropic.models.beta.environments.work.WorkStopParams.Companion
- Returns a mutable builder for constructing an instance of WorkStopParams.
- builder() - function in com.anthropic.models.beta.environments.work.WorkUpdateParams.Companion
- Returns a mutable builder for constructing an instance of WorkUpdateParams.
- builder() - function in com.anthropic.models.beta.files.BetaFileScope.Companion
- Returns a mutable builder for constructing an instance of BetaFileScope.
- 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.memorystores.BetaManagedAgentsDeletedMemoryStore.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedMemoryStore.
- builder() - function in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryStore.
- builder() - function in com.anthropic.models.beta.memorystores.BetaManagedAgentsMemoryStore.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreArchiveParams.Companion
- Returns a mutable builder for constructing an instance of MemoryStoreArchiveParams.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams.Companion
- Returns a mutable builder for constructing an instance of MemoryStoreCreateParams.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreCreateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreDeleteParams.Companion
- Returns a mutable builder for constructing an instance of MemoryStoreDeleteParams.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreListPage.Companion
- Returns a mutable builder for constructing an instance of MemoryStoreListPage.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreListPageAsync.Companion
- Returns a mutable builder for constructing an instance of MemoryStoreListPageAsync.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreListPageResponse.Companion
- Returns a mutable builder for constructing an instance of MemoryStoreListPageResponse.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreListParams.Companion
- Returns a mutable builder for constructing an instance of MemoryStoreListParams.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of MemoryStoreRetrieveParams.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Companion
- Returns a mutable builder for constructing an instance of MemoryStoreUpdateParams.
- builder() - function in com.anthropic.models.beta.memorystores.MemoryStoreUpdateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsConflictError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsConflictError.
- builder() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsContentSha256Precondition.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsContentSha256Precondition.
- builder() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsDeletedMemory.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedMemory.
- builder() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemory.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemory.
- builder() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPathConflictError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryPathConflictError.
- builder() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPreconditionFailedError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryPreconditionFailedError.
- builder() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsMemoryPrefix.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryPrefix.
- builder() - function in com.anthropic.models.beta.memorystores.memories.BetaManagedAgentsPrecondition.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsPrecondition.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryCreateParams.Companion
- Returns a mutable builder for constructing an instance of MemoryCreateParams.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryDeleteParams.Companion
- Returns a mutable builder for constructing an instance of MemoryDeleteParams.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryListPage.Companion
- Returns a mutable builder for constructing an instance of MemoryListPage.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryListPageAsync.Companion
- Returns a mutable builder for constructing an instance of MemoryListPageAsync.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryListPageResponse.Companion
- Returns a mutable builder for constructing an instance of MemoryListPageResponse.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryListParams.Companion
- Returns a mutable builder for constructing an instance of MemoryListParams.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of MemoryRetrieveParams.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.memorystores.memories.MemoryUpdateParams.Companion
- Returns a mutable builder for constructing an instance of MemoryUpdateParams.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsApiActor.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsApiActor.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsMemoryVersion.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryVersion.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsSessionActor.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionActor.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.BetaManagedAgentsUserActor.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserActor.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListPage.Companion
- Returns a mutable builder for constructing an instance of MemoryVersionListPage.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListPageAsync.Companion
- Returns a mutable builder for constructing an instance of MemoryVersionListPageAsync.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListPageResponse.Companion
- Returns a mutable builder for constructing an instance of MemoryVersionListPageResponse.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionListParams.Companion
- Returns a mutable builder for constructing an instance of MemoryVersionListParams.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRedactParams.Companion
- Returns a mutable builder for constructing an instance of MemoryVersionRedactParams.
- builder() - function in com.anthropic.models.beta.memorystores.memoryversions.MemoryVersionRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of MemoryVersionRetrieveParams.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorMessageIterationUsage.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorMessageIterationUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorRedactedResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorRedactedResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorRedactedResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorRedactedResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorTool20260301.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorTool20260301.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorToolResultError.
- builder() - function in com.anthropic.models.beta.messages.BetaAdvisorToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BetaAdvisorToolResultErrorParam.
- builder() - function in com.anthropic.models.beta.messages.BetaAllThinkingTurns.Companion
- Returns a mutable builder for constructing an instance of BetaAllThinkingTurns.
- builder() - function in com.anthropic.models.beta.messages.BetaBase64ImageSource.Companion
- Returns a mutable builder for constructing an instance of BetaBase64ImageSource.
- builder() - function in com.anthropic.models.beta.messages.BetaBase64PdfSource.Companion
- Returns a mutable builder for constructing an instance of BetaBase64PdfSource.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlock.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionOutputBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionOutputBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionOutputBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.beta.messages.BetaBashCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BetaBashCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Companion
- Returns a mutable builder for constructing an instance of BetaCacheControlEphemeral.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheCreation.Companion
- Returns a mutable builder for constructing an instance of BetaCacheCreation.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheMissMessagesChanged.Companion
- Returns a mutable builder for constructing an instance of BetaCacheMissMessagesChanged.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheMissModelChanged.Companion
- Returns a mutable builder for constructing an instance of BetaCacheMissModelChanged.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheMissPreviousMessageNotFound.Companion
- Returns a mutable builder for constructing an instance of BetaCacheMissPreviousMessageNotFound.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheMissSystemChanged.Companion
- Returns a mutable builder for constructing an instance of BetaCacheMissSystemChanged.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheMissToolsChanged.Companion
- Returns a mutable builder for constructing an instance of BetaCacheMissToolsChanged.
- builder() - function in com.anthropic.models.beta.messages.BetaCacheMissUnavailable.Companion
- Returns a mutable builder for constructing an instance of BetaCacheMissUnavailable.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationCharLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationCharLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationCharLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationCharLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationConfig.Companion
- Returns a mutable builder for constructing an instance of BetaCitationConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationContentBlockLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationContentBlockLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationPageLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationPageLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationPageLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationPageLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationSearchResultLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationSearchResultLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationSearchResultLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationSearchResultLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationWebSearchResultLocationParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationWebSearchResultLocationParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationsConfigParam.Companion
- Returns a mutable builder for constructing an instance of BetaCitationsConfigParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationsDelta.Companion
- Returns a mutable builder for constructing an instance of BetaCitationsDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaCitationsWebSearchResultLocation.Companion
- Returns a mutable builder for constructing an instance of BetaCitationsWebSearchResultLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015Edit.Companion
- Returns a mutable builder for constructing an instance of BetaClearThinking20251015Edit.
- builder() - function in com.anthropic.models.beta.messages.BetaClearThinking20251015EditResponse.Companion
- Returns a mutable builder for constructing an instance of BetaClearThinking20251015EditResponse.
- builder() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919Edit.Companion
- Returns a mutable builder for constructing an instance of BetaClearToolUses20250919Edit.
- builder() - function in com.anthropic.models.beta.messages.BetaClearToolUses20250919EditResponse.Companion
- Returns a mutable builder for constructing an instance of BetaClearToolUses20250919EditResponse.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlock.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionOutputBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionOutputBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionTool20250522.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250825.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionTool20250825.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20260120.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionTool20260120.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BetaCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCompact20260112Edit.Companion
- Returns a mutable builder for constructing an instance of BetaCompact20260112Edit.
- builder() - function in com.anthropic.models.beta.messages.BetaCompactionBlock.Companion
- Returns a mutable builder for constructing an instance of BetaCompactionBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaCompactionBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaCompactionBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaCompactionContentBlockDelta.Companion
- Returns a mutable builder for constructing an instance of BetaCompactionContentBlockDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaCompactionIterationUsage.Companion
- Returns a mutable builder for constructing an instance of BetaCompactionIterationUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaContainer.Companion
- Returns a mutable builder for constructing an instance of BetaContainer.
- builder() - function in com.anthropic.models.beta.messages.BetaContainerParams.Companion
- Returns a mutable builder for constructing an instance of BetaContainerParams.
- builder() - function in com.anthropic.models.beta.messages.BetaContainerUploadBlock.Companion
- Returns a mutable builder for constructing an instance of BetaContainerUploadBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaContainerUploadBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaContainerUploadBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaContentBlockSource.Companion
- Returns a mutable builder for constructing an instance of BetaContentBlockSource.
- builder() - function in com.anthropic.models.beta.messages.BetaContextManagementConfig.Companion
- Returns a mutable builder for constructing an instance of BetaContextManagementConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaContextManagementResponse.Companion
- Returns a mutable builder for constructing an instance of BetaContextManagementResponse.
- builder() - function in com.anthropic.models.beta.messages.BetaCountTokensContextManagementResponse.Companion
- Returns a mutable builder for constructing an instance of BetaCountTokensContextManagementResponse.
- builder() - function in com.anthropic.models.beta.messages.BetaDiagnostics.Companion
- Returns a mutable builder for constructing an instance of BetaDiagnostics.
- builder() - function in com.anthropic.models.beta.messages.BetaDiagnosticsParam.Companion
- Returns a mutable builder for constructing an instance of BetaDiagnosticsParam.
- builder() - function in com.anthropic.models.beta.messages.BetaDirectCaller.Companion
- Returns a mutable builder for constructing an instance of BetaDirectCaller.
- builder() - function in com.anthropic.models.beta.messages.BetaDocumentBlock.Companion
- Returns a mutable builder for constructing an instance of BetaDocumentBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaEncryptedCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaEncryptedCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaEncryptedCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaFallbackBlock.Companion
- Returns a mutable builder for constructing an instance of BetaFallbackBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaFallbackBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaFallbackBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaFallbackInfo.Companion
- Returns a mutable builder for constructing an instance of BetaFallbackInfo.
- builder() - function in com.anthropic.models.beta.messages.BetaFallbackInfoParam.Companion
- Returns a mutable builder for constructing an instance of BetaFallbackInfoParam.
- builder() - function in com.anthropic.models.beta.messages.BetaFallbackMessageIterationUsage.Companion
- Returns a mutable builder for constructing an instance of BetaFallbackMessageIterationUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaFallbackParam.Companion
- Returns a mutable builder for constructing an instance of BetaFallbackParam.
- builder() - function in com.anthropic.models.beta.messages.BetaFileDocumentSource.Companion
- Returns a mutable builder for constructing an instance of BetaFileDocumentSource.
- builder() - function in com.anthropic.models.beta.messages.BetaFileImageSource.Companion
- Returns a mutable builder for constructing an instance of BetaFileImageSource.
- builder() - function in com.anthropic.models.beta.messages.BetaImageBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaImageBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaInputJsonDelta.Companion
- Returns a mutable builder for constructing an instance of BetaInputJsonDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaInputTokensClearAtLeast.Companion
- Returns a mutable builder for constructing an instance of BetaInputTokensClearAtLeast.
- builder() - function in com.anthropic.models.beta.messages.BetaInputTokensTrigger.Companion
- Returns a mutable builder for constructing an instance of BetaInputTokensTrigger.
- builder() - function in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Companion
- Returns a mutable builder for constructing an instance of BetaJsonOutputFormat.
- builder() - function in com.anthropic.models.beta.messages.BetaJsonOutputFormat.Schema.Companion
- Returns a mutable builder for constructing an instance of Schema.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolConfig.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolDefaultConfig.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolDefaultConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolUseBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlock.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolUseBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolset.Companion
- Returns a mutable builder for constructing an instance of BetaMcpToolset.
- builder() - function in com.anthropic.models.beta.messages.BetaMcpToolset.Configs.Companion
- Returns a mutable builder for constructing an instance of Configs.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818CreateCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818CreateCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818DeleteCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818DeleteCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818InsertCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818InsertCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818RenameCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818RenameCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818StrReplaceCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818StrReplaceCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMemoryTool20250818ViewCommand.Companion
- Returns a mutable builder for constructing an instance of BetaMemoryTool20250818ViewCommand.
- builder() - function in com.anthropic.models.beta.messages.BetaMessage.Companion
- Returns a mutable builder for constructing an instance of BetaMessage.
- builder() - function in com.anthropic.models.beta.messages.BetaMessageDeltaUsage.Companion
- Returns a mutable builder for constructing an instance of BetaMessageDeltaUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaMessageIterationUsage.Companion
- Returns a mutable builder for constructing an instance of BetaMessageIterationUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaMessageParam.Companion
- Returns a mutable builder for constructing an instance of BetaMessageParam.
- builder() - function in com.anthropic.models.beta.messages.BetaMessageTokensCount.Companion
- Returns a mutable builder for constructing an instance of BetaMessageTokensCount.
- builder() - function in com.anthropic.models.beta.messages.BetaMetadata.Companion
- Returns a mutable builder for constructing an instance of BetaMetadata.
- builder() - function in com.anthropic.models.beta.messages.BetaMidConversationSystemBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaMidConversationSystemBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaOutputConfig.Companion
- Returns a mutable builder for constructing an instance of BetaOutputConfig.
- builder() - function in com.anthropic.models.beta.messages.BetaOutputTokensDetails.Companion
- Returns a mutable builder for constructing an instance of BetaOutputTokensDetails.
- 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.BetaRefusalStopDetails.Companion
- Returns a mutable builder for constructing an instance of BetaRefusalStopDetails.
- builder() - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Companion
- Returns a mutable builder for constructing an instance of BetaRequestDocumentBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaRequestMcpServerToolConfiguration.Companion
- Returns a mutable builder for constructing an instance of BetaRequestMcpServerToolConfiguration.
- builder() - function in com.anthropic.models.beta.messages.BetaRequestMcpServerUrlDefinition.Companion
- Returns a mutable builder for constructing an instance of BetaRequestMcpServerUrlDefinition.
- builder() - function in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaRequestMcpToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaSearchResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolCaller.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolCaller.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolCaller20260120.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolCaller20260120.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolUsage.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolUseBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaServerToolUseBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.messages.BetaSignatureDelta.Companion
- Returns a mutable builder for constructing an instance of BetaSignatureDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaSkill.Companion
- Returns a mutable builder for constructing an instance of BetaSkill.
- builder() - function in com.anthropic.models.beta.messages.BetaSkillParams.Companion
- Returns a mutable builder for constructing an instance of BetaSkillParams.
- builder() - function in com.anthropic.models.beta.messages.BetaTextBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextDelta.Companion
- Returns a mutable builder for constructing an instance of BetaTextDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionCreateResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionCreateResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionCreateResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionStrReplaceResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionStrReplaceResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionStrReplaceResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionViewResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaTextEditorCodeExecutionViewResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionViewResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingBlock.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingConfigAdaptive.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingConfigAdaptive.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingConfigDisabled.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingConfigDisabled.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingConfigEnabled.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingDelta.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingDelta.
- builder() - function in com.anthropic.models.beta.messages.BetaThinkingTurns.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingTurns.
- builder() - function in com.anthropic.models.beta.messages.BetaTokenTaskBudget.Companion
- Returns a mutable builder for constructing an instance of BetaTokenTaskBudget.
- builder() - function in com.anthropic.models.beta.messages.BetaTool.Companion
- Returns a mutable builder for constructing an instance of BetaTool.
- builder() - function in com.anthropic.models.beta.messages.BetaTool.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Companion
- Returns a mutable builder for constructing an instance of InputSchema.
- builder() - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Properties.Companion
- Returns a mutable builder for constructing an instance of Properties.
- builder() - function in com.anthropic.models.beta.messages.BetaToolBash20241022.Companion
- Returns a mutable builder for constructing an instance of BetaToolBash20241022.
- builder() - function in com.anthropic.models.beta.messages.BetaToolBash20241022.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolBash20250124.Companion
- Returns a mutable builder for constructing an instance of BetaToolBash20250124.
- builder() - function in com.anthropic.models.beta.messages.BetaToolBash20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolChoiceAny.Companion
- Returns a mutable builder for constructing an instance of BetaToolChoiceAny.
- builder() - function in com.anthropic.models.beta.messages.BetaToolChoiceAuto.Companion
- Returns a mutable builder for constructing an instance of BetaToolChoiceAuto.
- builder() - function in com.anthropic.models.beta.messages.BetaToolChoiceNone.Companion
- Returns a mutable builder for constructing an instance of BetaToolChoiceNone.
- builder() - function in com.anthropic.models.beta.messages.BetaToolChoiceTool.Companion
- Returns a mutable builder for constructing an instance of BetaToolChoiceTool.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.Companion
- Returns a mutable builder for constructing an instance of BetaToolComputerUse20241022.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.Companion
- Returns a mutable builder for constructing an instance of BetaToolComputerUse20250124.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.Companion
- Returns a mutable builder for constructing an instance of BetaToolComputerUse20251124.
- builder() - function in com.anthropic.models.beta.messages.BetaToolComputerUse20251124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolReferenceBlock.Companion
- Returns a mutable builder for constructing an instance of BetaToolReferenceBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaToolReferenceBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolReferenceBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolBm25_20251119.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolBm25_20251119.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolRegex20251119.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolRegex20251119.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolResultError.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolResultErrorParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolSearchResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaToolSearchToolSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolSearchToolSearchResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.Companion
- Returns a mutable builder for constructing an instance of BetaToolTextEditor20241022.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.Companion
- Returns a mutable builder for constructing an instance of BetaToolTextEditor20250124.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.Companion
- Returns a mutable builder for constructing an instance of BetaToolTextEditor20250429.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.Companion
- Returns a mutable builder for constructing an instance of BetaToolTextEditor20250728.
- builder() - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250728.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of BetaToolUseBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUseBlock.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaToolUseBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUsesKeep.Companion
- Returns a mutable builder for constructing an instance of BetaToolUsesKeep.
- builder() - function in com.anthropic.models.beta.messages.BetaToolUsesTrigger.Companion
- Returns a mutable builder for constructing an instance of BetaToolUsesTrigger.
- builder() - function in com.anthropic.models.beta.messages.BetaUrlImageSource.Companion
- Returns a mutable builder for constructing an instance of BetaUrlImageSource.
- builder() - function in com.anthropic.models.beta.messages.BetaUrlPdfSource.Companion
- Returns a mutable builder for constructing an instance of BetaUrlPdfSource.
- builder() - function in com.anthropic.models.beta.messages.BetaUsage.Companion
- Returns a mutable builder for constructing an instance of BetaUsage.
- builder() - function in com.anthropic.models.beta.messages.BetaUserLocation.Companion
- Returns a mutable builder for constructing an instance of BetaUserLocation.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20250910.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchTool20250910.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260209.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchTool20260209.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchTool20260309.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchTool20260309.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchToolResultErrorBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebFetchToolResultErrorBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebFetchToolResultErrorBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchTool20250305.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20260209.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchTool20260209.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchToolRequestError.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchToolRequestError.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchToolResultBlock.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchToolResultBlockParam.
- builder() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultError.Companion
- Returns a mutable builder for constructing an instance of BetaWebSearchToolResultError.
- builder() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Companion
- Returns a mutable builder for constructing an instance of MessageCountTokensParams.
- builder() - function in com.anthropic.models.beta.messages.MessageCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.messages.MessageCreateParams.Companion
- Returns a mutable builder for constructing an instance of MessageCreateParams.
- builder() - function in com.anthropic.models.beta.messages.StructuredMessageCreateParams.Companion
- Returns a mutable builder for constructing an instance of StructuredMessageCreateParams.
- builder() - function in com.anthropic.models.beta.messages.ToolRunnerCreateParams.Companion
- Returns a mutable builder for constructing an instance of ToolRunnerCreateParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Companion
- Returns a mutable builder for constructing an instance of BatchCancelParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Companion
- Returns a mutable builder for constructing an instance of BatchCreateParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Companion
- Returns a mutable builder for constructing an instance of Request.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Companion
- Returns a mutable builder for constructing an instance of Params.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Companion
- Returns a mutable builder for constructing an instance of BatchDeleteParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchListPage.Companion
- Returns a mutable builder for constructing an instance of BatchListPage.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchListPageAsync.Companion
- Returns a mutable builder for constructing an instance of BatchListPageAsync.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchListPageResponse.Companion
- Returns a mutable builder for constructing an instance of BatchListPageResponse.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchListParams.Companion
- Returns a mutable builder for constructing an instance of BatchListParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Companion
- Returns a mutable builder for constructing an instance of BatchResultsParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of BatchRetrieveParams.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaDeletedMessageBatch.Companion
- Returns a mutable builder for constructing an instance of BetaDeletedMessageBatch.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatch.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchCanceledResult.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchCanceledResult.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchErroredResult.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchErroredResult.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchExpiredResult.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchExpiredResult.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchIndividualResponse.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchRequestCounts.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchRequestCounts.
- builder() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchSucceededResult.Companion
- Returns a mutable builder for constructing an instance of BetaMessageBatchSucceededResult.
- builder() - function in com.anthropic.models.beta.models.BetaCapabilitySupport.Companion
- Returns a mutable builder for constructing an instance of BetaCapabilitySupport.
- builder() - function in com.anthropic.models.beta.models.BetaContextManagementCapability.Companion
- Returns a mutable builder for constructing an instance of BetaContextManagementCapability.
- builder() - function in com.anthropic.models.beta.models.BetaEffortCapability.Companion
- Returns a mutable builder for constructing an instance of BetaEffortCapability.
- builder() - function in com.anthropic.models.beta.models.BetaModelCapabilities.Companion
- Returns a mutable builder for constructing an instance of BetaModelCapabilities.
- 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.BetaThinkingCapability.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingCapability.
- builder() - function in com.anthropic.models.beta.models.BetaThinkingTypes.Companion
- Returns a mutable builder for constructing an instance of BetaThinkingTypes.
- builder() - function in com.anthropic.models.beta.models.ModelListPage.Companion
- Returns a mutable builder for constructing an instance of ModelListPage.
- builder() - function in com.anthropic.models.beta.models.ModelListPageAsync.Companion
- Returns a mutable builder for constructing an instance of ModelListPageAsync.
- builder() - function in com.anthropic.models.beta.models.ModelListPageResponse.Companion
- Returns a mutable builder for constructing an instance of ModelListPageResponse.
- builder() - function in com.anthropic.models.beta.models.ModelListParams.Companion
- Returns a mutable builder for constructing an instance of ModelListParams.
- builder() - function in com.anthropic.models.beta.models.ModelRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of ModelRetrieveParams.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsAgentParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentParams.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsBranchCheckout.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsBranchCheckout.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsCacheCreationUsage.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCacheCreationUsage.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsCommitCheckout.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCommitCheckout.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsDeletedSession.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedSession.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsFileResourceParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsFileResourceParams.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsGitHubRepositoryResourceParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsGitHubRepositoryResourceParams.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsMemoryStoreResourceParam.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryStoreResourceParam.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMultiagent.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsMultiagentParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMultiagentParams.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsOutcomeEvaluationResource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsOutcomeEvaluationResource.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSession.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSession.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSession.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionAgent.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionAgentUpdate.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionAgentUpdate.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionMultiagentCoordinator.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionMultiagentCoordinator.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionStats.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionStats.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionUpdatedEvent.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUpdatedEvent.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSessionUsage.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionUsage.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemContentBlock.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSystemContentBlock.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsSystemMessageEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSystemMessageEvent.
- builder() - function in com.anthropic.models.beta.sessions.BetaManagedAgentsUserToolResultEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserToolResultEvent.
- builder() - function in com.anthropic.models.beta.sessions.SessionArchiveParams.Companion
- Returns a mutable builder for constructing an instance of SessionArchiveParams.
- builder() - function in com.anthropic.models.beta.sessions.SessionCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.sessions.SessionCreateParams.Companion
- Returns a mutable builder for constructing an instance of SessionCreateParams.
- builder() - function in com.anthropic.models.beta.sessions.SessionCreateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.sessions.SessionDeleteParams.Companion
- Returns a mutable builder for constructing an instance of SessionDeleteParams.
- builder() - function in com.anthropic.models.beta.sessions.SessionListPage.Companion
- Returns a mutable builder for constructing an instance of SessionListPage.
- builder() - function in com.anthropic.models.beta.sessions.SessionListPageAsync.Companion
- Returns a mutable builder for constructing an instance of SessionListPageAsync.
- builder() - function in com.anthropic.models.beta.sessions.SessionListPageResponse.Companion
- Returns a mutable builder for constructing an instance of SessionListPageResponse.
- builder() - function in com.anthropic.models.beta.sessions.SessionListParams.Companion
- Returns a mutable builder for constructing an instance of SessionListParams.
- builder() - function in com.anthropic.models.beta.sessions.SessionRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of SessionRetrieveParams.
- builder() - function in com.anthropic.models.beta.sessions.SessionUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.sessions.SessionUpdateParams.Companion
- Returns a mutable builder for constructing an instance of SessionUpdateParams.
- builder() - function in com.anthropic.models.beta.sessions.SessionUpdateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentCustomToolUseEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentCustomToolUseEvent.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolResultEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentMcpToolResultEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentMcpToolUseEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMcpToolUseEvent.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentMessageEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentMessageEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThinkingEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentThinkingEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadContextCompactedEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentThreadContextCompactedEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageReceivedEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentThreadMessageReceivedEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentThreadMessageSentEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentThreadMessageSentEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolResultEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolResultEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolUseEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsAgentToolUseEvent.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64DocumentSource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsBase64DocumentSource.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBase64ImageSource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsBase64ImageSource.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsBillingError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsBillingError.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsCredentialHostUnreachableError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCredentialHostUnreachableError.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsDocumentBlock.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDocumentBlock.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileDocumentSource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsFileDocumentSource.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileImageSource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsFileImageSource.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubric.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsFileRubric.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsFileRubricParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsFileRubricParams.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsImageBlock.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsImageBlock.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpAuthenticationFailedError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpAuthenticationFailedError.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsMcpConnectionFailedError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpConnectionFailedError.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelOverloadedError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsModelOverloadedError.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRateLimitedError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsModelRateLimitedError.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsModelRequestFailedError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsModelRequestFailedError.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsPlainTextDocumentSource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsPlainTextDocumentSource.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusExhausted.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsRetryStatusExhausted.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusRetrying.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsRetryStatusRetrying.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsRetryStatusTerminal.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsRetryStatusTerminal.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultBlock.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSearchResultBlock.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultCitations.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSearchResultCitations.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSearchResultContent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSearchResultContent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSendSessionEvents.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSendSessionEvents.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionDeletedEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionDeletedEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionEndTurn.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionEndTurn.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionErrorEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionErrorEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRequiresAction.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionRequiresAction.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionRetriesExhausted.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionRetriesExhausted.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusIdleEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionStatusIdleEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRescheduledEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionStatusRescheduledEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusRunningEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionStatusRunningEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionStatusTerminatedEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionStatusTerminatedEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadCreatedEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThreadCreatedEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusIdleEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThreadStatusIdleEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRescheduledEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThreadStatusRescheduledEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusRunningEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThreadStatusRunningEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSessionThreadStatusTerminatedEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThreadStatusTerminatedEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestEndEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSpanModelRequestEndEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelRequestStartEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSpanModelRequestStartEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanModelUsage.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSpanModelUsage.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationEndEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSpanOutcomeEvaluationEndEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSpanOutcomeEvaluationStartEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsSystemMessageEventParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSystemMessageEventParams.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextBlock.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTextBlock.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubric.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTextRubric.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsTextRubricParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTextRubricParams.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUnknownError.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUnknownError.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlDocumentSource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUrlDocumentSource.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUrlImageSource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUrlImageSource.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserCustomToolResultEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserCustomToolResultEventParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserCustomToolResultEventParams.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserDefineOutcomeEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserDefineOutcomeEventParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserDefineOutcomeEventParams.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserInterruptEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserInterruptEventParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserInterruptEventParams.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserMessageEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserMessageEventParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserMessageEventParams.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEvent.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserToolConfirmationEvent.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolConfirmationEventParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserToolConfirmationEventParams.
- builder() - function in com.anthropic.models.beta.sessions.events.BetaManagedAgentsUserToolResultEventParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUserToolResultEventParams.
- builder() - function in com.anthropic.models.beta.sessions.events.EventListPage.Companion
- Returns a mutable builder for constructing an instance of EventListPage.
- builder() - function in com.anthropic.models.beta.sessions.events.EventListPageAsync.Companion
- Returns a mutable builder for constructing an instance of EventListPageAsync.
- builder() - function in com.anthropic.models.beta.sessions.events.EventListPageResponse.Companion
- Returns a mutable builder for constructing an instance of EventListPageResponse.
- builder() - function in com.anthropic.models.beta.sessions.events.EventListParams.Companion
- Returns a mutable builder for constructing an instance of EventListParams.
- builder() - function in com.anthropic.models.beta.sessions.events.EventSendParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.sessions.events.EventSendParams.Companion
- Returns a mutable builder for constructing an instance of EventSendParams.
- builder() - function in com.anthropic.models.beta.sessions.events.EventStreamParams.Companion
- Returns a mutable builder for constructing an instance of EventStreamParams.
- builder() - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsDeleteSessionResource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeleteSessionResource.
- builder() - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsFileResource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsFileResource.
- builder() - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsGitHubRepositoryResource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsGitHubRepositoryResource.
- builder() - function in com.anthropic.models.beta.sessions.resources.BetaManagedAgentsMemoryStoreResource.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryStoreResource.
- builder() - function in com.anthropic.models.beta.sessions.resources.ResourceAddParams.Companion
- Returns a mutable builder for constructing an instance of ResourceAddParams.
- builder() - function in com.anthropic.models.beta.sessions.resources.ResourceDeleteParams.Companion
- Returns a mutable builder for constructing an instance of ResourceDeleteParams.
- builder() - function in com.anthropic.models.beta.sessions.resources.ResourceListPage.Companion
- Returns a mutable builder for constructing an instance of ResourceListPage.
- builder() - function in com.anthropic.models.beta.sessions.resources.ResourceListPageAsync.Companion
- Returns a mutable builder for constructing an instance of ResourceListPageAsync.
- builder() - function in com.anthropic.models.beta.sessions.resources.ResourceListPageResponse.Companion
- Returns a mutable builder for constructing an instance of ResourceListPageResponse.
- builder() - function in com.anthropic.models.beta.sessions.resources.ResourceListParams.Companion
- Returns a mutable builder for constructing an instance of ResourceListParams.
- builder() - function in com.anthropic.models.beta.sessions.resources.ResourceRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of ResourceRetrieveParams.
- builder() - function in com.anthropic.models.beta.sessions.resources.ResourceUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.sessions.resources.ResourceUpdateParams.Companion
- Returns a mutable builder for constructing an instance of ResourceUpdateParams.
- builder() - function in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThread.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThread.
- builder() - function in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThreadStats.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThreadStats.
- builder() - function in com.anthropic.models.beta.sessions.threads.BetaManagedAgentsSessionThreadUsage.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThreadUsage.
- builder() - function in com.anthropic.models.beta.sessions.threads.ThreadArchiveParams.Companion
- Returns a mutable builder for constructing an instance of ThreadArchiveParams.
- builder() - function in com.anthropic.models.beta.sessions.threads.ThreadListPage.Companion
- Returns a mutable builder for constructing an instance of ThreadListPage.
- builder() - function in com.anthropic.models.beta.sessions.threads.ThreadListPageAsync.Companion
- Returns a mutable builder for constructing an instance of ThreadListPageAsync.
- builder() - function in com.anthropic.models.beta.sessions.threads.ThreadListPageResponse.Companion
- Returns a mutable builder for constructing an instance of ThreadListPageResponse.
- builder() - function in com.anthropic.models.beta.sessions.threads.ThreadListParams.Companion
- Returns a mutable builder for constructing an instance of ThreadListParams.
- builder() - function in com.anthropic.models.beta.sessions.threads.ThreadRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of ThreadRetrieveParams.
- builder() - function in com.anthropic.models.beta.sessions.threads.events.EventListPage.Companion
- Returns a mutable builder for constructing an instance of EventListPage.
- builder() - function in com.anthropic.models.beta.sessions.threads.events.EventListPageAsync.Companion
- Returns a mutable builder for constructing an instance of EventListPageAsync.
- builder() - function in com.anthropic.models.beta.sessions.threads.events.EventListPageResponse.Companion
- Returns a mutable builder for constructing an instance of EventListPageResponse.
- builder() - function in com.anthropic.models.beta.sessions.threads.events.EventListParams.Companion
- Returns a mutable builder for constructing an instance of EventListParams.
- builder() - function in com.anthropic.models.beta.sessions.threads.events.EventStreamParams.Companion
- Returns a mutable builder for constructing an instance of EventStreamParams.
- builder() - function in com.anthropic.models.beta.skills.SkillCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.skills.SkillCreateParams.Companion
- Returns a mutable builder for constructing an instance of SkillCreateParams.
- builder() - function in com.anthropic.models.beta.skills.SkillCreateResponse.Companion
- Returns a mutable builder for constructing an instance of SkillCreateResponse.
- builder() - function in com.anthropic.models.beta.skills.SkillDeleteParams.Companion
- Returns a mutable builder for constructing an instance of SkillDeleteParams.
- builder() - function in com.anthropic.models.beta.skills.SkillDeleteResponse.Companion
- Returns a mutable builder for constructing an instance of SkillDeleteResponse.
- builder() - function in com.anthropic.models.beta.skills.SkillListPage.Companion
- Returns a mutable builder for constructing an instance of SkillListPage.
- builder() - function in com.anthropic.models.beta.skills.SkillListPageAsync.Companion
- Returns a mutable builder for constructing an instance of SkillListPageAsync.
- builder() - function in com.anthropic.models.beta.skills.SkillListPageResponse.Companion
- Returns a mutable builder for constructing an instance of SkillListPageResponse.
- builder() - function in com.anthropic.models.beta.skills.SkillListParams.Companion
- Returns a mutable builder for constructing an instance of SkillListParams.
- builder() - function in com.anthropic.models.beta.skills.SkillListResponse.Companion
- Returns a mutable builder for constructing an instance of SkillListResponse.
- builder() - function in com.anthropic.models.beta.skills.SkillRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of SkillRetrieveParams.
- builder() - function in com.anthropic.models.beta.skills.SkillRetrieveResponse.Companion
- Returns a mutable builder for constructing an instance of SkillRetrieveResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionCreateParams.Companion
- Returns a mutable builder for constructing an instance of VersionCreateParams.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionCreateResponse.Companion
- Returns a mutable builder for constructing an instance of VersionCreateResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionDeleteParams.Companion
- Returns a mutable builder for constructing an instance of VersionDeleteParams.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionDeleteResponse.Companion
- Returns a mutable builder for constructing an instance of VersionDeleteResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionDownloadParams.Companion
- Returns a mutable builder for constructing an instance of VersionDownloadParams.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListPage.Companion
- Returns a mutable builder for constructing an instance of VersionListPage.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListPageAsync.Companion
- Returns a mutable builder for constructing an instance of VersionListPageAsync.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListPageResponse.Companion
- Returns a mutable builder for constructing an instance of VersionListPageResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListParams.Companion
- Returns a mutable builder for constructing an instance of VersionListParams.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionListResponse.Companion
- Returns a mutable builder for constructing an instance of VersionListResponse.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of VersionRetrieveParams.
- builder() - function in com.anthropic.models.beta.skills.versions.VersionRetrieveResponse.Companion
- Returns a mutable builder for constructing an instance of VersionRetrieveResponse.
- builder() - function in com.anthropic.models.beta.userprofiles.BetaUserProfile.Companion
- Returns a mutable builder for constructing an instance of BetaUserProfile.
- builder() - function in com.anthropic.models.beta.userprofiles.BetaUserProfile.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.userprofiles.BetaUserProfile.TrustGrants.Companion
- Returns a mutable builder for constructing an instance of TrustGrants.
- builder() - function in com.anthropic.models.beta.userprofiles.BetaUserProfileEnrollmentUrl.Companion
- Returns a mutable builder for constructing an instance of BetaUserProfileEnrollmentUrl.
- builder() - function in com.anthropic.models.beta.userprofiles.BetaUserProfileTrustGrant.Companion
- Returns a mutable builder for constructing an instance of BetaUserProfileTrustGrant.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateEnrollmentUrlParams.Companion
- Returns a mutable builder for constructing an instance of UserProfileCreateEnrollmentUrlParams.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Companion
- Returns a mutable builder for constructing an instance of UserProfileCreateParams.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileCreateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileListPage.Companion
- Returns a mutable builder for constructing an instance of UserProfileListPage.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileListPageAsync.Companion
- Returns a mutable builder for constructing an instance of UserProfileListPageAsync.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileListPageResponse.Companion
- Returns a mutable builder for constructing an instance of UserProfileListPageResponse.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileListParams.Companion
- Returns a mutable builder for constructing an instance of UserProfileListParams.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of UserProfileRetrieveParams.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Companion
- Returns a mutable builder for constructing an instance of UserProfileUpdateParams.
- builder() - function in com.anthropic.models.beta.userprofiles.UserProfileUpdateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.vaults.BetaManagedAgentsDeletedVault.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedVault.
- builder() - function in com.anthropic.models.beta.vaults.BetaManagedAgentsVault.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsVault.
- builder() - function in com.anthropic.models.beta.vaults.BetaManagedAgentsVault.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.vaults.VaultArchiveParams.Companion
- Returns a mutable builder for constructing an instance of VaultArchiveParams.
- builder() - function in com.anthropic.models.beta.vaults.VaultCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.vaults.VaultCreateParams.Companion
- Returns a mutable builder for constructing an instance of VaultCreateParams.
- builder() - function in com.anthropic.models.beta.vaults.VaultCreateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.vaults.VaultDeleteParams.Companion
- Returns a mutable builder for constructing an instance of VaultDeleteParams.
- builder() - function in com.anthropic.models.beta.vaults.VaultListPage.Companion
- Returns a mutable builder for constructing an instance of VaultListPage.
- builder() - function in com.anthropic.models.beta.vaults.VaultListPageAsync.Companion
- Returns a mutable builder for constructing an instance of VaultListPageAsync.
- builder() - function in com.anthropic.models.beta.vaults.VaultListPageResponse.Companion
- Returns a mutable builder for constructing an instance of VaultListPageResponse.
- builder() - function in com.anthropic.models.beta.vaults.VaultListParams.Companion
- Returns a mutable builder for constructing an instance of VaultListParams.
- builder() - function in com.anthropic.models.beta.vaults.VaultRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of VaultRetrieveParams.
- builder() - function in com.anthropic.models.beta.vaults.VaultUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.vaults.VaultUpdateParams.Companion
- Returns a mutable builder for constructing an instance of VaultUpdateParams.
- builder() - function in com.anthropic.models.beta.vaults.VaultUpdateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCredential.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredential.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsCredentialValidation.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsCredentialValidation.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsDeletedCredential.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedCredential.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableAuthResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentVariableAuthResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableCreateParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentVariableCreateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsEnvironmentVariableUpdateParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentVariableUpdateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsLimitedCredentialNetworkingParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsLimitedCredentialNetworkingResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsLimitedCredentialNetworkingResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthAuthResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpOAuthAuthResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthCreateParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpOAuthCreateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpOAuthRefreshParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpOAuthRefreshResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthRefreshUpdateParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpOAuthRefreshUpdateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpOAuthUpdateParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpOAuthUpdateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsMcpProbe.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpProbe.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshHttpResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsRefreshHttpResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsRefreshObject.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsRefreshObject.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerAuthResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsStaticBearerAuthResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerCreateParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsStaticBearerCreateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsStaticBearerUpdateParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsStaticBearerUpdateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicParam.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthBasicParam.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthBasicResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthBasicUpdateParam.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneParam.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthNoneParam.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthNoneResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthNoneResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostParam.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthPostParam.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthPostResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthPostUpdateParam.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingParams.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUnrestrictedCredentialNetworkingParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Companion
- Returns a mutable builder for constructing an instance of BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialArchiveParams.Companion
- Returns a mutable builder for constructing an instance of CredentialArchiveParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Companion
- Returns a mutable builder for constructing an instance of CredentialCreateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialCreateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialDeleteParams.Companion
- Returns a mutable builder for constructing an instance of CredentialDeleteParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialListPage.Companion
- Returns a mutable builder for constructing an instance of CredentialListPage.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialListPageAsync.Companion
- Returns a mutable builder for constructing an instance of CredentialListPageAsync.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialListPageResponse.Companion
- Returns a mutable builder for constructing an instance of CredentialListPageResponse.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialListParams.Companion
- Returns a mutable builder for constructing an instance of CredentialListParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialMcpOAuthValidateParams.Companion
- Returns a mutable builder for constructing an instance of CredentialMcpOAuthValidateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of CredentialRetrieveParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Companion
- Returns a mutable builder for constructing an instance of CredentialUpdateParams.
- builder() - function in com.anthropic.models.beta.vaults.credentials.CredentialUpdateParams.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookEvent.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookEvent.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionArchivedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionArchivedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionCreatedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionCreatedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionDeletedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionDeletedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionIdledEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionIdledEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionOutcomeEvaluationEndedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionOutcomeEvaluationEndedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionPendingEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionPendingEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionRequiresActionEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionRequiresActionEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionRunningEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionRunningEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusIdledEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionStatusIdledEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusRescheduledEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionStatusRescheduledEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusRunStartedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionStatusRunStartedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionStatusTerminatedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionStatusTerminatedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionThreadCreatedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionThreadCreatedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionThreadIdledEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionThreadIdledEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookSessionThreadTerminatedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookSessionThreadTerminatedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultArchivedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookVaultArchivedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCreatedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookVaultCreatedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialArchivedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookVaultCredentialArchivedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialCreatedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookVaultCredentialCreatedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialDeletedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookVaultCredentialDeletedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultCredentialRefreshFailedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookVaultCredentialRefreshFailedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.BetaWebhookVaultDeletedEventData.Companion
- Returns a mutable builder for constructing an instance of BetaWebhookVaultDeletedEventData.
- builder() - function in com.anthropic.models.beta.webhooks.UnwrapWebhookEvent.Companion
- Returns a mutable builder for constructing an instance of UnwrapWebhookEvent.
- builder() - function in com.anthropic.models.completions.Completion.Companion
- Returns a mutable builder for constructing an instance of Completion.
- builder() - function in com.anthropic.models.completions.CompletionCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.completions.CompletionCreateParams.Companion
- Returns a mutable builder for constructing an instance of CompletionCreateParams.
- builder() - function in com.anthropic.models.messages.Base64ImageSource.Companion
- Returns a mutable builder for constructing an instance of Base64ImageSource.
- builder() - function in com.anthropic.models.messages.Base64PdfSource.Companion
- Returns a mutable builder for constructing an instance of Base64PdfSource.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionOutputBlock.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionOutputBlock.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionOutputBlockParam.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionOutputBlockParam.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.messages.BashCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of BashCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.messages.CacheControlEphemeral.Companion
- Returns a mutable builder for constructing an instance of CacheControlEphemeral.
- builder() - function in com.anthropic.models.messages.CacheCreation.Companion
- Returns a mutable builder for constructing an instance of CacheCreation.
- builder() - function in com.anthropic.models.messages.CitationCharLocation.Companion
- Returns a mutable builder for constructing an instance of CitationCharLocation.
- builder() - function in com.anthropic.models.messages.CitationCharLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationCharLocationParam.
- builder() - function in com.anthropic.models.messages.CitationContentBlockLocation.Companion
- Returns a mutable builder for constructing an instance of CitationContentBlockLocation.
- builder() - function in com.anthropic.models.messages.CitationContentBlockLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationContentBlockLocationParam.
- builder() - function in com.anthropic.models.messages.CitationPageLocation.Companion
- Returns a mutable builder for constructing an instance of CitationPageLocation.
- builder() - function in com.anthropic.models.messages.CitationPageLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationPageLocationParam.
- builder() - function in com.anthropic.models.messages.CitationSearchResultLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationSearchResultLocationParam.
- builder() - function in com.anthropic.models.messages.CitationWebSearchResultLocationParam.Companion
- Returns a mutable builder for constructing an instance of CitationWebSearchResultLocationParam.
- builder() - function in com.anthropic.models.messages.CitationsConfig.Companion
- Returns a mutable builder for constructing an instance of CitationsConfig.
- builder() - function in com.anthropic.models.messages.CitationsConfigParam.Companion
- Returns a mutable builder for constructing an instance of CitationsConfigParam.
- builder() - function in com.anthropic.models.messages.CitationsDelta.Companion
- Returns a mutable builder for constructing an instance of CitationsDelta.
- builder() - function in com.anthropic.models.messages.CitationsSearchResultLocation.Companion
- Returns a mutable builder for constructing an instance of CitationsSearchResultLocation.
- builder() - function in com.anthropic.models.messages.CitationsWebSearchResultLocation.Companion
- Returns a mutable builder for constructing an instance of CitationsWebSearchResultLocation.
- builder() - function in com.anthropic.models.messages.CodeExecutionOutputBlock.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionOutputBlock.
- builder() - function in com.anthropic.models.messages.CodeExecutionOutputBlockParam.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionOutputBlockParam.
- builder() - function in com.anthropic.models.messages.CodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionResultBlock.
- builder() - function in com.anthropic.models.messages.CodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.messages.CodeExecutionTool20250522.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionTool20250522.
- builder() - function in com.anthropic.models.messages.CodeExecutionTool20250825.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionTool20250825.
- builder() - function in com.anthropic.models.messages.CodeExecutionTool20260120.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionTool20260120.
- builder() - function in com.anthropic.models.messages.CodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.messages.CodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.CodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionToolResultError.
- builder() - function in com.anthropic.models.messages.CodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of CodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.messages.Container.Companion
- Returns a mutable builder for constructing an instance of Container.
- builder() - function in com.anthropic.models.messages.ContainerUploadBlock.Companion
- Returns a mutable builder for constructing an instance of ContainerUploadBlock.
- builder() - function in com.anthropic.models.messages.ContainerUploadBlockParam.Companion
- Returns a mutable builder for constructing an instance of ContainerUploadBlockParam.
- builder() - function in com.anthropic.models.messages.ContentBlockSource.Companion
- Returns a mutable builder for constructing an instance of ContentBlockSource.
- builder() - function in com.anthropic.models.messages.DirectCaller.Companion
- Returns a mutable builder for constructing an instance of DirectCaller.
- builder() - function in com.anthropic.models.messages.DocumentBlock.Companion
- Returns a mutable builder for constructing an instance of DocumentBlock.
- builder() - function in com.anthropic.models.messages.DocumentBlockParam.Companion
- Returns a mutable builder for constructing an instance of DocumentBlockParam.
- builder() - function in com.anthropic.models.messages.EncryptedCodeExecutionResultBlock.Companion
- Returns a mutable builder for constructing an instance of EncryptedCodeExecutionResultBlock.
- builder() - function in com.anthropic.models.messages.EncryptedCodeExecutionResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of EncryptedCodeExecutionResultBlockParam.
- builder() - function in com.anthropic.models.messages.ImageBlockParam.Companion
- Returns a mutable builder for constructing an instance of ImageBlockParam.
- builder() - function in com.anthropic.models.messages.InputJsonDelta.Companion
- Returns a mutable builder for constructing an instance of InputJsonDelta.
- builder() - function in com.anthropic.models.messages.JsonOutputFormat.Companion
- Returns a mutable builder for constructing an instance of JsonOutputFormat.
- builder() - function in com.anthropic.models.messages.JsonOutputFormat.Schema.Companion
- Returns a mutable builder for constructing an instance of Schema.
- builder() - function in com.anthropic.models.messages.MemoryTool20250818.Companion
- Returns a mutable builder for constructing an instance of MemoryTool20250818.
- builder() - function in com.anthropic.models.messages.MemoryTool20250818.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.Message.Companion
- Returns a mutable builder for constructing an instance of Message.
- builder() - function in com.anthropic.models.messages.MessageCountTokensParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.messages.MessageCountTokensParams.Companion
- Returns a mutable builder for constructing an instance of MessageCountTokensParams.
- builder() - function in com.anthropic.models.messages.MessageCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.messages.MessageCreateParams.Companion
- Returns a mutable builder for constructing an instance of MessageCreateParams.
- builder() - function in com.anthropic.models.messages.MessageDeltaUsage.Companion
- Returns a mutable builder for constructing an instance of MessageDeltaUsage.
- builder() - function in com.anthropic.models.messages.MessageParam.Companion
- Returns a mutable builder for constructing an instance of MessageParam.
- builder() - function in com.anthropic.models.messages.MessageTokensCount.Companion
- Returns a mutable builder for constructing an instance of MessageTokensCount.
- builder() - function in com.anthropic.models.messages.Metadata.Companion
- Returns a mutable builder for constructing an instance of Metadata.
- builder() - function in com.anthropic.models.messages.MidConversationSystemBlockParam.Companion
- Returns a mutable builder for constructing an instance of MidConversationSystemBlockParam.
- builder() - function in com.anthropic.models.messages.OutputConfig.Companion
- Returns a mutable builder for constructing an instance of OutputConfig.
- builder() - function in com.anthropic.models.messages.OutputTokensDetails.Companion
- Returns a mutable builder for constructing an instance of OutputTokensDetails.
- 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.RefusalStopDetails.Companion
- Returns a mutable builder for constructing an instance of RefusalStopDetails.
- builder() - function in com.anthropic.models.messages.SearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of SearchResultBlockParam.
- builder() - function in com.anthropic.models.messages.ServerToolCaller.Companion
- Returns a mutable builder for constructing an instance of ServerToolCaller.
- builder() - function in com.anthropic.models.messages.ServerToolCaller20260120.Companion
- Returns a mutable builder for constructing an instance of ServerToolCaller20260120.
- builder() - function in com.anthropic.models.messages.ServerToolUsage.Companion
- Returns a mutable builder for constructing an instance of ServerToolUsage.
- builder() - function in com.anthropic.models.messages.ServerToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of ServerToolUseBlock.
- builder() - function in com.anthropic.models.messages.ServerToolUseBlock.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.messages.ServerToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of ServerToolUseBlockParam.
- builder() - function in com.anthropic.models.messages.ServerToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.messages.SignatureDelta.Companion
- Returns a mutable builder for constructing an instance of SignatureDelta.
- builder() - function in com.anthropic.models.messages.StructuredMessageCreateParams.Companion
- Returns a mutable builder for constructing an instance of StructuredMessageCreateParams.
- builder() - function in com.anthropic.models.messages.TextBlock.Companion
- Returns a mutable builder for constructing an instance of TextBlock.
- builder() - function in com.anthropic.models.messages.TextBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextBlockParam.
- builder() - function in com.anthropic.models.messages.TextDelta.Companion
- Returns a mutable builder for constructing an instance of TextDelta.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionCreateResultBlock.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionCreateResultBlock.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionCreateResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionCreateResultBlockParam.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionStrReplaceResultBlock.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionStrReplaceResultBlock.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionStrReplaceResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionStrReplaceResultBlockParam.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionToolResultBlock.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultError.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionToolResultError.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionToolResultErrorParam.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionViewResultBlock.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionViewResultBlock.
- builder() - function in com.anthropic.models.messages.TextEditorCodeExecutionViewResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of TextEditorCodeExecutionViewResultBlockParam.
- builder() - function in com.anthropic.models.messages.ThinkingBlock.Companion
- Returns a mutable builder for constructing an instance of ThinkingBlock.
- builder() - function in com.anthropic.models.messages.ThinkingBlockParam.Companion
- Returns a mutable builder for constructing an instance of ThinkingBlockParam.
- builder() - function in com.anthropic.models.messages.ThinkingConfigAdaptive.Companion
- Returns a mutable builder for constructing an instance of ThinkingConfigAdaptive.
- builder() - function in com.anthropic.models.messages.ThinkingConfigDisabled.Companion
- Returns a mutable builder for constructing an instance of ThinkingConfigDisabled.
- builder() - function in com.anthropic.models.messages.ThinkingConfigEnabled.Companion
- Returns a mutable builder for constructing an instance of ThinkingConfigEnabled.
- builder() - function in com.anthropic.models.messages.ThinkingDelta.Companion
- Returns a mutable builder for constructing an instance of ThinkingDelta.
- builder() - function in com.anthropic.models.messages.Tool.Companion
- Returns a mutable builder for constructing an instance of Tool.
- builder() - function in com.anthropic.models.messages.Tool.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.Tool.InputSchema.Companion
- Returns a mutable builder for constructing an instance of InputSchema.
- builder() - function in com.anthropic.models.messages.Tool.InputSchema.Properties.Companion
- Returns a mutable builder for constructing an instance of Properties.
- builder() - function in com.anthropic.models.messages.ToolBash20250124.Companion
- Returns a mutable builder for constructing an instance of ToolBash20250124.
- builder() - function in com.anthropic.models.messages.ToolBash20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.ToolChoiceAny.Companion
- Returns a mutable builder for constructing an instance of ToolChoiceAny.
- builder() - function in com.anthropic.models.messages.ToolChoiceAuto.Companion
- Returns a mutable builder for constructing an instance of ToolChoiceAuto.
- builder() - function in com.anthropic.models.messages.ToolChoiceNone.Companion
- Returns a mutable builder for constructing an instance of ToolChoiceNone.
- builder() - function in com.anthropic.models.messages.ToolChoiceTool.Companion
- Returns a mutable builder for constructing an instance of ToolChoiceTool.
- builder() - function in com.anthropic.models.messages.ToolReferenceBlock.Companion
- Returns a mutable builder for constructing an instance of ToolReferenceBlock.
- builder() - function in com.anthropic.models.messages.ToolReferenceBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolReferenceBlockParam.
- builder() - function in com.anthropic.models.messages.ToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.ToolSearchToolBm25_20251119.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolBm25_20251119.
- builder() - function in com.anthropic.models.messages.ToolSearchToolRegex20251119.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolRegex20251119.
- builder() - function in com.anthropic.models.messages.ToolSearchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolResultBlock.
- builder() - function in com.anthropic.models.messages.ToolSearchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.ToolSearchToolResultError.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolResultError.
- builder() - function in com.anthropic.models.messages.ToolSearchToolResultErrorParam.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolResultErrorParam.
- builder() - function in com.anthropic.models.messages.ToolSearchToolSearchResultBlock.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolSearchResultBlock.
- builder() - function in com.anthropic.models.messages.ToolSearchToolSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolSearchToolSearchResultBlockParam.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250124.Companion
- Returns a mutable builder for constructing an instance of ToolTextEditor20250124.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250124.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250429.Companion
- Returns a mutable builder for constructing an instance of ToolTextEditor20250429.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250429.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250728.Companion
- Returns a mutable builder for constructing an instance of ToolTextEditor20250728.
- builder() - function in com.anthropic.models.messages.ToolTextEditor20250728.InputExample.Companion
- Returns a mutable builder for constructing an instance of InputExample.
- builder() - function in com.anthropic.models.messages.ToolUseBlock.Companion
- Returns a mutable builder for constructing an instance of ToolUseBlock.
- builder() - function in com.anthropic.models.messages.ToolUseBlock.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.messages.ToolUseBlockParam.Companion
- Returns a mutable builder for constructing an instance of ToolUseBlockParam.
- builder() - function in com.anthropic.models.messages.ToolUseBlockParam.Input.Companion
- Returns a mutable builder for constructing an instance of Input.
- builder() - function in com.anthropic.models.messages.UrlImageSource.Companion
- Returns a mutable builder for constructing an instance of UrlImageSource.
- builder() - function in com.anthropic.models.messages.UrlPdfSource.Companion
- Returns a mutable builder for constructing an instance of UrlPdfSource.
- builder() - function in com.anthropic.models.messages.Usage.Companion
- Returns a mutable builder for constructing an instance of Usage.
- builder() - function in com.anthropic.models.messages.UserLocation.Companion
- Returns a mutable builder for constructing an instance of UserLocation.
- builder() - function in com.anthropic.models.messages.WebFetchBlock.Companion
- Returns a mutable builder for constructing an instance of WebFetchBlock.
- builder() - function in com.anthropic.models.messages.WebFetchBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebFetchBlockParam.
- builder() - function in com.anthropic.models.messages.WebFetchTool20250910.Companion
- Returns a mutable builder for constructing an instance of WebFetchTool20250910.
- builder() - function in com.anthropic.models.messages.WebFetchTool20260209.Companion
- Returns a mutable builder for constructing an instance of WebFetchTool20260209.
- builder() - function in com.anthropic.models.messages.WebFetchTool20260309.Companion
- Returns a mutable builder for constructing an instance of WebFetchTool20260309.
- builder() - function in com.anthropic.models.messages.WebFetchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of WebFetchToolResultBlock.
- builder() - function in com.anthropic.models.messages.WebFetchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebFetchToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.WebFetchToolResultErrorBlock.Companion
- Returns a mutable builder for constructing an instance of WebFetchToolResultErrorBlock.
- builder() - function in com.anthropic.models.messages.WebFetchToolResultErrorBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebFetchToolResultErrorBlockParam.
- builder() - function in com.anthropic.models.messages.WebSearchResultBlock.Companion
- Returns a mutable builder for constructing an instance of WebSearchResultBlock.
- builder() - function in com.anthropic.models.messages.WebSearchResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebSearchResultBlockParam.
- builder() - function in com.anthropic.models.messages.WebSearchTool20250305.Companion
- Returns a mutable builder for constructing an instance of WebSearchTool20250305.
- builder() - function in com.anthropic.models.messages.WebSearchTool20260209.Companion
- Returns a mutable builder for constructing an instance of WebSearchTool20260209.
- builder() - function in com.anthropic.models.messages.WebSearchToolRequestError.Companion
- Returns a mutable builder for constructing an instance of WebSearchToolRequestError.
- builder() - function in com.anthropic.models.messages.WebSearchToolResultBlock.Companion
- Returns a mutable builder for constructing an instance of WebSearchToolResultBlock.
- builder() - function in com.anthropic.models.messages.WebSearchToolResultBlockParam.Companion
- Returns a mutable builder for constructing an instance of WebSearchToolResultBlockParam.
- builder() - function in com.anthropic.models.messages.WebSearchToolResultError.Companion
- Returns a mutable builder for constructing an instance of WebSearchToolResultError.
- builder() - function in com.anthropic.models.messages.batches.BatchCancelParams.Companion
- Returns a mutable builder for constructing an instance of BatchCancelParams.
- builder() - function in com.anthropic.models.messages.batches.BatchCreateParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.anthropic.models.messages.batches.BatchCreateParams.Companion
- Returns a mutable builder for constructing an instance of BatchCreateParams.
- builder() - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Companion
- Returns a mutable builder for constructing an instance of Request.
- builder() - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.Companion
- Returns a mutable builder for constructing an instance of Params.
- builder() - function in com.anthropic.models.messages.batches.BatchDeleteParams.Companion
- Returns a mutable builder for constructing an instance of BatchDeleteParams.
- builder() - function in com.anthropic.models.messages.batches.BatchListPage.Companion
- Returns a mutable builder for constructing an instance of BatchListPage.
- builder() - function in com.anthropic.models.messages.batches.BatchListPageAsync.Companion
- Returns a mutable builder for constructing an instance of BatchListPageAsync.
- builder() - function in com.anthropic.models.messages.batches.BatchListPageResponse.Companion
- Returns a mutable builder for constructing an instance of BatchListPageResponse.
- builder() - function in com.anthropic.models.messages.batches.BatchListParams.Companion
- Returns a mutable builder for constructing an instance of BatchListParams.
- builder() - function in com.anthropic.models.messages.batches.BatchResultsParams.Companion
- Returns a mutable builder for constructing an instance of BatchResultsParams.
- builder() - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Companion
- Returns a mutable builder for constructing an instance of BatchRetrieveParams.
- builder() - function in com.anthropic.models.messages.batches.DeletedMessageBatch.Companion
- Returns a mutable builder for constructing an instance of DeletedMessageBatch.
- builder() - function in com.anthropic.models.messages.batches.MessageBatch.Companion
- Returns a mutable builder for constructing an instance of MessageBatch.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchCanceledResult.Companion
- Returns a mutable builder for constructing an instance of MessageBatchCanceledResult.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchErroredResult.Companion
- Returns a mutable builder for constructing an instance of MessageBatchErroredResult.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchExpiredResult.Companion
- Returns a mutable builder for constructing an instance of MessageBatchExpiredResult.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Companion
- Returns a mutable builder for constructing an instance of MessageBatchIndividualResponse.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchRequestCounts.Companion
- Returns a mutable builder for constructing an instance of MessageBatchRequestCounts.
- builder() - function in com.anthropic.models.messages.batches.MessageBatchSucceededResult.Companion
- Returns a mutable builder for constructing an instance of MessageBatchSucceededResult.
- builder() - function in com.anthropic.models.models.CapabilitySupport.Companion
- Returns a mutable builder for constructing an instance of CapabilitySupport.
- builder() - function in com.anthropic.models.models.ContextManagementCapability.Companion
- Returns a mutable builder for constructing an instance of ContextManagementCapability.
- builder() - function in com.anthropic.models.models.EffortCapability.Companion
- Returns a mutable builder for constructing an instance of EffortCapability.
- builder() - function in com.anthropic.models.models.ModelCapabilities.Companion
- Returns a mutable builder for constructing an instance of ModelCapabilities.
- 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.models.models.ThinkingCapability.Companion
- Returns a mutable builder for constructing an instance of ThinkingCapability.
- builder() - function in com.anthropic.models.models.ThinkingTypes.Companion
- Returns a mutable builder for constructing an instance of ThinkingTypes.