The status of a Synthetic Data Generation job.

interface SyntheticDataGenerationStatus {
    metrics?: SyntheticDataGenerationMetrics[];
    state: string;
}

Properties

Properties

The computed metrics.

state: string

The status of the job.