Uses of Class
org.mlflow.api.proto.Service.CreateExperiment
Packages that use 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
Fields in org.mlflow.api.proto with type parameters of type Service.CreateExperimentModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser
<Service.CreateExperiment> Service.CreateExperiment.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.CreateExperimentModifier 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) Methods in org.mlflow.api.proto that return types with arguments of type Service.CreateExperimentModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Service.CreateExperiment> Service.CreateExperiment.getParserForType()
static com.google.protobuf.Parser
<Service.CreateExperiment> Service.CreateExperiment.parser()
Methods in org.mlflow.api.proto with parameters of type Service.CreateExperimentModifier and TypeMethodDescriptionService.CreateExperiment.Builder.mergeFrom
(Service.CreateExperiment other) Service.CreateExperiment.newBuilder
(Service.CreateExperiment prototype) -
Uses of Service.CreateExperiment in org.mlflow.tracking
Methods in org.mlflow.tracking with parameters of type Service.CreateExperimentModifier and TypeMethodDescriptionMlflowClient.createExperiment
(Service.CreateExperiment request) Create a new experiment.