Products¶
Product
¶
-
class
puddle.client.product.
Product
(label, product_id)¶ Bases:
object
Class holding metadata about the various products which can be managed by Puddle.
-
__init__
(label, product_id)¶ Creates a new instance of Product.
- Parameters
label (
str
) – Human readable label of this product, for example Driverless AI.product_id (
str
) – Id of this product used by backend, for example dai.
-
property
id
¶ - Return type
str
- Returns
Id of this product used by backend, for example dai.
-
property
label
¶ - Return type
str
- Returns
Human readable label of this product, for example Driverless AI.
-