Uses of Class
org.mlflow.api.proto.Service.Experiment
Packages that use Service.Experiment
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.Experiment in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.ExperimentModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.Experiment>Service.Experiment.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.ExperimentModifier and TypeMethodDescriptionService.Experiment.Builder.build()Service.Experiment.Builder.buildPartial()static Service.ExperimentService.Experiment.getDefaultInstance()Service.Experiment.Builder.getDefaultInstanceForType()Service.Experiment.getDefaultInstanceForType()Service.GetExperiment.Response.Builder.getExperiment()Experiment details.Service.GetExperiment.Response.getExperiment()Experiment details.Service.GetExperiment.ResponseOrBuilder.getExperiment()Experiment details.Service.GetExperimentByName.Response.Builder.getExperiment()Experiment details.Service.GetExperimentByName.Response.getExperiment()Experiment details.Service.GetExperimentByName.ResponseOrBuilder.getExperiment()Experiment details.Service.SearchExperiments.Response.Builder.getExperiments(int index) Experiments that match the search criteriaService.SearchExperiments.Response.getExperiments(int index) Experiments that match the search criteriaService.SearchExperiments.ResponseOrBuilder.getExperiments(int index) Experiments that match the search criteriastatic Service.ExperimentService.Experiment.parseDelimitedFrom(InputStream input) static Service.ExperimentService.Experiment.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ExperimentService.Experiment.parseFrom(byte[] data) static Service.ExperimentService.Experiment.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ExperimentService.Experiment.parseFrom(com.google.protobuf.ByteString data) static Service.ExperimentService.Experiment.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ExperimentService.Experiment.parseFrom(com.google.protobuf.CodedInputStream input) static Service.ExperimentService.Experiment.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ExperimentService.Experiment.parseFrom(InputStream input) static Service.ExperimentService.Experiment.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ExperimentService.Experiment.parseFrom(ByteBuffer data) static Service.ExperimentService.Experiment.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.ExperimentModifier and TypeMethodDescriptionService.SearchExperiments.Response.Builder.getExperimentsList()Experiments that match the search criteriaService.SearchExperiments.Response.getExperimentsList()Experiments that match the search criteriaService.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.ExperimentModifier and TypeMethodDescriptionService.SearchExperiments.Response.Builder.addExperiments(int index, Service.Experiment value) Experiments that match the search criteriaService.SearchExperiments.Response.Builder.addExperiments(Service.Experiment value) Experiments that match the search criteriaService.GetExperiment.Response.Builder.mergeExperiment(Service.Experiment value) Experiment details.Service.GetExperimentByName.Response.Builder.mergeExperiment(Service.Experiment value) Experiment details.Service.Experiment.Builder.mergeFrom(Service.Experiment other) static Service.Experiment.BuilderService.Experiment.newBuilder(Service.Experiment prototype) Service.GetExperiment.Response.Builder.setExperiment(Service.Experiment value) Experiment details.Service.GetExperimentByName.Response.Builder.setExperiment(Service.Experiment value) Experiment details.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.ExperimentModifier and TypeMethodDescriptionService.SearchExperiments.Response.Builder.addAllExperiments(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.ExperimentMethods in org.mlflow.tracking that return types with arguments of type Service.ExperimentModifier and TypeMethodDescriptionMlflowClient.getExperimentByName(String experimentName) ExperimentsPage.getItems()ExperimentsPage.getNextPage()