DatasetStatus

sealed class DatasetStatus

Dataset lifecycle and operation status.

Inheritors

Types

Link copied to clipboard

Dataset is stable. All operations are allowed per operation-specific guards.

Link copied to clipboard
object Companion
Link copied to clipboard

Initial ingestion failed. DRAFT record exists but contains no examples.

Link copied to clipboard

CreateDataset async ingestion in progress. All writes are blocked.

Link copied to clipboard

Delete failed after retries. Dataset record may be in an inconsistent state.

Link copied to clipboard

Full or version-specific delete is in progress. Read operations are still allowed.

Link copied to clipboard
data class SdkUnknown(val value: String) : DatasetStatus
Link copied to clipboard

Last example mutation or CreateDatasetVersion failed. DRAFT may be partially modified.

Link copied to clipboard

An async example mutation or CreateDatasetVersion is in progress. All writes are blocked.

Properties

Link copied to clipboard
abstract val value: String