run

inline suspend fun <Output : Any> FalClient.run(endpointId: String, input: Any, options: RunOptions = RunOptions()): RequestOutput<Output>
@JvmName(name = "run_")
suspend fun FalClient.run(endpointId: String, input: Any, options: RunOptions = RunOptions()): RequestOutput<JsonObject>