Skip to main content

data.tableconfig

TableConfig Objects

@dataclass
class TableConfig(DataClassFromDictMixin)

from_yaml

@classmethod
def from_yaml(cls, yaml_string: str)

Create a Model instance from a YAML string.

from_yaml_file

@classmethod
def from_yaml_file(cls, file_path: str)

Create a Model instance from a YAML file.

from_yaml_files

@classmethod
def from_yaml_files(cls, file_paths: List[str])

Create a list of TableConfig instances from multiple YAML files.