vastapp/dev_assets/market exclusive keys

20 lines
793 B
Text
Raw Permalink Normal View History

2024-07-28 18:25:27 +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",
"gpu_arch": "str", // always "nvidia"
2024-07-28 18:25:27 +02:00
"gpu_ids": "list",
"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",
"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"
}