Search documentation
karat

+

K

User Documentation ↗

transforms.api.FoundryDataSidecarFile

class transforms.api.FoundryDataSidecarFile(param, path, logical_path, mode, **kwargs)

A file object for reading and writing raw dataset files in lightweight, single-node transforms.

read(*args, **kwargs)

Read from the file.

Mimics the API of io.FileIO.

write(*args, **kwargs)

Write to the file.

Mimics the API of io.FileIO.