Method and Description |
---|
org.mlflow.tracking.MlflowClient.searchRuns(List<String>, String)
As of 1.1.0 - please use
#searchRuns(List, String, ViewType, int) or
similar that returns a page of Run results. |
org.mlflow.tracking.MlflowClient.searchRuns(List<String>, String, Service.ViewType)
As of 1.1.0 - please use
#searchRuns(List, String, ViewType, int) or
similar that returns a page of Run results. |
org.mlflow.api.proto.Service.ViewType.valueOf(int)
Use
Service.ViewType.forNumber(int) instead. |
org.mlflow.api.proto.Service.SourceType.valueOf(int)
Use
Service.SourceType.forNumber(int) instead. |
org.mlflow.api.proto.Service.RunStatus.valueOf(int)
Use
Service.RunStatus.forNumber(int) instead. |
Copyright © 2019. All rights reserved.