Skip to main content
The Python SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

str

value: str = /* values here */

List[str]

value: List[str] = /* values here */

List[float]

value: List[float] = /* values here */

List[List[float]]

value: List[List[float]] = /* values here */