public static class MLOpsSparkUtils.PredictionsDataParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MLOpsSparkUtils.PredictionsDataParameters.Builder<T extends MLOpsSparkUtils.PredictionsDataParameters.Builder<T>> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
assocIdColName |
protected String |
channelConfig |
protected org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
dataFrame |
protected String |
deploymentID |
protected int |
groupSize |
protected String |
modelId |
protected Integer |
predictionsServiced |
protected Double |
scoringTime |
protected List<String> |
targetColumnNames |
| Constructor and Description |
|---|
PredictionsDataParameters(MLOpsSparkUtils.PredictionsDataParameters.Builder<?> builder) |
protected org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataFrame
protected Double scoringTime
protected String assocIdColName
protected Integer predictionsServiced
protected String deploymentID
protected String modelId
protected String channelConfig
protected int groupSize
public PredictionsDataParameters(MLOpsSparkUtils.PredictionsDataParameters.Builder<?> builder)
Copyright © 2022. All rights reserved.