Uses of Class
software.amazon.awscdk.services.bedrock.alpha.Topic
Packages that use Topic
-
Uses of Topic in software.amazon.awscdk.services.bedrock.alpha
Fields in software.amazon.awscdk.services.bedrock.alpha declared as TopicModifier and TypeFieldDescriptionstatic final Topic
Topic.FINANCIAL_ADVICE
(experimental) Filter for financial advice and investment recommendations.static final Topic
Topic.INAPPROPRIATE_CONTENT
(experimental) Filter for inappropriate or explicit content.static final Topic
Topic.LEGAL_ADVICE
(experimental) Filter for legal advice and recommendations.static final Topic
Topic.MEDICAL_ADVICE
(experimental) Filter for medical advice and health recommendations.static final Topic
Topic.POLITICAL_ADVICE
(experimental) Filter for political advice and recommendations.Methods in software.amazon.awscdk.services.bedrock.alpha that return TopicModifier and TypeMethodDescriptionstatic Topic
Topic.custom
(CustomTopicProps props) (experimental) Create a custom topic filter.Methods in software.amazon.awscdk.services.bedrock.alpha that return types with arguments of type TopicModifier and TypeMethodDescriptionGuardrail.getDeniedTopics()
(experimental) The denied topic filters applied by the guardrail.GuardrailProps.getDeniedTopics()
(experimental) A list of policies related to topics that the guardrail should deny.GuardrailProps.Jsii$Proxy.getDeniedTopics()
Methods in software.amazon.awscdk.services.bedrock.alpha with parameters of type TopicModifier and TypeMethodDescriptionvoid
Guardrail.addDeniedTopicFilter
(Topic filter) (experimental) Adds a denied topic filter to the guardrail.Method parameters in software.amazon.awscdk.services.bedrock.alpha with type arguments of type TopicModifier and TypeMethodDescriptionGuardrail.Builder.deniedTopics
(List<? extends Topic> deniedTopics) (experimental) A list of policies related to topics that the guardrail should deny.GuardrailProps.Builder.deniedTopics
(List<? extends Topic> deniedTopics) Sets the value ofGuardrailProps.getDeniedTopics()