toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case BatchPredictionFilterVariable.createdAt:
      return 'CreatedAt';
    case BatchPredictionFilterVariable.lastUpdatedAt:
      return 'LastUpdatedAt';
    case BatchPredictionFilterVariable.status:
      return 'Status';
    case BatchPredictionFilterVariable.name:
      return 'Name';
    case BatchPredictionFilterVariable.iAMUser:
      return 'IAMUser';
    case BatchPredictionFilterVariable.mLModelId:
      return 'MLModelId';
    case BatchPredictionFilterVariable.dataSourceId:
      return 'DataSourceId';
    case BatchPredictionFilterVariable.dataURI:
      return 'DataURI';
  }
}