INPUT_OBJECT
EngineFilter
link GraphQL Schema definition
1 input EngineFilter { 4 2 # Name of engine to filter by 3 String : 7 5 # Provide a list of engine states to filter by 6 EngineState!] : [ 10 8 # Language supported by the engine 9 String : 13 11 # Provide a list of engine category names to filter by 12 String!] : [ 16 14 # Filter engines that require a library 15 Boolean : 19 17 # Provide a list of engine type names to filter by 18 EngineTypeFilter!] : [ 22 20 # Provide a list of rating from 0 to 5 to filter by. 21 Int] : [ 25 23 # Specify the deployment model of the engine. 24 DeploymentModel : 28 26 # Provide a list of deployment models to filter by 27 DeploymentModel!] : [ 31 29 # Specify the minimum price of the engine. 30 Int : 34 32 # Specify the maximum price of the engine. 33 Int : 37 35 # Specify the minimum FedRamp impact level of the engine. 36 Int : 40 38 # Specify the minimum FedRamp impact level of the engine. 39 Int : 43 41 # Filter engines that can be trainable via API. 42 Boolean : 46 44 # Filter engines by cluster size. 45 ClusterSize : 49 47 # Provide a list of cluster sizes to filter by 48 ClusterSize!] : [ 52 50 # Filter engines by gpu supported. 51 SupportedGPU : 55 53 # Provide a list of supported gpus to filter by 54 SupportedGPU!] : [ 58 56 # Provide a list of engine modes to filter by 57 EngineMode!] : [ 61 59 # Provide a list of engine runtime types to filter by 60 String!] : [ 64 62 # Provide a list of supported input formats to filter by 63 String!] : [ 67 65 # Filter engines by max media length in ms 66 Int : 70 68 # Filter engines that are certified 69 Boolean : 73 71 # Filter engines that are public 72 Boolean : 76 74 # Filter by date/time field 75 EngineDateTimeFilter!] : [ 77 }