# flyteplugins.jsonl

## Directory

### Classes

| Class | Description |
|-|-|
| [`JsonlDir`](https://www.union.ai/docs/v2/union/api-reference/integrations/jsonl/packages/flyteplugins.jsonl/jsonldir/page.md) | A directory of sharded JSONL files. |
| [`JsonlFile`](https://www.union.ai/docs/v2/union/api-reference/integrations/jsonl/packages/flyteplugins.jsonl/jsonlfile/page.md) | A file type for JSONL (JSON Lines) files, backed by `orjson` for fast. |

## Subpages

- [JsonlDir](https://www.union.ai/docs/v2/union/api-reference/integrations/jsonl/packages/flyteplugins.jsonl/jsonldir/page.md)
  - Parameters
  - Properties
  - Methods
  - download()
  - download_sync()
  - exists()
  - exists_sync()
  - from_existing_remote()
  - from_local()
  - from_local_sync()
  - get_file()
  - get_file_sync()
  - iter_arrow_batches()
  - iter_arrow_batches_sync()
  - iter_batches()
  - iter_batches_sync()
  - iter_records()
  - iter_records_sync()
  - list_files()
  - list_files_sync()
  - model_post_init()
  - new_remote()
  - pre_init()
  - schema_match()
  - walk()
  - walk_sync()
  - writer()
  - writer_sync()
- [JsonlFile](https://www.union.ai/docs/v2/union/api-reference/integrations/jsonl/packages/flyteplugins.jsonl/jsonlfile/page.md)
  - Parameters
  - Properties
  - Methods
  - download()
  - download_sync()
  - exists()
  - exists_sync()
  - from_existing_remote()
  - from_local()
  - from_local_sync()
  - iter_arrow_batches()
  - iter_arrow_batches_sync()
  - iter_records()
  - iter_records_sync()
  - model_post_init()
  - named_remote()
  - new_remote()
  - open()
  - open_sync()
  - pre_init()
  - schema_match()
  - writer()
  - writer_sync()

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/integrations/jsonl/packages/flyteplugins.jsonl/_index.md
**HTML**: https://www.union.ai/docs/v2/union/api-reference/integrations/jsonl/packages/flyteplugins.jsonl/
