Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailWordAction
-
Packages that use GuardrailWordAction Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailWordAction in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailWordAction Modifier and Type Method Description static GuardrailWordActionGuardrailWordAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailWordActionGuardrailManagedWords. inputAction()The action to take when harmful content is detected in the input.GuardrailWordActionGuardrailManagedWordsConfig. inputAction()Specifies the action to take when harmful content is detected in the input.GuardrailWordActionGuardrailWord. inputAction()The action to take when harmful content is detected in the input.GuardrailWordActionGuardrailWordConfig. inputAction()Specifies the action to take when harmful content is detected in the input.GuardrailWordActionGuardrailManagedWords. outputAction()The action to take when harmful content is detected in the output.GuardrailWordActionGuardrailManagedWordsConfig. outputAction()Specifies the action to take when harmful content is detected in the output.GuardrailWordActionGuardrailWord. outputAction()The action to take when harmful content is detected in the output.GuardrailWordActionGuardrailWordConfig. outputAction()Specifies the action to take when harmful content is detected in the output.static GuardrailWordActionGuardrailWordAction. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailWordAction[]GuardrailWordAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailWordAction Modifier and Type Method Description static Set<GuardrailWordAction>GuardrailWordAction. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailWordAction Modifier and Type Method Description GuardrailManagedWords.BuilderGuardrailManagedWords.Builder. inputAction(GuardrailWordAction inputAction)The action to take when harmful content is detected in the input.GuardrailManagedWordsConfig.BuilderGuardrailManagedWordsConfig.Builder. inputAction(GuardrailWordAction inputAction)Specifies the action to take when harmful content is detected in the input.GuardrailWord.BuilderGuardrailWord.Builder. inputAction(GuardrailWordAction inputAction)The action to take when harmful content is detected in the input.GuardrailWordConfig.BuilderGuardrailWordConfig.Builder. inputAction(GuardrailWordAction inputAction)Specifies the action to take when harmful content is detected in the input.GuardrailManagedWords.BuilderGuardrailManagedWords.Builder. outputAction(GuardrailWordAction outputAction)The action to take when harmful content is detected in the output.GuardrailManagedWordsConfig.BuilderGuardrailManagedWordsConfig.Builder. outputAction(GuardrailWordAction outputAction)Specifies the action to take when harmful content is detected in the output.GuardrailWord.BuilderGuardrailWord.Builder. outputAction(GuardrailWordAction outputAction)The action to take when harmful content is detected in the output.GuardrailWordConfig.BuilderGuardrailWordConfig.Builder. outputAction(GuardrailWordAction outputAction)Specifies the action to take when harmful content is detected in the output.
-