Uses of Class
org.mlflow.api.proto.Service.LogBatch.Builder
Packages that use Service.LogBatch.Builder
-
Uses of Service.LogBatch.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.LogBatch.BuilderModifier and TypeMethodDescriptionService.LogBatch.Builder.addAllMetrics(Iterable<? extends Service.Metric> values) Metrics to log.Service.LogBatch.Builder.addAllParams(Iterable<? extends Service.Param> values) Params to log.Service.LogBatch.Builder.addAllTags(Iterable<? extends Service.RunTag> values) Tags to log.Service.LogBatch.Builder.addMetrics(int index, Service.Metric value) Metrics to log.Service.LogBatch.Builder.addMetrics(int index, Service.Metric.Builder builderForValue) Metrics to log.Service.LogBatch.Builder.addMetrics(Service.Metric value) Metrics to log.Service.LogBatch.Builder.addMetrics(Service.Metric.Builder builderForValue) Metrics to log.Service.LogBatch.Builder.addParams(int index, Service.Param value) Params to log.Service.LogBatch.Builder.addParams(int index, Service.Param.Builder builderForValue) Params to log.Service.LogBatch.Builder.addParams(Service.Param value) Params to log.Service.LogBatch.Builder.addParams(Service.Param.Builder builderForValue) Params to log.Service.LogBatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.LogBatch.Builder.addTags(int index, Service.RunTag value) Tags to log.Service.LogBatch.Builder.addTags(int index, Service.RunTag.Builder builderForValue) Tags to log.Service.LogBatch.Builder.addTags(Service.RunTag value) Tags to log.Service.LogBatch.Builder.addTags(Service.RunTag.Builder builderForValue) Tags to log.Service.LogBatch.Builder.clear()Service.LogBatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.LogBatch.Builder.clearMetrics()Metrics to log.Service.LogBatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.LogBatch.Builder.clearParams()Params to log.Service.LogBatch.Builder.clearRunId()ID of the run to log underService.LogBatch.Builder.clearTags()Tags to log.Service.LogBatch.Builder.clone()Service.LogBatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.LogBatch.Builder.mergeFrom(com.google.protobuf.Message other) Service.LogBatch.Builder.mergeFrom(Service.LogBatch other) final Service.LogBatch.BuilderService.LogBatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Service.LogBatch.BuilderService.LogBatch.newBuilder()static Service.LogBatch.BuilderService.LogBatch.newBuilder(Service.LogBatch prototype) Service.LogBatch.newBuilderForType()protected Service.LogBatch.BuilderService.LogBatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.LogBatch.Builder.removeMetrics(int index) Metrics to log.Service.LogBatch.Builder.removeParams(int index) Params to log.Service.LogBatch.Builder.removeTags(int index) Tags to log.Service.LogBatch.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.LogBatch.Builder.setMetrics(int index, Service.Metric value) Metrics to log.Service.LogBatch.Builder.setMetrics(int index, Service.Metric.Builder builderForValue) Metrics to log.Service.LogBatch.Builder.setParams(int index, Service.Param value) Params to log.Service.LogBatch.Builder.setParams(int index, Service.Param.Builder builderForValue) Params to log.Service.LogBatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ID of the run to log underService.LogBatch.Builder.setRunIdBytes(com.google.protobuf.ByteString value) ID of the run to log underService.LogBatch.Builder.setTags(int index, Service.RunTag value) Tags to log.Service.LogBatch.Builder.setTags(int index, Service.RunTag.Builder builderForValue) Tags to log.final Service.LogBatch.BuilderService.LogBatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.LogBatch.toBuilder()