Package com.databricks.sdk.service.ml
Class LogMetric
- java.lang.Object
-
- com.databricks.sdk.service.ml.LogMetric
-
@Generated public class LogMetric extends Object
-
-
Constructor Summary
Constructors Constructor Description LogMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()StringgetRunId()StringgetRunUuid()LonggetStep()LonggetTimestamp()FloatgetValue()inthashCode()LogMetricsetKey(String key)LogMetricsetRunId(String runId)LogMetricsetRunUuid(String runUuid)LogMetricsetStep(Long step)LogMetricsetTimestamp(Long timestamp)LogMetricsetValue(Float value)StringtoString()
-