Uses of Class
org.mlflow.api.proto.Service.Run
Packages that use Service.Run
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.Run in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.RunModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser
<Service.Run> Service.Run.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.RunModifier and TypeMethodDescriptionService.Run.Builder.build()
Service.Run.Builder.buildPartial()
static Service.Run
Service.Run.getDefaultInstance()
Service.Run.Builder.getDefaultInstanceForType()
Service.Run.getDefaultInstanceForType()
Service.CreateRun.Response.Builder.getRun()
The newly created run.Service.CreateRun.Response.getRun()
The newly created run.Service.CreateRun.ResponseOrBuilder.getRun()
The newly created run.Service.GetRun.Response.Builder.getRun()
Run metadata (name, start time, etc) and data (metrics, params, and tags).Service.GetRun.Response.getRun()
Run metadata (name, start time, etc) and data (metrics, params, and tags).Service.GetRun.ResponseOrBuilder.getRun()
Run metadata (name, start time, etc) and data (metrics, params, and tags).Service.SearchRuns.Response.Builder.getRuns
(int index) Runs that match the search criteria.Service.SearchRuns.Response.getRuns
(int index) Runs that match the search criteria.Service.SearchRuns.ResponseOrBuilder.getRuns
(int index) Runs that match the search criteria.static Service.Run
Service.Run.parseDelimitedFrom
(InputStream input) static Service.Run
Service.Run.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Run
Service.Run.parseFrom
(byte[] data) static Service.Run
Service.Run.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Run
Service.Run.parseFrom
(com.google.protobuf.ByteString data) static Service.Run
Service.Run.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Run
Service.Run.parseFrom
(com.google.protobuf.CodedInputStream input) static Service.Run
Service.Run.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Run
Service.Run.parseFrom
(InputStream input) static Service.Run
Service.Run.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Run
Service.Run.parseFrom
(ByteBuffer data) static Service.Run
Service.Run.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.RunModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Service.Run> Service.Run.getParserForType()
Service.SearchRuns.Response.Builder.getRunsList()
Runs that match the search criteria.Service.SearchRuns.Response.getRunsList()
Runs that match the search criteria.Service.SearchRuns.ResponseOrBuilder.getRunsList()
Runs that match the search criteria.static com.google.protobuf.Parser
<Service.Run> Service.Run.parser()
Methods in org.mlflow.api.proto with parameters of type Service.RunModifier and TypeMethodDescriptionService.SearchRuns.Response.Builder.addRuns
(int index, Service.Run value) Runs that match the search criteria.Service.SearchRuns.Response.Builder.addRuns
(Service.Run value) Runs that match the search criteria.Service.Run.Builder.mergeFrom
(Service.Run other) Service.CreateRun.Response.Builder.mergeRun
(Service.Run value) The newly created run.Service.GetRun.Response.Builder.mergeRun
(Service.Run value) Run metadata (name, start time, etc) and data (metrics, params, and tags).static Service.Run.Builder
Service.Run.newBuilder
(Service.Run prototype) Service.CreateRun.Response.Builder.setRun
(Service.Run value) The newly created run.Service.GetRun.Response.Builder.setRun
(Service.Run value) Run metadata (name, start time, etc) and data (metrics, params, and tags).Service.SearchRuns.Response.Builder.setRuns
(int index, Service.Run value) Runs that match the search criteria.Method parameters in org.mlflow.api.proto with type arguments of type Service.RunModifier and TypeMethodDescriptionService.SearchRuns.Response.Builder.addAllRuns
(Iterable<? extends Service.Run> values) Runs that match the search criteria. -
Uses of Service.Run in org.mlflow.tracking
Methods in org.mlflow.tracking that return Service.RunModifier and TypeMethodDescriptionGet metadata, params, tags, and metrics for a run.Methods in org.mlflow.tracking that return types with arguments of type Service.Run