Packages

c

org.mlflow.tracking

RikaiMlflowClient

class RikaiMlflowClient extends MlflowClient

Client to an MLflow Tracking Sever. Originally from mlflow client 1.21.0

Linear Supertypes
MlflowClient, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RikaiMlflowClient
  2. MlflowClient
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RikaiMlflowClient(hostCredsProvider: MlflowHostCredsProvider)
  2. new RikaiMlflowClient(trackingUri: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def createExperiment(arg0: CreateExperiment): String
    Definition Classes
    MlflowClient
  7. def createExperiment(arg0: String): String
    Definition Classes
    MlflowClient
  8. def createRun(arg0: CreateRun): RunInfo
    Definition Classes
    MlflowClient
  9. def createRun(arg0: String): RunInfo
    Definition Classes
    MlflowClient
  10. def createRun(): RunInfo
    Definition Classes
    MlflowClient
  11. def deleteExperiment(arg0: String): Unit
    Definition Classes
    MlflowClient
  12. def deleteRun(arg0: String): Unit
    Definition Classes
    MlflowClient
  13. def deleteTag(arg0: String, arg1: String): Unit
    Definition Classes
    MlflowClient
  14. def downloadArtifacts(arg0: String, arg1: String): File
    Definition Classes
    MlflowClient
  15. def downloadArtifacts(arg0: String): File
    Definition Classes
    MlflowClient
  16. def downloadLatestModelVersion(arg0: String, arg1: String): File
    Definition Classes
    MlflowClient
  17. def downloadModelVersion(arg0: String, arg1: String): File
    Definition Classes
    MlflowClient
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getExperiment(arg0: String): Response
    Definition Classes
    MlflowClient
  23. def getExperimentByName(arg0: String): Optional[Experiment]
    Definition Classes
    MlflowClient
  24. def getLatestVersions(arg0: String, arg1: Iterable[String]): List[ModelVersion]
    Definition Classes
    MlflowClient
  25. def getLatestVersions(arg0: String): List[ModelVersion]
    Definition Classes
    MlflowClient
  26. def getMetricHistory(arg0: String, arg1: String): List[Metric]
    Definition Classes
    MlflowClient
  27. def getModelVersionDownloadUri(arg0: String, arg1: String): String
    Definition Classes
    MlflowClient
  28. def getRun(arg0: String): Run
    Definition Classes
    MlflowClient
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def listArtifacts(arg0: String, arg1: String): List[FileInfo]
    Definition Classes
    MlflowClient
  32. def listArtifacts(arg0: String): List[FileInfo]
    Definition Classes
    MlflowClient
  33. def listExperiments(): List[Experiment]
    Definition Classes
    MlflowClient
  34. def listRunInfos(arg0: String): List[RunInfo]
    Definition Classes
    MlflowClient
  35. def logArtifact(arg0: String, arg1: File, arg2: String): Unit
    Definition Classes
    MlflowClient
  36. def logArtifact(arg0: String, arg1: File): Unit
    Definition Classes
    MlflowClient
  37. def logArtifacts(arg0: String, arg1: File, arg2: String): Unit
    Definition Classes
    MlflowClient
  38. def logArtifacts(arg0: String, arg1: File): Unit
    Definition Classes
    MlflowClient
  39. def logBatch(arg0: String, arg1: Iterable[Metric], arg2: Iterable[Param], arg3: Iterable[RunTag]): Unit
    Definition Classes
    MlflowClient
  40. def logMetric(arg0: String, arg1: String, arg2: Double, arg3: Long, arg4: Long): Unit
    Definition Classes
    MlflowClient
  41. def logMetric(arg0: String, arg1: String, arg2: Double): Unit
    Definition Classes
    MlflowClient
  42. def logParam(arg0: String, arg1: String, arg2: String): Unit
    Definition Classes
    MlflowClient
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. def renameExperiment(arg0: String, arg1: String): Unit
    Definition Classes
    MlflowClient
  47. def restoreExperiment(arg0: String): Unit
    Definition Classes
    MlflowClient
  48. def restoreRun(arg0: String): Unit
    Definition Classes
    MlflowClient
  49. def searchRuns(arg0: List[String], arg1: String, arg2: ViewType, arg3: Int, arg4: List[String], arg5: String): RunsPage
    Definition Classes
    MlflowClient
  50. def searchRuns(arg0: List[String], arg1: String, arg2: ViewType, arg3: Int, arg4: List[String]): RunsPage
    Definition Classes
    MlflowClient
  51. def searchRuns(arg0: List[String], arg1: String, arg2: ViewType, arg3: Int): RunsPage
    Definition Classes
    MlflowClient
  52. def searchRuns(arg0: List[String], arg1: String, arg2: ViewType): List[RunInfo]
    Definition Classes
    MlflowClient
  53. def searchRuns(arg0: List[String], arg1: String): List[RunInfo]
    Definition Classes
    MlflowClient
  54. def sendDelete(path: String, json: String): String

    Send a DELETE to the following path, with a String-encoded JSON body.

    Send a DELETE to the following path, with a String-encoded JSON body. This is mostly an internal API, but allows making lower-level or unsupported requests.

    returns

    JSON response from the server.

  55. def sendGet(arg0: String): String
    Definition Classes
    MlflowClient
  56. def sendPatch(arg0: String, arg1: String): String
    Definition Classes
    MlflowClient
  57. def sendPost(arg0: String, arg1: String): String
    Definition Classes
    MlflowClient
  58. def setExperimentTag(arg0: String, arg1: String, arg2: String): Unit
    Definition Classes
    MlflowClient
  59. def setTag(arg0: String, arg1: String, arg2: String): Unit
    Definition Classes
    MlflowClient
  60. def setTerminated(arg0: String, arg1: RunStatus, arg2: Long): Unit
    Definition Classes
    MlflowClient
  61. def setTerminated(arg0: String, arg1: RunStatus): Unit
    Definition Classes
    MlflowClient
  62. def setTerminated(arg0: String): Unit
    Definition Classes
    MlflowClient
  63. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from MlflowClient

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped