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