ExpandClusterParams#

class ExpandClusterParams(node_params=None, extra_params=None, skip_add_node=None, skip_pre_expand_checks=None, *args, **kwargs)[source]#

Bases: object

Property of the node to be added

Parameters:
property extra_params#
Type:

ExtraParam

property node_params#
Type:

NodeParam

property skip_add_node#

Indicates if node addition can be skipped

Type:

bool

property skip_pre_expand_checks#

Indicates if pre-expand checks can be skipped for node addition

Type:

bool

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model