Type Alias ComputationResponse

Response returned when a data quality computation is successfully triggered.

type ComputationResponse = {
    computationId: string;
}
Index

Properties

Properties

computationId: string

The unique identifier of the triggered computation. Use this value to poll for status.