DerivedEvaluatorConfig

The configuration for a derived evaluator. It reuses an existing evaluator's logic on your own model.

Types

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

Properties

Link copied to clipboard

The identifier of the base evaluator whose logic to run (a Builtin.* or ThirdParty.* evaluator).

Link copied to clipboard

The configuration of the evaluator model that you supply.

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