Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailConverseContentQualifier
Packages that use GuardrailConverseContentQualifier
-
Uses of GuardrailConverseContentQualifier in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailConverseContentQualifierModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static GuardrailConverseContentQualifier[]GuardrailConverseContentQualifier.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 GuardrailConverseContentQualifierModifier and TypeMethodDescriptionstatic Set<GuardrailConverseContentQualifier>GuardrailConverseContentQualifier.knownValues()GuardrailConverseTextBlock.qualifiers()The qualifier details for the guardrails contextual grounding filter.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailConverseContentQualifierModifier and TypeMethodDescriptionGuardrailConverseTextBlock.Builder.qualifiers(GuardrailConverseContentQualifier... qualifiers) The qualifier details for the guardrails contextual grounding filter.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailConverseContentQualifierModifier and TypeMethodDescriptionGuardrailConverseTextBlock.Builder.qualifiers(Collection<GuardrailConverseContentQualifier> qualifiers) The qualifier details for the guardrails contextual grounding filter.