| Class | Description |
|---|---|
| AnyToolChoice |
The model must request at least one tool (no text is generated).
|
| AutoToolChoice |
The Model automatically decides if a tool should be called or to whether to generate text instead.
|
| ContentBlock |
A block of content for a message.
|
| ConverseMetrics |
Metrics for a call to Converse.
|
| ConverseOutput |
The output from a call to Converse.
|
| ConverseRequest | |
| ConverseResult | |
| ImageBlock |
Image content for a message.
|
| ImageSource |
The source for an image.
|
| InferenceConfiguration |
Base inference parameters to pass to a model in a call to Converse or ConverseStream.
|
| InvokeModelRequest | |
| InvokeModelResult | |
| Message |
A message in the Message field.
|
| SpecificToolChoice |
The model must request a specific tool.
|
| SystemContentBlock |
A system content block
|
| TokenUsage |
The tokens used in a message API inference call.
|
| Tool |
Information about a tool that you can use with the Converse API.
|
| ToolChoice |
Forces a model to use a tool.
|
| ToolConfiguration |
Configuration information for the tools that you pass to a model.
|
| ToolInputSchema |
The schema for the tool.
|
| ToolResultBlock |
A tool result block that contains the results for a tool request that the model previously made.
|
| ToolResultContentBlock |
The tool result content block.
|
| ToolSpecification |
The specification for the tool.
|
| Enum | Description |
|---|---|
| ConversationRole | |
| ImageFormat | |
| StopReason | |
| ToolResultStatus | |
| Trace |
| Exception | Description |
|---|---|
| AccessDeniedException |
The request is denied because of missing access permissions.
|
| AmazonBedrockRuntimeException |
Base exception for all service exceptions thrown by Amazon Bedrock Runtime
|
| InternalServerException |
An internal server error occurred.
|
| ModelErrorException |
The request failed due to an error while processing the model.
|
| ModelNotReadyException |
The model specified in the request is not ready to serve inference requests.
|
| ModelTimeoutException |
The request took too long to process.
|
| ResourceNotFoundException |
The specified resource ARN was not found.
|
| ServiceQuotaExceededException |
The number of requests exceeds the service quota.
|
| ThrottlingException |
The number of requests exceeds the limit.
|
| ValidationException |
Input validation failed.
|
Copyright © 2024. All rights reserved.