| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime |
Describes the API operations for running inference using Amazon Bedrock models.
|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
ApplyGuardrailResult |
AbstractAmazonBedrockRuntime.applyGuardrail(ApplyGuardrailRequest request) |
ApplyGuardrailResult |
AmazonBedrockRuntime.applyGuardrail(ApplyGuardrailRequest applyGuardrailRequest)
The action to apply a guardrail.
|
ApplyGuardrailResult |
AmazonBedrockRuntimeClient.applyGuardrail(ApplyGuardrailRequest request)
The action to apply a guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ApplyGuardrailResult> |
AbstractAmazonBedrockRuntimeAsync.applyGuardrailAsync(ApplyGuardrailRequest request,
AsyncHandler<ApplyGuardrailRequest,ApplyGuardrailResult> asyncHandler) |
Future<ApplyGuardrailResult> |
AmazonBedrockRuntimeAsync.applyGuardrailAsync(ApplyGuardrailRequest applyGuardrailRequest,
AsyncHandler<ApplyGuardrailRequest,ApplyGuardrailResult> asyncHandler)
The action to apply a guardrail.
|
Future<ApplyGuardrailResult> |
AmazonBedrockRuntimeAsyncClient.applyGuardrailAsync(ApplyGuardrailRequest request,
AsyncHandler<ApplyGuardrailRequest,ApplyGuardrailResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ApplyGuardrailResult |
ApplyGuardrailResult.clone() |
ApplyGuardrailResult |
ApplyGuardrailResult.withAction(GuardrailAction action)
The action taken in the response from the guardrail.
|
ApplyGuardrailResult |
ApplyGuardrailResult.withAction(String action)
The action taken in the response from the guardrail.
|
ApplyGuardrailResult |
ApplyGuardrailResult.withAssessments(Collection<GuardrailAssessment> assessments)
The assessment details in the response from the guardrail.
|
ApplyGuardrailResult |
ApplyGuardrailResult.withAssessments(GuardrailAssessment... assessments)
The assessment details in the response from the guardrail.
|
ApplyGuardrailResult |
ApplyGuardrailResult.withOutputs(Collection<GuardrailOutputContent> outputs)
The output details in the response from the guardrail.
|
ApplyGuardrailResult |
ApplyGuardrailResult.withOutputs(GuardrailOutputContent... outputs)
The output details in the response from the guardrail.
|
ApplyGuardrailResult |
ApplyGuardrailResult.withUsage(GuardrailUsage usage)
The usage details in the response from the guardrail.
|
Copyright © 2025. All rights reserved.