Uses of Class
org.mlflow.api.proto.Service.CreateRun
-
Packages that use Service.CreateRun 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.CreateRun in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.CreateRun Modifier and Type Field Description static com.google.protobuf.Parser<Service.CreateRun>
Service.CreateRun. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.CreateRun Modifier and Type Method Description Service.CreateRun
Service.CreateRun.Builder. build()
Service.CreateRun
Service.CreateRun.Builder. buildPartial()
static Service.CreateRun
Service.CreateRun. getDefaultInstance()
Service.CreateRun
Service.CreateRun.Builder. getDefaultInstanceForType()
Service.CreateRun
Service.CreateRun. getDefaultInstanceForType()
static Service.CreateRun
Service.CreateRun. parseDelimitedFrom(java.io.InputStream input)
static Service.CreateRun
Service.CreateRun. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.CreateRun
Service.CreateRun. parseFrom(byte[] data)
static Service.CreateRun
Service.CreateRun. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.CreateRun
Service.CreateRun. parseFrom(com.google.protobuf.ByteString data)
static Service.CreateRun
Service.CreateRun. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.CreateRun
Service.CreateRun. parseFrom(com.google.protobuf.CodedInputStream input)
static Service.CreateRun
Service.CreateRun. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.CreateRun
Service.CreateRun. parseFrom(java.io.InputStream input)
static Service.CreateRun
Service.CreateRun. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.CreateRun
Service.CreateRun. parseFrom(java.nio.ByteBuffer data)
static Service.CreateRun
Service.CreateRun. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.CreateRun Modifier and Type Method Description com.google.protobuf.Parser<Service.CreateRun>
Service.CreateRun. getParserForType()
static com.google.protobuf.Parser<Service.CreateRun>
Service.CreateRun. parser()
Methods in org.mlflow.api.proto with parameters of type Service.CreateRun Modifier and Type Method Description Service.CreateRun.Builder
Service.CreateRun.Builder. mergeFrom(Service.CreateRun other)
static Service.CreateRun.Builder
Service.CreateRun. newBuilder(Service.CreateRun prototype)
-
Uses of Service.CreateRun in org.mlflow.tracking
Methods in org.mlflow.tracking with parameters of type Service.CreateRun Modifier and Type Method Description Service.RunInfo
MlflowClient. createRun(Service.CreateRun request)
Create a new run.
-