Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailContentFilterAction
-
Packages that use GuardrailContentFilterAction Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailContentFilterAction in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailContentFilterAction Modifier and Type Method Description static GuardrailContentFilterActionGuardrailContentFilterAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailContentFilterActionGuardrailContentFilter. inputAction()The action to take when harmful content is detected in the input.GuardrailContentFilterActionGuardrailContentFilterConfig. inputAction()Specifies the action to take when harmful content is detected.GuardrailContentFilterActionGuardrailContentFilter. outputAction()The action to take when harmful content is detected in the output.GuardrailContentFilterActionGuardrailContentFilterConfig. outputAction()Specifies the action to take when harmful content is detected in the output.static GuardrailContentFilterActionGuardrailContentFilterAction. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailContentFilterAction[]GuardrailContentFilterAction. 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 GuardrailContentFilterAction Modifier and Type Method Description static Set<GuardrailContentFilterAction>GuardrailContentFilterAction. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailContentFilterAction Modifier and Type Method Description GuardrailContentFilter.BuilderGuardrailContentFilter.Builder. inputAction(GuardrailContentFilterAction inputAction)The action to take when harmful content is detected in the input.GuardrailContentFilterConfig.BuilderGuardrailContentFilterConfig.Builder. inputAction(GuardrailContentFilterAction inputAction)Specifies the action to take when harmful content is detected.GuardrailContentFilter.BuilderGuardrailContentFilter.Builder. outputAction(GuardrailContentFilterAction outputAction)The action to take when harmful content is detected in the output.GuardrailContentFilterConfig.BuilderGuardrailContentFilterConfig.Builder. outputAction(GuardrailContentFilterAction outputAction)Specifies the action to take when harmful content is detected in the output.
-