Langfuse JS/TS SDKs
GitHub
Docs
Preparing search index...
@langfuse/client
RegressionErrorOptions
Type Alias RegressionErrorOptions<Input, ExpectedOutput, Metadata>
type
RegressionErrorOptions
<
Input
=
any
,
ExpectedOutput
=
any
,
Metadata
extends
Record
<
string
,
any
>
=
Record
<
string
,
any
>
,
>
=
{
message
?:
string
;
metric
?:
string
;
result
:
ExperimentResult
<
Input
,
ExpectedOutput
,
Metadata
>
;
threshold
?:
number
;
value
?:
number
;
}
Type Parameters
Input
=
any
ExpectedOutput
=
any
Metadata
extends
Record
<
string
,
any
>
=
Record
<
string
,
any
>
Index
Properties
message?
metric?
result
threshold?
value?
Properties
Optional
message
message
?:
string
Optional
metric
metric
?:
string
result
result
:
ExperimentResult
<
Input
,
ExpectedOutput
,
Metadata
>
Optional
threshold
threshold
?:
number
Optional
value
value
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
metric
result
threshold
value
GitHub
Docs
Langfuse JS/TS SDKs
Loading...