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.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.LogMetric.Builder.clearKey()
Name of the metric.Service.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.Builder
Service.LogMetric.newBuilder()
static Service.LogMetric.Builder
Service.LogMetric.newBuilder
(Service.LogMetric prototype) Service.LogMetric.newBuilderForType()
protected Service.LogMetric.Builder
Service.LogMetric.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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.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()