Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ApplyGuardrailResponse
Packages that use ApplyGuardrailResponse
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of ApplyGuardrailResponse in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return ApplyGuardrailResponseModifier and TypeMethodDescriptiondefault ApplyGuardrailResponseBedrockRuntimeClient.applyGuardrail(Consumer<ApplyGuardrailRequest.Builder> applyGuardrailRequest) The action to apply a guardrail.default ApplyGuardrailResponseBedrockRuntimeClient.applyGuardrail(ApplyGuardrailRequest applyGuardrailRequest) The action to apply a guardrail.Methods in software.amazon.awssdk.services.bedrockruntime that return types with arguments of type ApplyGuardrailResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ApplyGuardrailResponse>BedrockRuntimeAsyncClient.applyGuardrail(Consumer<ApplyGuardrailRequest.Builder> applyGuardrailRequest) The action to apply a guardrail.default CompletableFuture<ApplyGuardrailResponse>BedrockRuntimeAsyncClient.applyGuardrail(ApplyGuardrailRequest applyGuardrailRequest) The action to apply a guardrail.