Entities
Overview
Structure of an Entity
customer = Entity(
name="customer_id",
description="Customer id for ride customer",
value_type=ValueType.INT64,
labels={}
)Working with an Entity
Creating an Entity:
Updating an Entity:
Last updated
Was this helpful?