Cloud::Offer
Inherits JSON::Serializable < Struct < Value < Object
A GPU offer from a provider
Constructors
new(id : Int64, gpu_name : String, num_gpus : Int32, gpu_ram_mb : Int64, cpu_cores : Int32, cpu_ram_mb : Int64, disk_gb : Float64, price_per_hour : Float64, reliability : Float64, location : String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
cpu_cores
Sourcecpu_ram_mb
Sourcedisk_gb
Sourcegpu_name
Sourcegpu_ram_mb
Sourceid
Sourcelocation
Sourcenum_gpus
Sourceprice_per_hour
Sourcereliability
Source