PipelineRunnerOptions
Defined in: core/runner.ts:21
Properties
Section titled “Properties”apiKey
Section titled “apiKey”apiKey:
string
Defined in: core/runner.ts:25
Meshy API key used to authenticate requests.
client?
Section titled “client?”
optionalclient:MeshyClient
Defined in: core/runner.ts:27
Optional Meshy client override (useful for testing).
definitions
Section titled “definitions”definitions:
DefinitionBundle
Defined in: core/runner.ts:23
Loaded pipeline/task definitions.
logger()?
Section titled “logger()?”
optionallogger: (message) =>void
Defined in: core/runner.ts:31
Optional logger to capture pipeline progress.
Parameters
Section titled “Parameters”message
Section titled “message”string
Returns
Section titled “Returns”void
lookups?
Section titled “lookups?”
optionallookups:Record<string,Record<string,unknown>>
Defined in: core/runner.ts:29
Lookup tables for binding inputs by key.