Skip to content

kiara.metadata.data

DeserializeConfig pydantic-model

input: Any pydantic-field

The inputs to use when running this module.

output_name: str pydantic-field required

The name of the output field for the value.

serialization_type: str pydantic-field required

The serialization type.

LoadConfig pydantic-model

base_path_input_name: str pydantic-field

The name of the input that stores the base_path where the value is saved.

inputs: Dict[str, Any] pydantic-field

The inputs to use when running this module.

output_name: str pydantic-field required

The name of the output field for the value.

value_id: str pydantic-field required

The id of the value.

SaveConfig pydantic-model

inputs: Dict[str, Any] pydantic-field

The inputs to use when running this module.

load_config_output: str pydantic-field required

The output name that will contain the load config output value.