Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailContextualGroundingAction
-
Packages that use GuardrailContextualGroundingAction Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailContextualGroundingAction in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailContextualGroundingAction Modifier and Type Method Description GuardrailContextualGroundingActionGuardrailContextualGroundingFilter. action()The action to take when content fails the contextual grounding evaluation.GuardrailContextualGroundingActionGuardrailContextualGroundingFilterConfig. action()Specifies the action to take when content fails the contextual grounding evaluation.static GuardrailContextualGroundingActionGuardrailContextualGroundingAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GuardrailContextualGroundingActionGuardrailContextualGroundingAction. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailContextualGroundingAction[]GuardrailContextualGroundingAction. 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 GuardrailContextualGroundingAction Modifier and Type Method Description static Set<GuardrailContextualGroundingAction>GuardrailContextualGroundingAction. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailContextualGroundingAction Modifier and Type Method Description GuardrailContextualGroundingFilter.BuilderGuardrailContextualGroundingFilter.Builder. action(GuardrailContextualGroundingAction action)The action to take when content fails the contextual grounding evaluation.GuardrailContextualGroundingFilterConfig.BuilderGuardrailContextualGroundingFilterConfig.Builder. action(GuardrailContextualGroundingAction action)Specifies the action to take when content fails the contextual grounding evaluation.
-