Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailUsage.Builder
Packages that use GuardrailUsage.Builder
-
Uses of GuardrailUsage.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailUsage.BuilderModifier and TypeMethodDescriptionGuardrailUsage.Builder.automatedReasoningPolicies(Integer automatedReasoningPolicies) The number of automated reasoning policies that were processed during the guardrail evaluation.GuardrailUsage.Builder.automatedReasoningPolicyUnits(Integer automatedReasoningPolicyUnits) The number of text units processed by the automated reasoning policy.static GuardrailUsage.BuilderGuardrailUsage.builder()GuardrailUsage.Builder.contentPolicyImageUnits(Integer contentPolicyImageUnits) The content policy image units processed by the guardrail.GuardrailUsage.Builder.contentPolicyUnits(Integer contentPolicyUnits) The content policy units processed by the guardrail.GuardrailUsage.Builder.contextualGroundingPolicyUnits(Integer contextualGroundingPolicyUnits) The contextual grounding policy units processed by the guardrail.GuardrailUsage.Builder.sensitiveInformationPolicyFreeUnits(Integer sensitiveInformationPolicyFreeUnits) The sensitive information policy free units processed by the guardrail.GuardrailUsage.Builder.sensitiveInformationPolicyUnits(Integer sensitiveInformationPolicyUnits) The sensitive information policy units processed by the guardrail.GuardrailUsage.toBuilder()GuardrailUsage.Builder.topicPolicyUnits(Integer topicPolicyUnits) The topic policy units processed by the guardrail.GuardrailUsage.Builder.wordPolicyUnits(Integer wordPolicyUnits) The word policy units processed by the guardrail.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailUsage.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailUsage.Builder>GuardrailUsage.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailUsage.BuilderModifier and TypeMethodDescriptiondefault ApplyGuardrailResponse.BuilderApplyGuardrailResponse.Builder.usage(Consumer<GuardrailUsage.Builder> usage) The usage details in the response from the guardrail.GuardrailInvocationMetrics.Builder.usage(Consumer<GuardrailUsage.Builder> usage) The usage details for the guardrail invocation metrics.