Uses of Class
org.mlflow.api.proto.Service.CreateExperiment.Builder
Packages that use Service.CreateExperiment.Builder
-
Uses of Service.CreateExperiment.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.CreateExperiment.BuilderModifier and TypeMethodDescriptionService.CreateExperiment.Builder.addAllTags
(Iterable<? extends Service.ExperimentTag> values) A collection of tags to set on the experiment.Service.CreateExperiment.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.CreateExperiment.Builder.addTags
(int index, Service.ExperimentTag value) A collection of tags to set on the experiment.Service.CreateExperiment.Builder.addTags
(int index, Service.ExperimentTag.Builder builderForValue) A collection of tags to set on the experiment.Service.CreateExperiment.Builder.addTags
(Service.ExperimentTag value) A collection of tags to set on the experiment.Service.CreateExperiment.Builder.addTags
(Service.ExperimentTag.Builder builderForValue) A collection of tags to set on the experiment.Service.CreateExperiment.Builder.clear()
Service.CreateExperiment.Builder.clearArtifactLocation()
Location where all artifacts for the experiment are stored.Service.CreateExperiment.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.CreateExperiment.Builder.clearName()
Experiment name.Service.CreateExperiment.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.CreateExperiment.Builder.clearTags()
A collection of tags to set on the experiment.Service.CreateExperiment.Builder.clone()
Service.CreateExperiment.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.CreateExperiment.Builder.mergeFrom
(com.google.protobuf.Message other) Service.CreateExperiment.Builder.mergeFrom
(Service.CreateExperiment other) Service.CreateExperiment.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.CreateExperiment.newBuilder()
Service.CreateExperiment.newBuilder
(Service.CreateExperiment prototype) Service.CreateExperiment.newBuilderForType()
protected Service.CreateExperiment.Builder
Service.CreateExperiment.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.CreateExperiment.Builder.removeTags
(int index) A collection of tags to set on the experiment.Service.CreateExperiment.Builder.setArtifactLocation
(String value) Location where all artifacts for the experiment are stored.Service.CreateExperiment.Builder.setArtifactLocationBytes
(com.google.protobuf.ByteString value) Location where all artifacts for the experiment are stored.Service.CreateExperiment.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Experiment name.Service.CreateExperiment.Builder.setNameBytes
(com.google.protobuf.ByteString value) Experiment name.Service.CreateExperiment.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.CreateExperiment.Builder.setTags
(int index, Service.ExperimentTag value) A collection of tags to set on the experiment.Service.CreateExperiment.Builder.setTags
(int index, Service.ExperimentTag.Builder builderForValue) A collection of tags to set on the experiment.Service.CreateExperiment.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.CreateExperiment.toBuilder()