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.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.CreateRunModifier and TypeMethodDescriptionService.CreateRun.Builder.build()Service.CreateRun.Builder.buildPartial()static Service.CreateRunService.CreateRun.getDefaultInstance()Service.CreateRun.Builder.getDefaultInstanceForType()Service.CreateRun.getDefaultInstanceForType()static Service.CreateRunService.CreateRun.parseDelimitedFrom(InputStream input) static Service.CreateRunService.CreateRun.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateRunService.CreateRun.parseFrom(byte[] data) static Service.CreateRunService.CreateRun.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateRunService.CreateRun.parseFrom(com.google.protobuf.ByteString data) static Service.CreateRunService.CreateRun.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateRunService.CreateRun.parseFrom(com.google.protobuf.CodedInputStream input) static Service.CreateRunService.CreateRun.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateRunService.CreateRun.parseFrom(InputStream input) static Service.CreateRunService.CreateRun.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateRunService.CreateRun.parseFrom(ByteBuffer data) static Service.CreateRunService.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.BuilderService.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.