Uses of Class
org.mlflow.api.proto.Service.GetExperiment.Response
| 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 the
MlflowContext interface. |
-
Uses of Service.GetExperiment.Response in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.GetExperiment.Response Modifier and Type Field Description static com.google.protobuf.Parser<Service.GetExperiment.Response>Service.GetExperiment.Response. PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.GetExperiment.Response Modifier and Type Method Description Service.GetExperiment.ResponseService.GetExperiment.Response.Builder. build()Service.GetExperiment.ResponseService.GetExperiment.Response.Builder. buildPartial()static Service.GetExperiment.ResponseService.GetExperiment.Response. getDefaultInstance()Service.GetExperiment.ResponseService.GetExperiment.Response.Builder. getDefaultInstanceForType()Service.GetExperiment.ResponseService.GetExperiment.Response. getDefaultInstanceForType()static Service.GetExperiment.ResponseService.GetExperiment.Response. parseDelimitedFrom(java.io.InputStream input)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(byte[] data)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(com.google.protobuf.ByteString data)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(com.google.protobuf.CodedInputStream input)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(java.io.InputStream input)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(java.nio.ByteBuffer data)static Service.GetExperiment.ResponseService.GetExperiment.Response. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.mlflow.api.proto that return types with arguments of type Service.GetExperiment.Response Modifier and Type Method Description com.google.protobuf.Parser<Service.GetExperiment.Response>Service.GetExperiment.Response. getParserForType()static com.google.protobuf.Parser<Service.GetExperiment.Response>Service.GetExperiment.Response. parser()Methods in org.mlflow.api.proto with parameters of type Service.GetExperiment.Response Modifier and Type Method Description Service.GetExperiment.Response.BuilderService.GetExperiment.Response.Builder. mergeFrom(Service.GetExperiment.Response other)static Service.GetExperiment.Response.BuilderService.GetExperiment.Response. newBuilder(Service.GetExperiment.Response prototype) -
Uses of Service.GetExperiment.Response in org.mlflow.tracking
Methods in org.mlflow.tracking that return Service.GetExperiment.Response Modifier and Type Method Description Service.GetExperiment.ResponseMlflowClient. getExperiment(java.lang.String experimentId)