Uses of Class
org.mlflow.api.proto.Service.CreateExperiment
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.CreateExperiment in org.mlflow.api.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser
<Service.CreateExperiment> Service.CreateExperiment.PARSER
Deprecated.Modifier and TypeMethodDescriptionService.CreateExperiment.Builder.build()
Service.CreateExperiment.Builder.buildPartial()
static Service.CreateExperiment
Service.CreateExperiment.getDefaultInstance()
Service.CreateExperiment.Builder.getDefaultInstanceForType()
Service.CreateExperiment.getDefaultInstanceForType()
static Service.CreateExperiment
Service.CreateExperiment.parseDelimitedFrom
(InputStream input) static Service.CreateExperiment
Service.CreateExperiment.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(byte[] data) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(com.google.protobuf.ByteString data) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(com.google.protobuf.CodedInputStream input) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(InputStream input) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(ByteBuffer data) static Service.CreateExperiment
Service.CreateExperiment.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Service.CreateExperiment> Service.CreateExperiment.getParserForType()
static com.google.protobuf.Parser
<Service.CreateExperiment> Service.CreateExperiment.parser()
Modifier and TypeMethodDescriptionService.CreateExperiment.Builder.mergeFrom
(Service.CreateExperiment other) Service.CreateExperiment.newBuilder
(Service.CreateExperiment prototype) -
Uses of Service.CreateExperiment in org.mlflow.tracking
Modifier and TypeMethodDescriptionMlflowClient.createExperiment
(Service.CreateExperiment request) Create a new experiment.