| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime |
Describes the API operations for running inference using Bedrock models.
|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
InvokeModelResult |
AmazonBedrockRuntimeClient.invokeModel(InvokeModelRequest request)
Invokes the specified Bedrock model to run inference using the input provided in the request body.
|
InvokeModelResult |
AmazonBedrockRuntime.invokeModel(InvokeModelRequest invokeModelRequest)
Invokes the specified Bedrock model to run inference using the input provided in the request body.
|
InvokeModelResult |
AbstractAmazonBedrockRuntime.invokeModel(InvokeModelRequest request) |
Future<InvokeModelResult> |
AmazonBedrockRuntimeAsyncClient.invokeModelAsync(InvokeModelRequest request) |
Future<InvokeModelResult> |
AmazonBedrockRuntimeAsync.invokeModelAsync(InvokeModelRequest invokeModelRequest)
Invokes the specified Bedrock model to run inference using the input provided in the request body.
|
Future<InvokeModelResult> |
AbstractAmazonBedrockRuntimeAsync.invokeModelAsync(InvokeModelRequest request) |
Future<InvokeModelResult> |
AmazonBedrockRuntimeAsyncClient.invokeModelAsync(InvokeModelRequest request,
AsyncHandler<InvokeModelRequest,InvokeModelResult> asyncHandler) |
Future<InvokeModelResult> |
AmazonBedrockRuntimeAsync.invokeModelAsync(InvokeModelRequest invokeModelRequest,
AsyncHandler<InvokeModelRequest,InvokeModelResult> asyncHandler)
Invokes the specified Bedrock model to run inference using the input provided in the request body.
|
Future<InvokeModelResult> |
AbstractAmazonBedrockRuntimeAsync.invokeModelAsync(InvokeModelRequest request,
AsyncHandler<InvokeModelRequest,InvokeModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<InvokeModelResult> |
AmazonBedrockRuntimeAsyncClient.invokeModelAsync(InvokeModelRequest request,
AsyncHandler<InvokeModelRequest,InvokeModelResult> asyncHandler) |
Future<InvokeModelResult> |
AmazonBedrockRuntimeAsync.invokeModelAsync(InvokeModelRequest invokeModelRequest,
AsyncHandler<InvokeModelRequest,InvokeModelResult> asyncHandler)
Invokes the specified Bedrock model to run inference using the input provided in the request body.
|
Future<InvokeModelResult> |
AbstractAmazonBedrockRuntimeAsync.invokeModelAsync(InvokeModelRequest request,
AsyncHandler<InvokeModelRequest,InvokeModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
InvokeModelRequest |
InvokeModelRequest.clone() |
InvokeModelRequest |
InvokeModelRequest.withAccept(String accept)
The desired MIME type of the inference body in the response.
|
InvokeModelRequest |
InvokeModelRequest.withBody(ByteBuffer body)
Input data in the format specified in the content-type request header.
|
InvokeModelRequest |
InvokeModelRequest.withContentType(String contentType)
The MIME type of the input data in the request.
|
InvokeModelRequest |
InvokeModelRequest.withModelId(String modelId)
Identifier of the model.
|
Copyright © 2024. All rights reserved.