Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ApplyGuardrailRequest
-
Packages that use ApplyGuardrailRequest 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 ApplyGuardrailRequest in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime with parameters of type ApplyGuardrailRequest Modifier and Type Method Description default CompletableFuture<ApplyGuardrailResponse>BedrockRuntimeAsyncClient. applyGuardrail(ApplyGuardrailRequest applyGuardrailRequest)The action to apply a guardrail.default ApplyGuardrailResponseBedrockRuntimeClient. applyGuardrail(ApplyGuardrailRequest applyGuardrailRequest)The action to apply a guardrail. -
Uses of ApplyGuardrailRequest in software.amazon.awssdk.services.bedrockruntime.transform
Methods in software.amazon.awssdk.services.bedrockruntime.transform with parameters of type ApplyGuardrailRequest Modifier and Type Method Description SdkHttpFullRequestApplyGuardrailRequestMarshaller. marshall(ApplyGuardrailRequest applyGuardrailRequest)
-