OBJECT
LibraryEngineModel
link GraphQL Schema definition
1 type LibraryEngineModel { 2 3 : ID! 4 5 : DateTime 6 7 : DateTime 8 9 : ID! 10 11 : Engine 12 13 : ID! 14 15 : Library 16 17 : Int 18 19 : ID 20 21 : LibraryEngineModelTrainStatus! 22 23 : String 24 25 # Content type of the data file pointed to by dataUrl. 26 # Will be empty if no data file is attached to the engine model. 27 : String 28 29 : JSONData 30 31 : Int 32 33 : ID 34 35 }
link Required by
- LibraryEngineModelList
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.