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.
Interface: BaseStepOptions
Defined in: src/types/logging/step.types.ts
Extended by
Properties
createdAt?
optional createdAt: Date;
Defined in: src/types/logging/step.types.ts
optional datasetInput: string;
Defined in: src/types/logging/step.types.ts
optional datasetMetadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts
datasetOutput?
optional datasetOutput: string;
Defined in: src/types/logging/step.types.ts
externalId?
optional externalId: string;
Defined in: src/types/logging/step.types.ts
optional input: StepAllowedInputType;
Defined in: src/types/logging/step.types.ts
optional metadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts
metrics?
optional metrics: Metrics;
Defined in: src/types/logging/step.types.ts
name?
Defined in: src/types/logging/step.types.ts
output?
optional output: StepAllowedOutputType;
Defined in: src/types/logging/step.types.ts
optional redactedInput: StepAllowedInputType;
Defined in: src/types/logging/step.types.ts
redactedOutput?
optional redactedOutput: StepAllowedOutputType;
Defined in: src/types/logging/step.types.ts
statusCode?
optional statusCode: number;
Defined in: src/types/logging/step.types.ts
stepNumber?
optional stepNumber: number;
Defined in: src/types/logging/step.types.ts
Defined in: src/types/logging/step.types.ts