Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 846 Bytes

File metadata and controls

13 lines (9 loc) · 846 Bytes

ExecuteQueryRequest

ExecuteQueryRequest

Properties

Name Type Required Description
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]