Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailChecksPromptAttackCategoryConfig
Packages that use GuardrailChecksPromptAttackCategoryConfig
-
Uses of GuardrailChecksPromptAttackCategoryConfig in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailChecksPromptAttackCategoryConfigModifier and TypeMethodDescriptionGuardrailChecksPromptAttackConfig.categories()The prompt attack categories to evaluate.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailChecksPromptAttackCategoryConfigModifier and TypeMethodDescriptionGuardrailChecksPromptAttackConfig.Builder.categories(GuardrailChecksPromptAttackCategoryConfig... categories) The prompt attack categories to evaluate.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailChecksPromptAttackCategoryConfigModifier and TypeMethodDescriptionGuardrailChecksPromptAttackConfig.Builder.categories(Collection<GuardrailChecksPromptAttackCategoryConfig> categories) The prompt attack categories to evaluate.