| Package | Description |
|---|---|
| org.mlflow.api.proto |
Autogenerated MLflow Tracking API entity objects.
|
| org.mlflow.tracking |
MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs --
to create and log to MLflow runs, use the
MlflowContext interface. |
| Modifier and Type | Method and Description |
|---|---|
static Service.ViewType |
Service.ViewType.forNumber(int value) |
Service.ViewType |
Service.SearchRunsOrBuilder.getRunViewType()
Whether to display only active, only deleted, or all runs.
|
Service.ViewType |
Service.SearchRuns.getRunViewType()
Whether to display only active, only deleted, or all runs.
|
Service.ViewType |
Service.SearchRuns.Builder.getRunViewType()
Whether to display only active, only deleted, or all runs.
|
Service.ViewType |
Service.ListExperimentsOrBuilder.getViewType()
Qualifier for type of experiments to be returned.
|
Service.ViewType |
Service.ListExperiments.getViewType()
Qualifier for type of experiments to be returned.
|
Service.ViewType |
Service.ListExperiments.Builder.getViewType()
Qualifier for type of experiments to be returned.
|
static Service.ViewType |
Service.ViewType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Service.ViewType |
Service.ViewType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Service.ViewType |
Service.ViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.ViewType[] |
Service.ViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Service.ViewType> |
Service.ViewType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Service.SearchRuns.Builder |
Service.SearchRuns.Builder.setRunViewType(Service.ViewType value)
Whether to display only active, only deleted, or all runs.
|
Service.ListExperiments.Builder |
Service.ListExperiments.Builder.setViewType(Service.ViewType value)
Qualifier for type of experiments to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
List<Service.RunInfo> |
MlflowClient.searchRuns(List<String> experimentIds,
String searchFilter,
Service.ViewType runViewType)
Deprecated.
As of 1.1.0 - please use
#searchRuns(List, String, ViewType, int) or
similar that returns a page of Run results. |
RunsPage |
MlflowClient.searchRuns(List<String> experimentIds,
String searchFilter,
Service.ViewType runViewType,
int maxResults)
Return runs from provided list of experiments that satisfy the search query.
|
RunsPage |
MlflowClient.searchRuns(List<String> experimentIds,
String searchFilter,
Service.ViewType runViewType,
int maxResults,
List<String> orderBy)
Return runs from provided list of experiments that satisfy the search query.
|
RunsPage |
MlflowClient.searchRuns(List<String> experimentIds,
String searchFilter,
Service.ViewType runViewType,
int maxResults,
List<String> orderBy,
String pageToken)
Return runs from provided list of experiments that satisfy the search query.
|
Copyright © 2019. All rights reserved.