| Class | Description |
|---|---|
| BedrockRuntimeException.BuilderImpl | |
| BedrockRuntimeRequest | |
| BedrockRuntimeRequest.BuilderImpl | |
| BedrockRuntimeResponse | |
| BedrockRuntimeResponse.BuilderImpl | |
| BedrockRuntimeResponseMetadata | |
| InvokeModelRequest | |
| InvokeModelResponse | |
| InvokeModelWithResponseStreamRequest | |
| InvokeModelWithResponseStreamResponse | |
| PayloadPart |
Payload content included in the response.
|
| PayloadPart.BuilderImpl |
| Enum | Description |
|---|---|
| ResponseStream.EventType |
The known possible types of events for
ResponseStream. |
| Exception | Description |
|---|---|
| AccessDeniedException |
The request is denied because of missing access permissions.
|
| BedrockRuntimeException | |
| 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.
|
| ModelStreamErrorException |
An error occurred while streaming the response.
|
| 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 © 2023. All rights reserved.