Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailFilterStrength
-
Packages that use GuardrailFilterStrength Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailFilterStrength in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailFilterStrength Modifier and Type Method Description static GuardrailFilterStrengthGuardrailFilterStrength. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailFilterStrengthGuardrailContentFilter. inputStrength()The strength of the content filter to apply to prompts.GuardrailFilterStrengthGuardrailContentFilterConfig. inputStrength()The strength of the content filter to apply to prompts.GuardrailFilterStrengthGuardrailContentFilter. outputStrength()The strength of the content filter to apply to model responses.GuardrailFilterStrengthGuardrailContentFilterConfig. outputStrength()The strength of the content filter to apply to model responses.static GuardrailFilterStrengthGuardrailFilterStrength. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailFilterStrength[]GuardrailFilterStrength. 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 GuardrailFilterStrength Modifier and Type Method Description static Set<GuardrailFilterStrength>GuardrailFilterStrength. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailFilterStrength Modifier and Type Method Description GuardrailContentFilter.BuilderGuardrailContentFilter.Builder. inputStrength(GuardrailFilterStrength inputStrength)The strength of the content filter to apply to prompts.GuardrailContentFilterConfig.BuilderGuardrailContentFilterConfig.Builder. inputStrength(GuardrailFilterStrength inputStrength)The strength of the content filter to apply to prompts.GuardrailContentFilter.BuilderGuardrailContentFilter.Builder. outputStrength(GuardrailFilterStrength outputStrength)The strength of the content filter to apply to model responses.GuardrailContentFilterConfig.BuilderGuardrailContentFilterConfig.Builder. outputStrength(GuardrailFilterStrength outputStrength)The strength of the content filter to apply to model responses.
-