Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailChecksContentFilterCategoryConfig
Packages that use GuardrailChecksContentFilterCategoryConfig
-
Uses of GuardrailChecksContentFilterCategoryConfig in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailChecksContentFilterCategoryConfigModifier and TypeMethodDescriptionGuardrailChecksContentFilterConfig.categories()The content filter categories to evaluate.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailChecksContentFilterCategoryConfigModifier and TypeMethodDescriptionGuardrailChecksContentFilterConfig.Builder.categories(GuardrailChecksContentFilterCategoryConfig... categories) The content filter categories to evaluate.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailChecksContentFilterCategoryConfigModifier and TypeMethodDescriptionGuardrailChecksContentFilterConfig.Builder.categories(Collection<GuardrailChecksContentFilterCategoryConfig> categories) The content filter categories to evaluate.