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