| Package | Description |
|---|---|
| com.databricks.sdk.service.ml |
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.setKey(String key) |
Metric |
Metric.setStep(Long step) |
Metric |
Metric.setTimestamp(Long timestamp) |
Metric |
Metric.setValue(Double value) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metric> |
ExperimentsAPI.getHistory(GetHistoryRequest request)
Get history of a given metric within a run.
|
Iterable<Metric> |
ExperimentsAPI.getHistory(String metricKey) |
Collection<Metric> |
GetMetricHistoryResponse.getMetrics() |
Collection<Metric> |
LogBatch.getMetrics() |
Collection<Metric> |
RunData.getMetrics() |
| Modifier and Type | Method and Description |
|---|---|
GetMetricHistoryResponse |
GetMetricHistoryResponse.setMetrics(Collection<Metric> metrics) |
LogBatch |
LogBatch.setMetrics(Collection<Metric> metrics) |
RunData |
RunData.setMetrics(Collection<Metric> metrics) |
Copyright © 2024. All rights reserved.