@Generated public class MonitorInferenceLog extends Object
| Constructor and Description |
|---|
MonitorInferenceLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<String> |
getGranularities() |
String |
getLabelCol() |
String |
getModelIdCol() |
String |
getPredictionCol() |
String |
getPredictionProbaCol() |
MonitorInferenceLogProblemType |
getProblemType() |
String |
getTimestampCol() |
int |
hashCode() |
MonitorInferenceLog |
setGranularities(Collection<String> granularities) |
MonitorInferenceLog |
setLabelCol(String labelCol) |
MonitorInferenceLog |
setModelIdCol(String modelIdCol) |
MonitorInferenceLog |
setPredictionCol(String predictionCol) |
MonitorInferenceLog |
setPredictionProbaCol(String predictionProbaCol) |
MonitorInferenceLog |
setProblemType(MonitorInferenceLogProblemType problemType) |
MonitorInferenceLog |
setTimestampCol(String timestampCol) |
String |
toString() |
public MonitorInferenceLog setGranularities(Collection<String> granularities)
public Collection<String> getGranularities()
public MonitorInferenceLog setLabelCol(String labelCol)
public String getLabelCol()
public MonitorInferenceLog setModelIdCol(String modelIdCol)
public String getModelIdCol()
public MonitorInferenceLog setPredictionCol(String predictionCol)
public String getPredictionCol()
public MonitorInferenceLog setPredictionProbaCol(String predictionProbaCol)
public String getPredictionProbaCol()
public MonitorInferenceLog setProblemType(MonitorInferenceLogProblemType problemType)
public MonitorInferenceLogProblemType getProblemType()
public MonitorInferenceLog setTimestampCol(String timestampCol)
public String getTimestampCol()
Copyright © 2024. All rights reserved.