Uses of Class
org.mlflow.api.proto.Service.LogMetric.Builder
Packages that use Service.LogMetric.Builder
-
Uses of Service.LogMetric.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.LogMetric.BuilderModifier and TypeMethodDescriptionService.LogMetric.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.LogMetric.Builder.clear()Service.LogMetric.Builder.clearDatasetDigest()Dataset digest of the dataset associated with the metric, e.g.Service.LogMetric.Builder.clearDatasetName()The name of the dataset associated with the metric.Service.LogMetric.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.LogMetric.Builder.clearKey()Name of the metric.Service.LogMetric.Builder.clearModelId()ID of the logged model associated with the metric, if applicableService.LogMetric.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.LogMetric.Builder.clearRunId()ID of the run under which to log the metric.Service.LogMetric.Builder.clearRunUuid()[Deprecated, use run_id instead] ID of the run under which to log the metric.Service.LogMetric.Builder.clearStep()Step at which to log the metricService.LogMetric.Builder.clearTimestamp()Unix timestamp in milliseconds at the time metric was logged.Service.LogMetric.Builder.clearValue()Double value of the metric being logged.Service.LogMetric.Builder.clone()Service.LogMetric.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.LogMetric.Builder.mergeFrom(com.google.protobuf.Message other) Service.LogMetric.Builder.mergeFrom(Service.LogMetric other) Service.LogMetric.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Service.LogMetric.BuilderService.LogMetric.newBuilder()static Service.LogMetric.BuilderService.LogMetric.newBuilder(Service.LogMetric prototype) Service.LogMetric.newBuilderForType()protected Service.LogMetric.BuilderService.LogMetric.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.LogMetric.Builder.setDatasetDigest(String value) Dataset digest of the dataset associated with the metric, e.g.Service.LogMetric.Builder.setDatasetDigestBytes(com.google.protobuf.ByteString value) Dataset digest of the dataset associated with the metric, e.g.Service.LogMetric.Builder.setDatasetName(String value) The name of the dataset associated with the metric.Service.LogMetric.Builder.setDatasetNameBytes(com.google.protobuf.ByteString value) The name of the dataset associated with the metric.Service.LogMetric.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Name of the metric.Service.LogMetric.Builder.setKeyBytes(com.google.protobuf.ByteString value) Name of the metric.Service.LogMetric.Builder.setModelId(String value) ID of the logged model associated with the metric, if applicableService.LogMetric.Builder.setModelIdBytes(com.google.protobuf.ByteString value) ID of the logged model associated with the metric, if applicableService.LogMetric.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ID of the run under which to log the metric.Service.LogMetric.Builder.setRunIdBytes(com.google.protobuf.ByteString value) ID of the run under which to log the metric.Service.LogMetric.Builder.setRunUuid(String value) [Deprecated, use run_id instead] ID of the run under which to log the metric.Service.LogMetric.Builder.setRunUuidBytes(com.google.protobuf.ByteString value) [Deprecated, use run_id instead] ID of the run under which to log the metric.Service.LogMetric.Builder.setStep(long value) Step at which to log the metricService.LogMetric.Builder.setTimestamp(long value) Unix timestamp in milliseconds at the time metric was logged.Service.LogMetric.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.LogMetric.Builder.setValue(double value) Double value of the metric being logged.Service.LogMetric.toBuilder()