Uses of Enum
software.amazon.awscdk.services.bedrock.alpha.TierConfig
Packages that use TierConfig
-
Uses of TierConfig in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return TierConfigModifier and TypeMethodDescriptionGuardrail.getContentFiltersTierConfig()
(experimental) The tier that your guardrail uses for content filters.default TierConfig
GuardrailProps.getContentFiltersTierConfig()
(experimental) The tier configuration to apply to the guardrail.final TierConfig
GuardrailProps.Jsii$Proxy.getContentFiltersTierConfig()
Guardrail.getTopicsTierConfig()
(experimental) The tier that your guardrail uses for denied topic filters.default TierConfig
GuardrailProps.getTopicsTierConfig()
(experimental) The tier configuration to apply to the guardrail.final TierConfig
GuardrailProps.Jsii$Proxy.getTopicsTierConfig()
static TierConfig
Returns the enum constant of this type with the specified name.static TierConfig[]
TierConfig.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.bedrock.alpha with parameters of type TierConfigModifier and TypeMethodDescriptionGuardrail.Builder.contentFiltersTierConfig
(TierConfig contentFiltersTierConfig) (experimental) The tier configuration to apply to the guardrail.GuardrailProps.Builder.contentFiltersTierConfig
(TierConfig contentFiltersTierConfig) Sets the value ofGuardrailProps.getContentFiltersTierConfig()
Guardrail.Builder.topicsTierConfig
(TierConfig topicsTierConfig) (experimental) The tier configuration to apply to the guardrail.GuardrailProps.Builder.topicsTierConfig
(TierConfig topicsTierConfig) Sets the value ofGuardrailProps.getTopicsTierConfig()