RetrieverSpan
Class: RetrieverSpan
Defined in: src/types/log.types.ts:250
Extends
BaseStep
Constructors
Constructor
Defined in: src/types/log.types.ts:256
Parameters
data
createdAtNs?
number
durationNs?
number
groundTruth?
string
input
StepIOType
metadata?
Record
<string
, string
>
name?
string
output
RetrieverStepAllowedOutputType
parent?
statusCode?
number
tags?
string
[]
Returns
RetrieverSpan
Overrides
Properties
createdAtNs
Defined in: src/types/step.types.ts:56
Inherited from
durationNs
Defined in: src/types/step.types.ts:57
Inherited from
externalId?
Defined in: src/types/step.types.ts:64
Inherited from
groundTruth?
Defined in: src/types/step.types.ts:60
Inherited from
input
Defined in: src/types/log.types.ts:253
Overrides
metrics
Defined in: src/types/step.types.ts:63
Inherited from
modelConfig?
Defined in: src/types/step.types.ts:61
Inherited from
name
Defined in: src/types/step.types.ts:55
Inherited from
output
Defined in: src/types/log.types.ts:254
Overrides
parent?
Defined in: src/types/log.types.ts:252
statusCode?
Defined in: src/types/step.types.ts:59
Inherited from
tags?
Defined in: src/types/step.types.ts:62
Inherited from
type
Defined in: src/types/log.types.ts:251
Overrides
userMetadata
Defined in: src/types/step.types.ts:58
Inherited from
Methods
toJSON()
Defined in: src/types/log.types.ts:276
Returns
Record
<string
, any
>
Overrides
validateInputOutputSerializable()
Defined in: src/types/step.types.ts:97
Parameters
val
StepIOType
Returns
StepIOType