Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ApplyGuardrailRequest.Builder
Packages that use ApplyGuardrailRequest.Builder
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of ApplyGuardrailRequest.Builder in software.amazon.awssdk.services.bedrockruntime
Method parameters in software.amazon.awssdk.services.bedrockruntime with type arguments of type ApplyGuardrailRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ApplyGuardrailResponse>BedrockRuntimeAsyncClient.applyGuardrail(Consumer<ApplyGuardrailRequest.Builder> applyGuardrailRequest) The action to apply a guardrail.default ApplyGuardrailResponseBedrockRuntimeClient.applyGuardrail(Consumer<ApplyGuardrailRequest.Builder> applyGuardrailRequest) The action to apply a guardrail. -
Uses of ApplyGuardrailRequest.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ApplyGuardrailRequest.BuilderModifier and TypeMethodDescriptionApplyGuardrailRequest.builder()ApplyGuardrailRequest.Builder.content(Collection<GuardrailContentBlock> content) The content details used in the request to apply the guardrail.ApplyGuardrailRequest.Builder.content(Consumer<GuardrailContentBlock.Builder>... content) The content details used in the request to apply the guardrail.ApplyGuardrailRequest.Builder.content(GuardrailContentBlock... content) The content details used in the request to apply the guardrail.ApplyGuardrailRequest.Builder.guardrailIdentifier(String guardrailIdentifier) The guardrail identifier used in the request to apply the guardrail.ApplyGuardrailRequest.Builder.guardrailVersion(String guardrailVersion) The guardrail version used in the request to apply the guardrail.ApplyGuardrailRequest.Builder.outputScope(String outputScope) Specifies the scope of the output that you get in the response.ApplyGuardrailRequest.Builder.outputScope(GuardrailOutputScope outputScope) Specifies the scope of the output that you get in the response.ApplyGuardrailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ApplyGuardrailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The source of data used in the request to apply the guardrail.ApplyGuardrailRequest.Builder.source(GuardrailContentSource source) The source of data used in the request to apply the guardrail.ApplyGuardrailRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ApplyGuardrailRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ApplyGuardrailRequest.Builder>ApplyGuardrailRequest.serializableBuilderClass()