The Synthetic Data Generation location metrics.

interface SyntheticDataGenerationLocations {
    artifacts?: string;
    knowledge?: string;
    logs?: string;
    skills?: string;
}

Properties

artifacts?: string

The path to the created Artifacts file.

knowledge?: string

The path to the created Knowledge file.

logs?: string

The path to the created Logs file.

skills?: string

The path to the created Skills file.