Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelRequest
-
Packages that use InvokeModelRequest Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models.software.amazon.awssdk.services.bedrockruntime.transform -
-
Uses of InvokeModelRequest in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime with parameters of type InvokeModelRequest Modifier and Type Method Description default CompletableFuture<InvokeModelResponse>BedrockRuntimeAsyncClient. invokeModel(InvokeModelRequest invokeModelRequest)Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body.default InvokeModelResponseBedrockRuntimeClient. invokeModel(InvokeModelRequest invokeModelRequest)Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. -
Uses of InvokeModelRequest in software.amazon.awssdk.services.bedrockruntime.transform
Methods in software.amazon.awssdk.services.bedrockruntime.transform with parameters of type InvokeModelRequest Modifier and Type Method Description SdkHttpFullRequestInvokeModelRequestMarshaller. marshall(InvokeModelRequest invokeModelRequest)
-