Class OutputGuardrailExecutor.OutputGuardrailExecutorBuilder

Enclosing class:
OutputGuardrailExecutor

Builder class for constructing instances of OutputGuardrailExecutor. This builder allows configuration of an OutputGuardrailExecutor by specifying the associated configuration type (OutputGuardrailsConfig) and the output guardrails to be executed. Extends AbstractGuardrailExecutor.GuardrailExecutorBuilder for the specific types: - Configuration type: OutputGuardrailsConfig - Result type: OutputGuardrailResult - Parameter type: OutputGuardrailRequest - Guardrail type: OutputGuardrail Provides the build() method to create an OutputGuardrailExecutor instance.