Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailTopicType
Packages that use GuardrailTopicType
-
Uses of GuardrailTopicType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailTopicTypeModifier and TypeMethodDescriptionstatic GuardrailTopicTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final GuardrailTopicTypeGuardrailTopic.type()The type behavior that the guardrail should perform when the model detects the topic.static GuardrailTopicTypeReturns the enum constant of this type with the specified name.static GuardrailTopicType[]GuardrailTopicType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailTopicTypeModifier and TypeMethodDescriptionstatic Set<GuardrailTopicType>GuardrailTopicType.knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailTopicTypeModifier and TypeMethodDescriptionGuardrailTopic.Builder.type(GuardrailTopicType type) The type behavior that the guardrail should perform when the model detects the topic.