Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 797 Bytes

File metadata and controls

19 lines (14 loc) · 797 Bytes

openapi.model.InstanceType

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
name String The name of the instance type.
description String A description of the instance type.
gpuDescription String The type of GPU used by this instance type.
priceCentsPerHour int The price of the instance type in US cents per hour.
specs InstanceTypeSpecs Detailed technical specifications for the instance type.

[Back to Model list] [Back to API list] [Back to README]