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.
|
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)
Return runs from provided list of experiments that satisfy the search query.
|
Copyright © 2019. All rights reserved.