Uses of Interface
org.mlflow.api.proto.Service.RunInfoOrBuilder
-
Packages that use Service.RunInfoOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.RunInfoOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.RunInfoOrBuilder Modifier and Type Class Description static class
Service.RunInfo
Metadata of a single run.static class
Service.RunInfo.Builder
Metadata of a single run.Methods in org.mlflow.api.proto that return Service.RunInfoOrBuilder Modifier and Type Method Description Service.RunInfoOrBuilder
Service.Run.Builder. getInfoOrBuilder()
Run metadata.Service.RunInfoOrBuilder
Service.Run. getInfoOrBuilder()
Run metadata.Service.RunInfoOrBuilder
Service.RunOrBuilder. getInfoOrBuilder()
Run metadata.Service.RunInfoOrBuilder
Service.UpdateRun.Response.Builder. getRunInfoOrBuilder()
Updated metadata of the run.Service.RunInfoOrBuilder
Service.UpdateRun.Response. getRunInfoOrBuilder()
Updated metadata of the run.Service.RunInfoOrBuilder
Service.UpdateRun.ResponseOrBuilder. getRunInfoOrBuilder()
Updated metadata of the run.
-