Package com.databricks.sdk.service.ml
Class LogBatch
- java.lang.Object
-
- com.databricks.sdk.service.ml.LogBatch
-
@Generated public class LogBatch extends Object
-
-
Constructor Summary
Constructors Constructor Description LogBatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<Metric>getMetrics()Collection<Param>getParams()StringgetRunId()Collection<RunTag>getTags()inthashCode()LogBatchsetMetrics(Collection<Metric> metrics)LogBatchsetParams(Collection<Param> params)LogBatchsetRunId(String runId)LogBatchsetTags(Collection<RunTag> tags)StringtoString()
-
-
-
Method Detail
-
setMetrics
public LogBatch setMetrics(Collection<Metric> metrics)
-
getMetrics
public Collection<Metric> getMetrics()
-
setParams
public LogBatch setParams(Collection<Param> params)
-
getParams
public Collection<Param> getParams()
-
getRunId
public String getRunId()
-
setTags
public LogBatch setTags(Collection<RunTag> tags)
-
getTags
public Collection<RunTag> getTags()
-
-