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

Class OSISemanticModel

python/src/ossie/models.py:151–162  ·  view source on GitHub ↗

Top-level container representing a complete semantic model.

Source from the content-addressed store, hash-verified

149
150
151class OSISemanticModel(BaseModel):
152 """Top-level container representing a complete semantic model."""
153
154 model_config = ConfigDict(frozen=True)
155
156 name: str
157 description: Optional[str] = None
158 ai_context: Optional[OSIAIContext] = None
159 datasets: list[OSIDataset]
160 relationships: Optional[list[OSIRelationship]] = None
161 metrics: Optional[list[OSIMetric]] = None
162 custom_extensions: Optional[list[OSICustomExtension]] = None
163
164
165class OSIDocument(BaseModel):

Callers 2

convertMethod · 0.90
_osi_docFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected