Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailChecksContentFilterResultEntry
Packages that use GuardrailChecksContentFilterResultEntry
-
Uses of GuardrailChecksContentFilterResultEntry in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailChecksContentFilterResultEntryModifier and TypeMethodDescriptionGuardrailChecksContentFilterResult.results()The per-category content filter results.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailChecksContentFilterResultEntryModifier and TypeMethodDescriptionGuardrailChecksContentFilterResult.Builder.results(GuardrailChecksContentFilterResultEntry... results) The per-category content filter results.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailChecksContentFilterResultEntryModifier and TypeMethodDescriptionGuardrailChecksContentFilterResult.Builder.results(Collection<GuardrailChecksContentFilterResultEntry> results) The per-category content filter results.