Uses of Class
com.databricks.sdk.service.ml.LogBatch
-
Packages that use LogBatch Package Description com.databricks.sdk.service.ml -
-
Uses of LogBatch in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return LogBatch Modifier and Type Method Description LogBatchLogBatch. setMetrics(Collection<Metric> metrics)LogBatchLogBatch. setParams(Collection<Param> params)LogBatchLogBatch. setRunId(String runId)LogBatchLogBatch. setTags(Collection<RunTag> tags)Methods in com.databricks.sdk.service.ml with parameters of type LogBatch Modifier and Type Method Description voidExperimentsAPI. logBatch(LogBatch request)Log a batch.voidExperimentsService. logBatch(LogBatch logBatch)Log a batch.
-