Node
QuantConnect.Api.Node
Bases: Object
Node class built for API endpoints nodes/read and nodes/create. Converts JSON properties from API response into data members for the class. Contains all relevant information on a Node to interact through API endpoints.
speed
speed: float
The nodes cpu clock speed in GHz.
prices
prices: NodePrices
The monthly and yearly prices of the node in US dollars, see NodePrices for type.
cpu_count
cpu_count: int
CPU core count of node.
has_gpu
has_gpu: int
Indicate if the node has GPU (1) or not (0)
ram
ram: float
Size of RAM in Gigabytes.
name
name: str
Name of the node.
sku
sku: str
Node type identifier for configuration.
description
description: str
Description of the node.
used_by
used_by: str
User currently using the node.
user_profile
user_profile: str
URL of the user using the node
project_name
project_name: str
Project the node is being used for.
project_id
project_id: Optional[int]
Id of the project the node is being used for.
busy
busy: bool
Indicates if the node is currently busy.
id
id: str
Full ID of node.
assets
assets: int
Maximum number of assets recommended for this node.
host
host: str
Node host.
active
active: bool
Indicate if this is the active node. The project will use this node if it's not busy.