@Generated public class InferenceLogConfig extends Object
| Constructor and Description |
|---|
InferenceLogConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<AggregationGranularity> |
getGranularities() |
String |
getLabelColumn() |
String |
getModelIdColumn() |
String |
getPredictionColumn() |
InferenceProblemType |
getProblemType() |
String |
getTimestampColumn() |
int |
hashCode() |
InferenceLogConfig |
setGranularities(Collection<AggregationGranularity> granularities) |
InferenceLogConfig |
setLabelColumn(String labelColumn) |
InferenceLogConfig |
setModelIdColumn(String modelIdColumn) |
InferenceLogConfig |
setPredictionColumn(String predictionColumn) |
InferenceLogConfig |
setProblemType(InferenceProblemType problemType) |
InferenceLogConfig |
setTimestampColumn(String timestampColumn) |
String |
toString() |
public InferenceLogConfig setGranularities(Collection<AggregationGranularity> granularities)
public Collection<AggregationGranularity> getGranularities()
public InferenceLogConfig setLabelColumn(String labelColumn)
public String getLabelColumn()
public InferenceLogConfig setModelIdColumn(String modelIdColumn)
public String getModelIdColumn()
public InferenceLogConfig setPredictionColumn(String predictionColumn)
public String getPredictionColumn()
public InferenceLogConfig setProblemType(InferenceProblemType problemType)
public InferenceProblemType getProblemType()
public InferenceLogConfig setTimestampColumn(String timestampColumn)
public String getTimestampColumn()
Copyright © 2026. All rights reserved.