Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelRequest.Builder
Packages that use InvokeModelRequest.Builder
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of InvokeModelRequest.Builder in software.amazon.awssdk.services.bedrockruntime
Method parameters in software.amazon.awssdk.services.bedrockruntime with type arguments of type InvokeModelRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<InvokeModelResponse>BedrockRuntimeAsyncClient.invokeModel(Consumer<InvokeModelRequest.Builder> invokeModelRequest) Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body.default InvokeModelResponseBedrockRuntimeClient.invokeModel(Consumer<InvokeModelRequest.Builder> invokeModelRequest) Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. -
Uses of InvokeModelRequest.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return InvokeModelRequest.BuilderModifier and TypeMethodDescriptionThe desired MIME type of the inference body in the response.The prompt and inference parameters in the format specified in thecontentTypein the header.static InvokeModelRequest.BuilderInvokeModelRequest.builder()InvokeModelRequest.Builder.contentType(String contentType) The MIME type of the input data in the request.InvokeModelRequest.Builder.guardrailIdentifier(String guardrailIdentifier) The unique identifier of the guardrail that you want to use.InvokeModelRequest.Builder.guardrailVersion(String guardrailVersion) The version number for the guardrail.The unique identifier of the model to invoke to run inference.InvokeModelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeModelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) InvokeModelRequest.Builder.performanceConfigLatency(String performanceConfigLatency) Model performance settings for the request.InvokeModelRequest.Builder.performanceConfigLatency(PerformanceConfigLatency performanceConfigLatency) Model performance settings for the request.InvokeModelRequest.Builder.requestMetadata(String requestMetadata) Key-value pairs that you can use to filter invocation logs.InvokeModelRequest.Builder.serviceTier(String serviceTier) Specifies the processing tier type used for serving the request.InvokeModelRequest.Builder.serviceTier(ServiceTierType serviceTier) Specifies the processing tier type used for serving the request.InvokeModelRequest.toBuilder()Specifies whether to enable or disable the Bedrock trace.Specifies whether to enable or disable the Bedrock trace.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type InvokeModelRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeModelRequest.Builder>InvokeModelRequest.serializableBuilderClass()