MlflowContext interface.See: Description
| Interface | Description |
|---|---|
| Page<E> |
| Class | Description |
|---|---|
| ActiveRun |
Represents an active MLflow run and contains APIs to log data to the run.
|
| EmptyPage<E> | |
| MlflowClient |
Client to an MLflow Tracking Sever.
|
| MlflowClientVersion |
Returns the version of the MLflow project this client was compiled against.
|
| MlflowContext |
Main entrypoint used to start MLflow runs to log to.
|
| RunsPage |
| Exception | Description |
|---|---|
| MlflowClientException |
Superclass of all exceptions thrown by the MlflowClient API.
|
| MlflowHttpException |
Returned when an HTTP API request to a remote Tracking service returns an error code.
|
MlflowContext interface.Copyright © 2019. All rights reserved.