LambdaEvaluatorConfig

Configuration for a Lambda function used as a code-based evaluator.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Lambda function that implements the evaluation logic.

Link copied to clipboard

The timeout in seconds for the Lambda function invocation. Defaults to 60. Must be between 1 and 300.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String