Uses of Class
org.mlflow.api.proto.Service.ExperimentTag
-
Packages that use Service.ExperimentTag Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.ExperimentTag in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.ExperimentTag Modifier and Type Field Description static com.google.protobuf.Parser<Service.ExperimentTag>Service.ExperimentTag. PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.ExperimentTag Modifier and Type Method Description Service.ExperimentTagService.ExperimentTag.Builder. build()Service.ExperimentTagService.ExperimentTag.Builder. buildPartial()static Service.ExperimentTagService.ExperimentTag. getDefaultInstance()Service.ExperimentTagService.ExperimentTag.Builder. getDefaultInstanceForType()Service.ExperimentTagService.ExperimentTag. getDefaultInstanceForType()Service.ExperimentTagService.CreateExperiment.Builder. getTags(int index)A collection of tags to set on the experiment.Service.ExperimentTagService.CreateExperiment. getTags(int index)A collection of tags to set on the experiment.Service.ExperimentTagService.CreateExperimentOrBuilder. getTags(int index)A collection of tags to set on the experiment.Service.ExperimentTagService.Experiment.Builder. getTags(int index)Tags: Additional metadata key-value pairs.Service.ExperimentTagService.Experiment. getTags(int index)Tags: Additional metadata key-value pairs.Service.ExperimentTagService.ExperimentOrBuilder. getTags(int index)Tags: Additional metadata key-value pairs.static Service.ExperimentTagService.ExperimentTag. parseDelimitedFrom(java.io.InputStream input)static Service.ExperimentTagService.ExperimentTag. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.ExperimentTagService.ExperimentTag. parseFrom(byte[] data)static Service.ExperimentTagService.ExperimentTag. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.ExperimentTagService.ExperimentTag. parseFrom(com.google.protobuf.ByteString data)static Service.ExperimentTagService.ExperimentTag. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.ExperimentTagService.ExperimentTag. parseFrom(com.google.protobuf.CodedInputStream input)static Service.ExperimentTagService.ExperimentTag. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.ExperimentTagService.ExperimentTag. parseFrom(java.io.InputStream input)static Service.ExperimentTagService.ExperimentTag. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.ExperimentTagService.ExperimentTag. parseFrom(java.nio.ByteBuffer data)static Service.ExperimentTagService.ExperimentTag. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.mlflow.api.proto that return types with arguments of type Service.ExperimentTag Modifier and Type Method Description com.google.protobuf.Parser<Service.ExperimentTag>Service.ExperimentTag. getParserForType()java.util.List<Service.ExperimentTag>Service.CreateExperiment.Builder. getTagsList()A collection of tags to set on the experiment.java.util.List<Service.ExperimentTag>Service.CreateExperiment. getTagsList()A collection of tags to set on the experiment.java.util.List<Service.ExperimentTag>Service.CreateExperimentOrBuilder. getTagsList()A collection of tags to set on the experiment.java.util.List<Service.ExperimentTag>Service.Experiment.Builder. getTagsList()Tags: Additional metadata key-value pairs.java.util.List<Service.ExperimentTag>Service.Experiment. getTagsList()Tags: Additional metadata key-value pairs.java.util.List<Service.ExperimentTag>Service.ExperimentOrBuilder. getTagsList()Tags: Additional metadata key-value pairs.static com.google.protobuf.Parser<Service.ExperimentTag>Service.ExperimentTag. parser()Methods in org.mlflow.api.proto with parameters of type Service.ExperimentTag Modifier and Type Method Description Service.CreateExperiment.BuilderService.CreateExperiment.Builder. addTags(int index, Service.ExperimentTag value)A collection of tags to set on the experiment.Service.CreateExperiment.BuilderService.CreateExperiment.Builder. addTags(Service.ExperimentTag value)A collection of tags to set on the experiment.Service.Experiment.BuilderService.Experiment.Builder. addTags(int index, Service.ExperimentTag value)Tags: Additional metadata key-value pairs.Service.Experiment.BuilderService.Experiment.Builder. addTags(Service.ExperimentTag value)Tags: Additional metadata key-value pairs.Service.ExperimentTag.BuilderService.ExperimentTag.Builder. mergeFrom(Service.ExperimentTag other)static Service.ExperimentTag.BuilderService.ExperimentTag. newBuilder(Service.ExperimentTag prototype)Service.CreateExperiment.BuilderService.CreateExperiment.Builder. setTags(int index, Service.ExperimentTag value)A collection of tags to set on the experiment.Service.Experiment.BuilderService.Experiment.Builder. setTags(int index, Service.ExperimentTag value)Tags: Additional metadata key-value pairs.Method parameters in org.mlflow.api.proto with type arguments of type Service.ExperimentTag Modifier and Type Method Description Service.CreateExperiment.BuilderService.CreateExperiment.Builder. addAllTags(java.lang.Iterable<? extends Service.ExperimentTag> values)A collection of tags to set on the experiment.Service.Experiment.BuilderService.Experiment.Builder. addAllTags(java.lang.Iterable<? extends Service.ExperimentTag> values)Tags: Additional metadata key-value pairs.
-