Uses of Class
com.databricks.sdk.service.ml.Metric
-
Packages that use Metric Package Description com.databricks.sdk.service.ml -
-
Uses of Metric in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return Metric Modifier and Type Method Description MetricMetric. setKey(String key)MetricMetric. setStep(Long step)MetricMetric. setTimestamp(Long timestamp)MetricMetric. setValue(Float value)Methods in com.databricks.sdk.service.ml that return types with arguments of type Metric Modifier and Type Method Description Collection<Metric>GetMetricHistoryResponse. getMetrics()Collection<Metric>LogBatch. getMetrics()Collection<Metric>RunData. getMetrics()Method parameters in com.databricks.sdk.service.ml with type arguments of type Metric Modifier and Type Method Description GetMetricHistoryResponseGetMetricHistoryResponse. setMetrics(Collection<Metric> metrics)LogBatchLogBatch. setMetrics(Collection<Metric> metrics)RunDataRunData. setMetrics(Collection<Metric> metrics)
-