Documentation Index
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Class: Jobs
Defined in: src/utils/jobs.ts Jobs class for creating jobs in the Galileo platform. Public-facing API that delegates to internal GalileoApiClient. Matches Python Jobs class API from galileo-python/src/galileo/jobs.pyConstructors
Constructor
Returns
Jobs
Methods
create()
Parameters
projectId
string
Unique identifier of the project
name
string
Name for the job (e.g., “playground_run”)
runId
string
Unique identifier of the run (typically experiment ID)
datasetId
string
Unique identifier of the dataset to process
promptTemplateId
string
Version ID of the prompt template to use
taskType
TaskType
Type of task to execute (e.g., EXPERIMENT_TASK_TYPE = 16)
promptSettings
PromptRunSettings
Settings for the prompt run (model, temperature, etc.)
scorers?
ScorerConfig[]
Optional list of scorer configurations to apply
Returns
Promise<CreateJobResponse>
CreateJobResponse containing job details