Langfuse JS/TS SDKs
GitHub
Docs
Preparing search index...
@langfuse/client
RegressionErrorMessageOptions
Type Alias RegressionErrorMessageOptions<Input, ExpectedOutput, Metadata>
type
RegressionErrorMessageOptions
<
Input
=
any
,
ExpectedOutput
=
any
,
Metadata
extends
Record
<
string
,
any
>
=
Record
<
string
,
any
>
,
>
=
{
message
?:
string
;
metric
?:
never
;
result
:
ExperimentResult
<
Input
,
ExpectedOutput
,
Metadata
>
;
threshold
?:
never
;
value
?:
never
;
}
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
?:
never
result
result
:
ExperimentResult
<
Input
,
ExpectedOutput
,
Metadata
>
Optional
threshold
threshold
?:
never
Optional
value
value
?:
never
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...