Autogenerated MLflow Tracking API entity objects.
-
Service.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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ID of the run under which to log the metric.
[Deprecated, use run_id instead] ID of the run under which to log the metric.
Step at which to log the metric
Unix timestamp in milliseconds at the time metric was logged.
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.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Service.LogMetric.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Service.LogMetric.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
Service.LogMetric.Builder.setKeyBytes(com.google.protobuf.ByteString value)
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.
[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 metric
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.