PartitioningGroupConfig#

class datarobotx.PartitioningGroupConfig(partition_key_cols=None)#

Group partitioning configuration.

Parameters that default to ‘None’ (or are omitted by the user) are overridden to server-side defaults at runtime. Consult the DataRobot REST API and GUI documentation for additional information on each parameter.

Parameters:

partition_key_cols (list of str) – An array containing a single string - the name of the group partition column

See also

DRConfig

Configuration object for DataRobot project and autopilot settings, also includes detailed examples of usage

Attributes:

partition_key_cols

An array containing a single string - the name of the group partition column.

Inherited methods:

keys()

rtype:

Collection[str]

to_dict()

Return configuration as a dict.

property partition_key_cols: List[str]#

An array containing a single string - the name of the group partition column.

Notes

partition_key_cols : list of str

to_dict()#

Return configuration as a dict.

Return type:

Dict[str, Any]