Class InputGuardrailExecutor.InputGuardrailExecutorBuilder

Enclosing class:
InputGuardrailExecutor

Builder class for constructing instances of InputGuardrailExecutor. This builder allows configuration of an InputGuardrailExecutor by specifying the associated configuration type (InputGuardrailsConfig) and the input guardrails to be executed. Extends AbstractGuardrailExecutor.GuardrailExecutorBuilder for the specific types: - Configuration type: InputGuardrailsConfig - Result type: InputGuardrailResult - Parameter type: InputGuardrailRequest - Guardrail type: InputGuardrail Provides the build() method to create an InputGuardrailExecutor instance.