autointent.schemas.node_validation.ParamSpaceInt# class autointent.schemas.node_validation.ParamSpaceInt(/, **data)# Bases: ParamSpace Integer parameter search space configuration. Parameters: data (Any) low: int = None# high: int = None# step: int = None# log: bool = None# n_possible_values()# Calculate the number of possible values in the search space. Returns: The number of possible values. Return type: int