Properties#

gordo.server.properties.find_path_in_dict(path: list[str], data: dict) Any[source]#

Find a path in dict recursively

Examples

>>> find_path_in_dict(["parent", "child"], {"parent": {"child": 42}})
42
Parameters:
  • path – List of nested keys

  • data – Dict to find

gordo.server.properties.get_frequency()[source]#

The frequency the model was trained with in the dataset

gordo.server.properties.get_normalize_additional_fields(dataset: dict[str, Any])[source]#
gordo.server.properties.get_tags() list[gordo_core.sensor_tag.SensorTag][source]#

The input tags for this model

gordo.server.properties.get_target_tags() list[gordo_core.sensor_tag.SensorTag][source]#

The target tags for this model

gordo.server.properties.load_build_dataset_metadata()[source]#