> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# file

## Chainable Ops

### <a id="file-contents" />`file-contents`

Returns the contents of the *file*

| Argument | Description |
| :------- | :---------- |
| `file`   | A *file*    |

#### Return Value

The contents of the *file*

### <a id="file-digest" />`file-digest`

Returns the digest of the *file*

| Argument | Description |
| :------- | :---------- |
| `file`   | A *file*    |

#### Return Value

The digest of the *file*

### <a id="file-size" />`file-size`

Returns the size of the *file*

| Argument | Description |
| :------- | :---------- |
| `file`   | A *file*    |

#### Return Value

The size of the *file*

### <a id="file-table" />`file-table`

Returns the contents of the *file* as a *table*

| Argument | Description |
| :------- | :---------- |
| `file`   | A *file*    |

#### Return Value

The contents of the *file* as a *table*

## List Ops

### <a id="file-contents-list" />`file-contents`

Returns the contents of the *file*

| Argument | Description |
| :------- | :---------- |
| `file`   | A *file*    |

#### Return Value

The contents of the *file*

### <a id="file-digest-list" />`file-digest`

Returns the digest of the *file*

| Argument | Description |
| :------- | :---------- |
| `file`   | A *file*    |

#### Return Value

The digest of the *file*

### <a id="file-size-list" />`file-size`

Returns the size of the *file*

| Argument | Description |
| :------- | :---------- |
| `file`   | A *file*    |

#### Return Value

The size of the *file*

### <a id="file-table-list" />`file-table`

Returns the contents of the *file* as a *table*

| Argument | Description |
| :------- | :---------- |
| `file`   | A *file*    |

#### Return Value

The contents of the *file* as a *table*
