Uses of Class
org.mlflow.api.proto.Service.CreateRun
Packages that use Service.CreateRun
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.CreateRun in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.CreateRunModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser
<Service.CreateRun> Service.CreateRun.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.CreateRunModifier and TypeMethodDescriptionService.CreateRun.Builder.build()
Service.CreateRun.Builder.buildPartial()
static Service.CreateRun
Service.CreateRun.getDefaultInstance()
Service.CreateRun.Builder.getDefaultInstanceForType()
Service.CreateRun.getDefaultInstanceForType()
static Service.CreateRun
Service.CreateRun.parseDelimitedFrom
(InputStream input) static Service.CreateRun
Service.CreateRun.parseDelimitedFrom
(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
(InputStream input) static Service.CreateRun
Service.CreateRun.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateRun
Service.CreateRun.parseFrom
(ByteBuffer data) static Service.CreateRun
Service.CreateRun.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.CreateRunModifier and TypeMethodDescriptioncom.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.CreateRunModifier and TypeMethodDescriptionService.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.CreateRunModifier and TypeMethodDescriptionMlflowClient.createRun
(Service.CreateRun request) Create a new run.