Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ApplyGuardrailResponse.Builder
Packages that use ApplyGuardrailResponse.Builder
-
Uses of ApplyGuardrailResponse.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ApplyGuardrailResponse.BuilderModifier and TypeMethodDescriptionThe action taken in the response from the guardrail.ApplyGuardrailResponse.Builder.action(GuardrailAction action) The action taken in the response from the guardrail.ApplyGuardrailResponse.Builder.actionReason(String actionReason) The reason for the action taken when harmful content is detected.ApplyGuardrailResponse.Builder.assessments(Collection<GuardrailAssessment> assessments) The assessment details in the response from the guardrail.ApplyGuardrailResponse.Builder.assessments(Consumer<GuardrailAssessment.Builder>... assessments) The assessment details in the response from the guardrail.ApplyGuardrailResponse.Builder.assessments(GuardrailAssessment... assessments) The assessment details in the response from the guardrail.ApplyGuardrailResponse.builder()default ApplyGuardrailResponse.BuilderApplyGuardrailResponse.Builder.guardrailCoverage(Consumer<GuardrailCoverage.Builder> guardrailCoverage) The guardrail coverage details in the apply guardrail response.ApplyGuardrailResponse.Builder.guardrailCoverage(GuardrailCoverage guardrailCoverage) The guardrail coverage details in the apply guardrail response.ApplyGuardrailResponse.Builder.outputs(Collection<GuardrailOutputContent> outputs) The output details in the response from the guardrail.ApplyGuardrailResponse.Builder.outputs(Consumer<GuardrailOutputContent.Builder>... outputs) The output details in the response from the guardrail.ApplyGuardrailResponse.Builder.outputs(GuardrailOutputContent... outputs) The output details in the response from the guardrail.ApplyGuardrailResponse.toBuilder()default ApplyGuardrailResponse.BuilderApplyGuardrailResponse.Builder.usage(Consumer<GuardrailUsage.Builder> usage) The usage details in the response from the guardrail.ApplyGuardrailResponse.Builder.usage(GuardrailUsage usage) The usage details in the response from the guardrail.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ApplyGuardrailResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ApplyGuardrailResponse.Builder>ApplyGuardrailResponse.serializableBuilderClass()