Logo
Type aliases

EvalDatasetJobRecord

EvalDatasetJobRecord = object

Defined in: packages/cloud/src/client/types.gen.ts:1938

Schema for job that evaluates an EvalDataset against a pipeline.

Properties

job_name

job_name: "eval_dataset_job"

Defined in: packages/cloud/src/client/types.gen.ts:1939


partitions

partitions: object

Defined in: packages/cloud/src/client/types.gen.ts:1943

The partitions for this execution. Used for determining where to save job output.

Index Signature

[key: string]: string


parameters?

optional parameters: EvalDatasetJobParams | null

Defined in: packages/cloud/src/client/types.gen.ts:1949

Additional input parameters for the eval execution.


session_id?

optional session_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1953

The upstream request ID that created this job. Used for tracking the job across services.


correlation_id?

optional correlation_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1957

The correlation ID for this job. Used for tracking the job across services.


parent_job_execution_id?

optional parent_job_execution_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1961

The ID of the parent job execution.


user_id?

optional user_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1965

The ID of the user that created this job


created_at?

optional created_at: string

Defined in: packages/cloud/src/client/types.gen.ts:1969

Creation datetime


project_id?

optional project_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1973

The ID of the project this job belongs to.


id?

optional id: string

Defined in: packages/cloud/src/client/types.gen.ts:1977

Unique identifier


status

status: StatusEnum

Defined in: packages/cloud/src/client/types.gen.ts:1978


error_code?

optional error_code: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1979


error_message?

optional error_message: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1980


attempts?

optional attempts: number | null

Defined in: packages/cloud/src/client/types.gen.ts:1984

The number of times this job has been attempted


started_at?

optional started_at: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1985


ended_at?

optional ended_at: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1986


updated_at?

optional updated_at: string

Defined in: packages/cloud/src/client/types.gen.ts:1990

Update datetime


data?

optional data: unknown | null

Defined in: packages/cloud/src/client/types.gen.ts:1994

Additional metadata for the job execution.

On this page