Uses of Class
org.mlflow.api.proto.Service.Experiment
-
Packages that use Service.Experiment 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 -- to create and log to MLflow runs, use theMlflowContext
interface. -
-
Uses of Service.Experiment in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.Experiment Modifier and Type Field Description static com.google.protobuf.Parser<Service.Experiment>
Service.Experiment. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.Experiment Modifier and Type Method Description Service.Experiment
Service.Experiment.Builder. build()
Service.Experiment
Service.Experiment.Builder. buildPartial()
static Service.Experiment
Service.Experiment. getDefaultInstance()
Service.Experiment
Service.Experiment.Builder. getDefaultInstanceForType()
Service.Experiment
Service.Experiment. getDefaultInstanceForType()
Service.Experiment
Service.GetExperiment.Response.Builder. getExperiment()
Experiment details.Service.Experiment
Service.GetExperiment.Response. getExperiment()
Experiment details.Service.Experiment
Service.GetExperiment.ResponseOrBuilder. getExperiment()
Experiment details.Service.Experiment
Service.GetExperimentByName.Response.Builder. getExperiment()
Experiment details.Service.Experiment
Service.GetExperimentByName.Response. getExperiment()
Experiment details.Service.Experiment
Service.GetExperimentByName.ResponseOrBuilder. getExperiment()
Experiment details.Service.Experiment
Service.SearchExperiments.Response.Builder. getExperiments(int index)
Experiments that match the search criteriaService.Experiment
Service.SearchExperiments.Response. getExperiments(int index)
Experiments that match the search criteriaService.Experiment
Service.SearchExperiments.ResponseOrBuilder. getExperiments(int index)
Experiments that match the search criteriastatic Service.Experiment
Service.Experiment. parseDelimitedFrom(java.io.InputStream input)
static Service.Experiment
Service.Experiment. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.Experiment
Service.Experiment. parseFrom(byte[] data)
static Service.Experiment
Service.Experiment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.Experiment
Service.Experiment. parseFrom(com.google.protobuf.ByteString data)
static Service.Experiment
Service.Experiment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.Experiment
Service.Experiment. parseFrom(com.google.protobuf.CodedInputStream input)
static Service.Experiment
Service.Experiment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.Experiment
Service.Experiment. parseFrom(java.io.InputStream input)
static Service.Experiment
Service.Experiment. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.Experiment
Service.Experiment. parseFrom(java.nio.ByteBuffer data)
static Service.Experiment
Service.Experiment. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.Experiment Modifier and Type Method Description java.util.List<Service.Experiment>
Service.SearchExperiments.Response.Builder. getExperimentsList()
Experiments that match the search criteriajava.util.List<Service.Experiment>
Service.SearchExperiments.Response. getExperimentsList()
Experiments that match the search criteriajava.util.List<Service.Experiment>
Service.SearchExperiments.ResponseOrBuilder. getExperimentsList()
Experiments that match the search criteriacom.google.protobuf.Parser<Service.Experiment>
Service.Experiment. getParserForType()
static com.google.protobuf.Parser<Service.Experiment>
Service.Experiment. parser()
Methods in org.mlflow.api.proto with parameters of type Service.Experiment Modifier and Type Method Description Service.SearchExperiments.Response.Builder
Service.SearchExperiments.Response.Builder. addExperiments(int index, Service.Experiment value)
Experiments that match the search criteriaService.SearchExperiments.Response.Builder
Service.SearchExperiments.Response.Builder. addExperiments(Service.Experiment value)
Experiments that match the search criteriaService.GetExperiment.Response.Builder
Service.GetExperiment.Response.Builder. mergeExperiment(Service.Experiment value)
Experiment details.Service.GetExperimentByName.Response.Builder
Service.GetExperimentByName.Response.Builder. mergeExperiment(Service.Experiment value)
Experiment details.Service.Experiment.Builder
Service.Experiment.Builder. mergeFrom(Service.Experiment other)
static Service.Experiment.Builder
Service.Experiment. newBuilder(Service.Experiment prototype)
Service.GetExperiment.Response.Builder
Service.GetExperiment.Response.Builder. setExperiment(Service.Experiment value)
Experiment details.Service.GetExperimentByName.Response.Builder
Service.GetExperimentByName.Response.Builder. setExperiment(Service.Experiment value)
Experiment details.Service.SearchExperiments.Response.Builder
Service.SearchExperiments.Response.Builder. setExperiments(int index, Service.Experiment value)
Experiments that match the search criteriaMethod parameters in org.mlflow.api.proto with type arguments of type Service.Experiment Modifier and Type Method Description Service.SearchExperiments.Response.Builder
Service.SearchExperiments.Response.Builder. addAllExperiments(java.lang.Iterable<? extends Service.Experiment> values)
Experiments that match the search criteria -
Uses of Service.Experiment in org.mlflow.tracking
Methods in org.mlflow.tracking that return Service.Experiment Modifier and Type Method Description Service.Experiment
MlflowClient. getExperiment(java.lang.String experimentId)
Methods in org.mlflow.tracking that return types with arguments of type Service.Experiment Modifier and Type Method Description java.util.Optional<Service.Experiment>
MlflowClient. getExperimentByName(java.lang.String experimentName)
java.util.List<Service.Experiment>
ExperimentsPage. getItems()
Page<Service.Experiment>
ExperimentsPage. getNextPage()
-