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. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.GetExperiment.Response Modifier and Type Method Description Service.GetExperiment.Response
Service.GetExperiment.Response.Builder. build()
Service.GetExperiment.Response
Service.GetExperiment.Response.Builder. buildPartial()
static Service.GetExperiment.Response
Service.GetExperiment.Response. getDefaultInstance()
Service.GetExperiment.Response
Service.GetExperiment.Response.Builder. getDefaultInstanceForType()
Service.GetExperiment.Response
Service.GetExperiment.Response. getDefaultInstanceForType()
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseDelimitedFrom(java.io.InputStream input)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseFrom(byte[] data)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseFrom(com.google.protobuf.ByteString data)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseFrom(com.google.protobuf.CodedInputStream input)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseFrom(java.io.InputStream input)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.GetExperiment.Response
Service.GetExperiment.Response. parseFrom(java.nio.ByteBuffer data)
static Service.GetExperiment.Response
Service.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.Builder
Service.GetExperiment.Response.Builder. mergeFrom(Service.GetExperiment.Response other)
static Service.GetExperiment.Response.Builder
Service.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.Response
MlflowClient. getExperiment(java.lang.String experimentId)