Uses of Class
org.mlflow.api.proto.Service.RunInfo
Packages that use 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
Fields in org.mlflow.api.proto with type parameters of type Service.RunInfoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.RunInfo>Service.RunInfo.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.RunInfoModifier and TypeMethodDescriptionService.RunInfo.Builder.build()Service.RunInfo.Builder.buildPartial()static Service.RunInfoService.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.RunInfoService.RunInfo.parseDelimitedFrom(InputStream input) static Service.RunInfoService.RunInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.RunInfoService.RunInfo.parseFrom(byte[] data) static Service.RunInfoService.RunInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.RunInfoService.RunInfo.parseFrom(com.google.protobuf.ByteString data) static Service.RunInfoService.RunInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.RunInfoService.RunInfo.parseFrom(com.google.protobuf.CodedInputStream input) static Service.RunInfoService.RunInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.RunInfoService.RunInfo.parseFrom(InputStream input) static Service.RunInfoService.RunInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.RunInfoService.RunInfo.parseFrom(ByteBuffer data) static Service.RunInfoService.RunInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.RunInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Service.RunInfo>Service.RunInfo.getParserForType()static com.google.protobuf.Parser<Service.RunInfo>Service.RunInfo.parser()Methods in org.mlflow.api.proto with parameters of type Service.RunInfoModifier 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.BuilderService.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
Methods in org.mlflow.tracking that return Service.RunInfoModifier 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.Methods in org.mlflow.tracking that return types with arguments of type Service.RunInfoModifier 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.