ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
BaseSpanOptions
optional createdAt: Date;
optional datasetInput: string;
optional datasetMetadata: Record<string, string>;
optional datasetOutput: string;
optional externalId: string;
optional input: StepAllowedInputType;
optional metadata: Record<string, string>;
optional metrics: Metrics;
optional name: string;
optional output: StepAllowedOutputType;
optional redactedInput: StepAllowedInputType;
optional redactedOutput: StepAllowedOutputType;
optional statusCode: number;
optional stepNumber: number;
optional tags: string[];
Was this page helpful?