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.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Service.RunInfo> |
Service.RunInfo.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Service.RunInfo |
Service.RunInfo.Builder.build() |
Service.RunInfo |
Service.RunInfo.Builder.buildPartial() |
static Service.RunInfo |
Service.RunInfo.getDefaultInstance() |
Service.RunInfo |
Service.RunInfo.getDefaultInstanceForType() |
Service.RunInfo |
Service.RunInfo.Builder.getDefaultInstanceForType() |
Service.RunInfo |
Service.RunOrBuilder.getInfo()
Run metadata.
|
Service.RunInfo |
Service.Run.getInfo()
Run metadata.
|
Service.RunInfo |
Service.Run.Builder.getInfo()
Run metadata.
|
Service.RunInfo |
Service.UpdateRun.ResponseOrBuilder.getRunInfo()
Updated metadata of the run.
|
Service.RunInfo |
Service.UpdateRun.Response.getRunInfo()
Updated metadata of the run.
|
Service.RunInfo |
Service.UpdateRun.Response.Builder.getRunInfo()
Updated metadata of the run.
|
Service.RunInfo |
Service.GetExperiment.ResponseOrBuilder.getRuns(int index)
All (max limit to be imposed) active runs associated with this experiment.
|
Service.RunInfo |
Service.GetExperiment.Response.getRuns(int index)
All (max limit to be imposed) active runs associated with this experiment.
|
Service.RunInfo |
Service.GetExperiment.Response.Builder.getRuns(int index)
All (max limit to be imposed) active runs associated with this experiment.
|
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(ByteBuffer data) |
static Service.RunInfo |
Service.RunInfo.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Service.RunInfo> |
Service.RunInfo.getParserForType() |
List<Service.RunInfo> |
Service.GetExperiment.ResponseOrBuilder.getRunsList()
All (max limit to be imposed) active runs associated with this experiment.
|
List<Service.RunInfo> |
Service.GetExperiment.Response.getRunsList()
All (max limit to be imposed) active runs associated with this experiment.
|
List<Service.RunInfo> |
Service.GetExperiment.Response.Builder.getRunsList()
All (max limit to be imposed) active runs associated with this experiment.
|
static com.google.protobuf.Parser<Service.RunInfo> |
Service.RunInfo.parser() |
Modifier and Type | Method and Description |
---|---|
Service.GetExperiment.Response.Builder |
Service.GetExperiment.Response.Builder.addRuns(int index,
Service.RunInfo value)
All (max limit to be imposed) active runs associated with this experiment.
|
Service.GetExperiment.Response.Builder |
Service.GetExperiment.Response.Builder.addRuns(Service.RunInfo value)
All (max limit to be imposed) active runs associated with this experiment.
|
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)
All (max limit to be imposed) active runs associated with this experiment.
|
Modifier and Type | Method and Description |
---|---|
Service.GetExperiment.Response.Builder |
Service.GetExperiment.Response.Builder.addAllRuns(Iterable<? extends Service.RunInfo> values)
All (max limit to be imposed) active runs associated with this experiment.
|
Modifier and Type | Method and Description |
---|---|
Service.RunInfo |
MlflowClient.createRun()
Creates a new run under the default experiment with no application name.
|
Service.RunInfo |
MlflowClient.createRun(long experimentId)
Creates a new run under the given experiment with no application name.
|
Service.RunInfo |
MlflowClient.createRun(long experimentId,
String appName)
Creates a new run under the given experiment with the given application name.
|
Service.RunInfo |
MlflowClient.createRun(Service.CreateRun request)
Creates a new run.
|
Modifier and Type | Method and Description |
---|---|
List<Service.RunInfo> |
MlflowClient.listRunInfos(long experimentId) |
Copyright © 2019. All rights reserved.