Config

data class Config(val normalizedTo: Double?, val minScore: Double?, val maxScore: Double?) : ConfigUnit

Constructors

Link copied to clipboard
constructor(normalizedTo: Double?, minScore: Double?, maxScore: Double?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val kind: PipelineStage.Kind
Link copied to clipboard

The maximum score of the report; If not set, do not perform upper-bound clamping.

Link copied to clipboard

The minimum score of the report; If not set, do not perform lower-bound clamping.

Link copied to clipboard

if not null, normalize the final score of the report to this value.