Uses of Class
org.mlflow.api.proto.Service.RunInfo
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. |
-
Uses of Service.RunInfo in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.RunInfo Modifier and Type Field Description static com.google.protobuf.Parser<Service.RunInfo>
Service.RunInfo. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.RunInfo Modifier and Type Method Description Service.RunInfo
Service.RunInfo.Builder. build()
Service.RunInfo
Service.RunInfo.Builder. buildPartial()
static Service.RunInfo
Service.RunInfo. getDefaultInstance()
Service.RunInfo
Service.RunInfo.Builder. getDefaultInstanceForType()
Service.RunInfo
Service.RunInfo. getDefaultInstanceForType()
Service.RunInfo
Service.Run.Builder. getInfo()
Run metadata.Service.RunInfo
Service.Run. getInfo()
Run metadata.Service.RunInfo
Service.RunOrBuilder. getInfo()
Run metadata.Service.RunInfo
Service.UpdateRun.Response.Builder. getRunInfo()
Updated metadata of the run.Service.RunInfo
Service.UpdateRun.Response. getRunInfo()
Updated metadata of the run.Service.RunInfo
Service.UpdateRun.ResponseOrBuilder. getRunInfo()
Updated metadata of the run.Service.RunInfo
Service.GetExperiment.Response.Builder. getRuns(int index)
Deprecated.Service.RunInfo
Service.GetExperiment.Response. getRuns(int index)
Deprecated.Service.RunInfo
Service.GetExperiment.ResponseOrBuilder. getRuns(int index)
Deprecated.static Service.RunInfo
Service.RunInfo. parseDelimitedFrom(java.io.InputStream input)
static Service.RunInfo
Service.RunInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInfo
Service.RunInfo. parseFrom(byte[] data)
static Service.RunInfo
Service.RunInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInfo
Service.RunInfo. parseFrom(com.google.protobuf.ByteString data)
static Service.RunInfo
Service.RunInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInfo
Service.RunInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static Service.RunInfo
Service.RunInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInfo
Service.RunInfo. parseFrom(java.io.InputStream input)
static Service.RunInfo
Service.RunInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInfo
Service.RunInfo. parseFrom(java.nio.ByteBuffer data)
static Service.RunInfo
Service.RunInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.RunInfo Modifier and Type Method Description com.google.protobuf.Parser<Service.RunInfo>
Service.RunInfo. getParserForType()
java.util.List<Service.RunInfo>
Service.GetExperiment.Response.Builder. getRunsList()
Deprecated.java.util.List<Service.RunInfo>
Service.GetExperiment.Response. getRunsList()
Deprecated.java.util.List<Service.RunInfo>
Service.GetExperiment.ResponseOrBuilder. getRunsList()
Deprecated.static com.google.protobuf.Parser<Service.RunInfo>
Service.RunInfo. parser()
Methods in org.mlflow.api.proto with parameters of type Service.RunInfo Modifier and Type Method Description Service.GetExperiment.Response.Builder
Service.GetExperiment.Response.Builder. addRuns(int index, Service.RunInfo value)
Deprecated.Service.GetExperiment.Response.Builder
Service.GetExperiment.Response.Builder. addRuns(Service.RunInfo value)
Deprecated.Service.RunInfo.Builder
Service.RunInfo.Builder. mergeFrom(Service.RunInfo other)
Service.Run.Builder
Service.Run.Builder. mergeInfo(Service.RunInfo value)
Run metadata.Service.UpdateRun.Response.Builder
Service.UpdateRun.Response.Builder. mergeRunInfo(Service.RunInfo value)
Updated metadata of the run.static Service.RunInfo.Builder
Service.RunInfo. newBuilder(Service.RunInfo prototype)
Service.Run.Builder
Service.Run.Builder. setInfo(Service.RunInfo value)
Run metadata.Service.UpdateRun.Response.Builder
Service.UpdateRun.Response.Builder. setRunInfo(Service.RunInfo value)
Updated metadata of the run.Service.GetExperiment.Response.Builder
Service.GetExperiment.Response.Builder. setRuns(int index, Service.RunInfo value)
Deprecated.Method parameters in org.mlflow.api.proto with type arguments of type Service.RunInfo Modifier and Type Method Description Service.GetExperiment.Response.Builder
Service.GetExperiment.Response.Builder. addAllRuns(java.lang.Iterable<? extends Service.RunInfo> values)
Deprecated. -
Uses of Service.RunInfo in org.mlflow.tracking
Methods in org.mlflow.tracking that return Service.RunInfo Modifier and Type Method Description Service.RunInfo
MlflowClient. createRun()
Create a new run under the default experiment with no application name.Service.RunInfo
MlflowClient. createRun(java.lang.String experimentId)
Create a new run under the given experiment.Service.RunInfo
MlflowClient. createRun(Service.CreateRun request)
Create a new run.Methods in org.mlflow.tracking that return types with arguments of type Service.RunInfo Modifier and Type Method Description java.util.List<Service.RunInfo>
MlflowClient. listRunInfos(java.lang.String experimentId)
java.util.List<Service.RunInfo>
MlflowClient. searchRuns(java.util.List<java.lang.String> experimentIds, java.lang.String searchFilter)
Deprecated.As of 1.1.0 - please useMlflowClient.searchRuns(List, String, ViewType, int)
or similar that returns a page of Run results.java.util.List<Service.RunInfo>
MlflowClient. searchRuns(java.util.List<java.lang.String> experimentIds, java.lang.String searchFilter, Service.ViewType runViewType)
Deprecated.As of 1.1.0 - please useMlflowClient.searchRuns(List, String, ViewType, int)
or similar that returns a page of Run results.