Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailChecksPromptAttackConfig.Builder
Packages that use GuardrailChecksPromptAttackConfig.Builder
-
Uses of GuardrailChecksPromptAttackConfig.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailChecksPromptAttackConfig.BuilderModifier and TypeMethodDescriptionGuardrailChecksPromptAttackConfig.builder()GuardrailChecksPromptAttackConfig.Builder.categories(Collection<GuardrailChecksPromptAttackCategoryConfig> categories) The prompt attack categories to evaluate.GuardrailChecksPromptAttackConfig.Builder.categories(Consumer<GuardrailChecksPromptAttackCategoryConfig.Builder>... categories) The prompt attack categories to evaluate.GuardrailChecksPromptAttackConfig.Builder.categories(GuardrailChecksPromptAttackCategoryConfig... categories) The prompt attack categories to evaluate.GuardrailChecksPromptAttackConfig.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailChecksPromptAttackConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailChecksPromptAttackConfig.Builder>GuardrailChecksPromptAttackConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailChecksPromptAttackConfig.BuilderModifier and TypeMethodDescriptiondefault GuardrailChecksConfig.BuilderGuardrailChecksConfig.Builder.promptAttack(Consumer<GuardrailChecksPromptAttackConfig.Builder> promptAttack) The prompt attack check configuration.