SpaceWeightParamInfo

SpaceWeightParamInfo(global_param_name_by_space, param_names_by_space)

Parameters

global_param_name_by_space
Mapping[Space, str]
required
Mapping from spaces to their global parameter names.
param_names_by_space
Mapping[Space, Sequence[str]]
required
Mapping from spaces to sequences of their parameter names.

Properties

global_param_name_by_space
Mapping[Space, str]
The mapping of spaces to their global parameter names.
param_names_by_space
Mapping[Space, Sequence[str]]
The mapping of spaces to their sequences of parameter names.

Static Methods

from_clauses()

from_clauses(clauses) -> SpaceWeightParamInfo
clauses
Sequence[QueryClause]
required
The query clauses to extract space weight parameter information from.
Returns: SpaceWeightParamInfo - The extracted space weight parameter information.