predictionFields property

List<ModelMonitoringSchema_FieldSchema> predictionFields
final

Prediction output names of the model. The requirements are the same as the feature_fields. For AutoML Tables, the prediction output name presented in schema will be: predicted_{target_column}, the target_column is the one you specified when you train the model. For Prediction output drift analysis:

  • AutoML Classification, the distribution of the argmax label will be analyzed.
  • AutoML Regression, the distribution of the value will be analyzed.

Implementation

final List<ModelMonitoringSchema_FieldSchema> predictionFields;