Type Alias BatchComputationDatasetStatusResponse

Status of a single dataset within a batch computation.

type BatchComputationDatasetStatusResponse = {
    computationId: string;
    datasetId: dataQualities.DatasetIdType;
    errorCode?: ComputationErrorCode;
    status: dataQualities.ExecutionStatus;
}
Index
computationId: string

The unique identifier of the individual computation for this dataset.

The ID of the dataset

Error code indicating the reason for failure.

Status of a data quality computation.