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 booleanequals(Object o)StringgetKey()LonggetStep()LonggetTimestamp()FloatgetValue()inthashCode()MetricsetKey(String key)MetricsetStep(Long step)MetricsetTimestamp(Long timestamp)MetricsetValue(Float value)StringtoString()
-