Package com.databricks.sdk.service.ml
Class Metric
- java.lang.Object
-
- com.databricks.sdk.service.ml.Metric
-
@Generated public class Metric extends Object
-
-
Constructor Summary
Constructors Constructor Description Metric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
Long
getStep()
Long
getTimestamp()
Float
getValue()
int
hashCode()
Metric
setKey(String key)
Metric
setStep(Long step)
Metric
setTimestamp(Long timestamp)
Metric
setValue(Float value)
String
toString()
-