Member Junction
Preparing search index...
@memberjunction/codegen-lib
RunSummary
Type Alias RunSummary
Compact summary returned by
listRuns()
for the report list CLI.
type
RunSummary
=
{
entitiesProcessed
:
number
;
filePath
:
string
;
llmCalls
:
number
;
runId
:
string
;
startedAt
:
string
;
success
:
boolean
;
totalCostUSD
:
number
;
totalMs
:
number
;
}
Index
Properties
entities
Processed
file
Path
llm
Calls
run
Id
started
At
success
total
Cost
USD
total
Ms
Properties
entities
Processed
entitiesProcessed
:
number
file
Path
filePath
:
string
llm
Calls
llmCalls
:
number
run
Id
runId
:
string
started
At
startedAt
:
string
success
success
:
boolean
total
Cost
USD
totalCostUSD
:
number
total
Ms
totalMs
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
entities
Processed
file
Path
llm
Calls
run
Id
started
At
success
total
Cost
USD
total
Ms
Member Junction
Loading...
Compact summary returned by
listRuns()for the report list CLI.