Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.04 KB

File metadata and controls

14 lines (10 loc) · 1.04 KB

StreamingExecuteQueryRequest

StreamingExecuteQueryRequest

Properties

Name Type Required Description
ontology Optional[OntologyIdentifier] No Optional ontology identifier (RID or API name). When provided, executes an ontology-scoped function. When omitted, executes a global function.
parameters Dict[ParameterId, Optional[DataValue]] Yes
version Optional[FunctionVersion] No The version of the query to execute. When used with branch, the specified version must exist on the branch.
branch Optional[FoundryBranch] No The Foundry branch to execute the query from. If not specified, the default branch is used. When provided without version, the latest version on this branch is used. When provided with version, the specified version must exist on the branch.

[Back to Model list] [Back to API list] [Back to README]