Uses of Class
org.mlflow.api.proto.Service.RunInfo
Package
Description
Autogenerated MLflow Tracking API entity objects.
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
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser
<Service.RunInfo> Service.RunInfo.PARSER
Deprecated.Modifier and TypeMethodDescriptionService.RunInfo.Builder.build()
Service.RunInfo.Builder.buildPartial()
static Service.RunInfo
Service.RunInfo.getDefaultInstance()
Service.RunInfo.Builder.getDefaultInstanceForType()
Service.RunInfo.getDefaultInstanceForType()
Service.Run.Builder.getInfo()
Run metadata.Service.Run.getInfo()
Run metadata.Service.RunOrBuilder.getInfo()
Run metadata.Service.UpdateRun.Response.Builder.getRunInfo()
Updated metadata of the run.Service.UpdateRun.Response.getRunInfo()
Updated metadata of the run.Service.UpdateRun.ResponseOrBuilder.getRunInfo()
Updated metadata of the run.static Service.RunInfo
Service.RunInfo.parseDelimitedFrom
(InputStream input) static Service.RunInfo
Service.RunInfo.parseDelimitedFrom
(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
(InputStream input) static Service.RunInfo
Service.RunInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.RunInfo
Service.RunInfo.parseFrom
(ByteBuffer data) static Service.RunInfo
Service.RunInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Service.RunInfo> Service.RunInfo.getParserForType()
static com.google.protobuf.Parser
<Service.RunInfo> Service.RunInfo.parser()
Modifier and TypeMethodDescriptionService.RunInfo.Builder.mergeFrom
(Service.RunInfo other) Service.Run.Builder.mergeInfo
(Service.RunInfo value) Run metadata.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.setInfo
(Service.RunInfo value) Run metadata.Service.UpdateRun.Response.Builder.setRunInfo
(Service.RunInfo value) Updated metadata of the run. -
Uses of Service.RunInfo in org.mlflow.tracking
Modifier and TypeMethodDescriptionMlflowClient.createRun()
Create a new run under the default experiment with no application name.Create a new run under the given experiment.MlflowClient.createRun
(Service.CreateRun request) Create a new run.Modifier and TypeMethodDescriptionMlflowClient.listRunInfos
(String experimentId) MlflowClient.searchRuns
(List<String> experimentIds, String searchFilter) Deprecated.MlflowClient.searchRuns
(List<String> experimentIds, 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.
MlflowClient.searchRuns(List, String, ViewType, int)
or similar that returns a page of Run results.