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 boolean
equals(Object o)
String
getKey()
String
getRunId()
String
getRunUuid()
Long
getStep()
Long
getTimestamp()
Float
getValue()
int
hashCode()
LogMetric
setKey(String key)
LogMetric
setRunId(String runId)
LogMetric
setRunUuid(String runUuid)
LogMetric
setStep(Long step)
LogMetric
setTimestamp(Long timestamp)
LogMetric
setValue(Float value)
String
toString()
-