now.demo_data module#

class now.demo_data.DemoDatasetNames[source]#

Bases: BetterEnum

BEST_ARTWORKS = 'team-now/best-artworks'#
NFT_MONKEY = 'team-now/nft-monkey'#
TLL = 'team-now/totally-looks-like'#
BIRD_SPECIES = 'team-now/bird-species'#
STANFORD_CARS = 'team-now/stanford-cars'#
DEEP_FASHION = 'team-now/deepfashion'#
NIH_CHEST_XRAYS = 'team-now/nih-chest-xrays'#
GEOLOCATION_GEOGUESSR = 'team-now/geolocation-geoguessr'#
ROCK_LYRICS = 'team-now/rock-lyrics'#
POP_LYRICS = 'team-now/pop-lyrics'#
RAP_LYRICS = 'team-now/rap-lyrics'#
INDIE_LYRICS = 'team-now/indie-lyrics'#
METAL_LYRICS = 'team-now/metal-lyrics'#
TUMBLR_GIFS = 'team-now/tumblr-gifs'#
TUMBLR_GIFS_10K = 'team-now/tumblr-gifs-10k'#
ES_ONLINE_SHOP_50 = 'team-now/extracted-data-online-shop-50-flat'#
class now.demo_data.DemoDataset(**data)[source]#

Bases: BaseModel

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

name: str#
display_name: str#
index_fields: str#
get_data(*args, **kwargs)[source]#
Return type

DocumentArray