apache_beam.testing.benchmarks.nexmark.models.field_name module¶
Field names for de-serializing json representation of Models
- 
class apache_beam.testing.benchmarks.nexmark.models.field_name.FieldNames[source]¶
- Bases: - object- 
ID= 'id'¶
 - 
NAME= 'name'¶
 - 
EMAIL_ADDRESS= 'emailAddress'¶
 - 
CREDIT_CARD= 'creditCard'¶
 - 
CITY= 'city'¶
 - 
STATE= 'state'¶
 - 
DATE_TIME= 'dateTime'¶
 - 
EXTRA= 'extra'¶
 - 
ITEM_NAME= 'itemName'¶
 - 
DESCRIPTION= 'description'¶
 - 
INITIAL_BID= 'initialBid'¶
 - 
RESERVE= 'reserve'¶
 - 
EXPIRES= 'expires'¶
 - 
SELLER= 'seller'¶
 - 
CATEGORY= 'category'¶
 - 
AUCTION= 'auction'¶
 - 
BIDDER= 'bidder'¶
 - 
PRICE= 'price'¶
 
-