semantic_model_create_bim
Create a semantic model in Microsoft Fabric from a BIM/JSON definition file. Specify workspace, display name, and file path to load model.bim into the service.
Instructions
Create a new semantic model with a BIM/JSON definition (long-running). Reads the model.bim JSON from the specified file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Description of the semantic model | |
| displayName | Yes | Display name for the semantic model | |
| workspaceId | Yes | The workspace ID | |
| definitionFilePath | Yes | Path to a file containing the model.bim JSON |