Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailChecksPromptAttackResultEntry
Packages that use GuardrailChecksPromptAttackResultEntry
-
Uses of GuardrailChecksPromptAttackResultEntry in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailChecksPromptAttackResultEntryModifier and TypeMethodDescriptionGuardrailChecksPromptAttackResult.results()The per-category prompt attack results.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailChecksPromptAttackResultEntryModifier and TypeMethodDescriptionGuardrailChecksPromptAttackResult.Builder.results(GuardrailChecksPromptAttackResultEntry... results) The per-category prompt attack results.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailChecksPromptAttackResultEntryModifier and TypeMethodDescriptionGuardrailChecksPromptAttackResult.Builder.results(Collection<GuardrailChecksPromptAttackResultEntry> results) The per-category prompt attack results.