2024-07-28 18:25:27 +02:00
|
|
|
{
|
2024-07-29 17:49:38 +02:00
|
|
|
"ask_contract_id": "int", // same as id
|
|
|
|
"bundled_results": "int", // not sure, some number or null
|
|
|
|
"cpu_ghz": "float", // self explanatory
|
|
|
|
"driver_vers": "int", // driver_version but a number, I think it's to compare versions
|
2024-07-28 18:25:27 +02:00
|
|
|
"geolocode": "int",
|
2024-07-29 17:49:38 +02:00
|
|
|
"gpu_arch": "str", // always "nvidia"
|
2024-07-28 18:25:27 +02:00
|
|
|
"gpu_ids": "list",
|
2024-07-29 17:49:38 +02:00
|
|
|
"gpu_total_ram": "int", // all gpus combined
|
|
|
|
"hostname": "NoneType", // always null
|
|
|
|
"reliability": "float", // equal to reliability2
|
2024-07-28 18:25:27 +02:00
|
|
|
"reliability_mult": "float",
|
2024-07-29 17:49:38 +02:00
|
|
|
"rented": "bool", // I think it's if the instance is rented by you, the website doesn't show instances if this is true
|
|
|
|
"vericode": "int", // always 1
|
|
|
|
"rn": "int", // always 1
|
2024-07-28 18:25:27 +02:00
|
|
|
"dph_total_adj": "float",
|
|
|
|
"discount_rate": "float",
|
|
|
|
"discounted_hourly": "float",
|
|
|
|
"discounted_dph_total": "float"
|
|
|
|
}
|