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 boolean
equals(Object o)
Collection<Metric>
getMetrics()
Collection<Param>
getParams()
String
getRunId()
Collection<RunTag>
getTags()
int
hashCode()
LogBatch
setMetrics(Collection<Metric> metrics)
LogBatch
setParams(Collection<Param> params)
LogBatch
setRunId(String runId)
LogBatch
setTags(Collection<RunTag> tags)
String
toString()
-
-
-
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()
-
-