Package

ai.h2o.sparkling.backend.api

scalainterpreter

Permalink

package scalainterpreter

Visibility
  1. Public
  2. All

Type Members

  1. case class ScalaCode(session_id: Int, code: String, result_key: String, status: String, response: String, output: String, job: JobV3) extends Product with Serializable

    Permalink

    Schema representing [POST] /3/scalaint/[session_id] endpoint.

  2. case class ScalaCodeResult(code: String, scalaStatus: String, scalaResponse: String, scalaOutput: String) extends Product with Serializable

    Permalink

    This object is returned by jobs executing the Scala code

  3. trait ScalaInterpreterRestApi extends RestApiUtils

    Permalink
  4. case class ScalaSessionId(session_id: Int, async: Boolean) extends Product with Serializable

    Permalink

    Schema representing [DELETE] /3/scalaint endpoint

  5. case class ScalaSessions(sessions: Array[Int]) extends Product with Serializable

    Permalink

    Schema representing [GET] /3/scalaint endpoint

Value Members

  1. object ScalaCode extends ParameterBase with Serializable

    Permalink
  2. object ScalaCodeResult extends ParameterBase with Serializable

    Permalink
  3. object ScalaInterpreterServlet extends ServletRegister with Serializable

    Permalink
  4. object ScalaSessionId extends ParameterBase with Serializable

    Permalink

Ungrouped