Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailContextualGroundingFilterType
Packages that use GuardrailContextualGroundingFilterType
-
Uses of GuardrailContextualGroundingFilterType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailContextualGroundingFilterTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailContextualGroundingFilter.type()The contextual grounding filter type.Returns the enum constant of this type with the specified name.GuardrailContextualGroundingFilterType.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 GuardrailContextualGroundingFilterTypeMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailContextualGroundingFilterTypeModifier and TypeMethodDescriptionGuardrailContextualGroundingFilter.Builder.type(GuardrailContextualGroundingFilterType type) The contextual grounding filter type.