Record
cluster-response
No description available.
record cluster-response {
clusters: option<list<cluster>>,
copyrights: option<list<string>>,
processing-time: option<f64>,
status: option<cluster-response-status-enum>,
waiting-time-in-queue: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| clusters | option<list<cluster>> | |
| copyrights | option<list<string>> | |
| processing-time | option<f64> | |
| status | option<cluster-response-status-enum> | |
| waiting-time-in-queue | option<f64> |