Type Alias DatasetsComputationResponse

Response containing the batch computation identifier and per-dataset quality computation results.

type DatasetsComputationResponse = {
    batchComputationId: string;
    datasetResponses: dataProducts.ComputationResponse[];
}
Index
batchComputationId: string

Unique identifier for the data quality batch computation job.

datasetResponses: dataProducts.ComputationResponse[]

List of computation results, one entry per dataset in the data product.