MCPcopy Create free account
hub / github.com/apache/ossie / OSIField

Class OSIField

python/src/ossie/models.py:96–107  ·  view source on GitHub ↗

Row-level attribute for grouping, filtering, and metric expressions.

Source from the content-addressed store, hash-verified

94
95
96class OSIField(BaseModel):
97 """Row-level attribute for grouping, filtering, and metric expressions."""
98
99 model_config = ConfigDict(frozen=True)
100
101 name: str
102 expression: OSIExpression
103 dimension: Optional[OSIDimension] = None
104 label: Optional[str] = None
105 description: Optional[str] = None
106 ai_context: Optional[OSIAIContext] = None
107 custom_extensions: Optional[list[OSICustomExtension]] = None
108
109
110class OSIDataset(BaseModel):

Callers 4

_convert_dimensionMethod · 0.90
_convert_entityMethod · 0.90
_convert_measureMethod · 0.90
_osi_fieldFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected