Models
models.Dataset
Dataset utilities for data models and type definitions used throughout the maxim sdk.
VariableType
This class represents the type of a variable.
DatasetRow
This class represents a row of a dataset.
Variable
This class represents a variable.
__init__
This class represents a variable.
Arguments:
Name | Description |
---|---|
type_ | The type of the variable. |
payload | The payload of the variable. |
DatasetEntry
This class represents a dataset entry.
__init__
This class represents a dataset entry.
Arguments:
Name | Description |
---|---|
input | The input variable. |
context | The context variable. |
expectedOutput | The expected output variable. |