[][src]Module algorithmia::data

API client for managing data through Algorithmia

Instantiate from the Algorithmia struct

Structs

DataAcl

ACL that indicates permissions for a DataDir See also: ReadAcl enum to construct a DataACL

DataDir

Algorithmia Data Directory

DataDirItem

DataDir wrapper (currently no metadata)

DataFile

Algorithmia data file

DataFileItem

DataFile wrapper with metadata

DataObject

Algorithmia data object (file or directory)

DirectoryDeleted

Response when deleting a file form the Data API

DirectoryListing

Iterator over the listing of a DataDir

FileData

Response and reader when downloading a DataFile

Enums

DataItem

Data type wrapping the data item (including any metadata)

DataType

Minimal representation of data type

ReadAcl

Read access control values

Traits

HasDataPath

Trait used for types that can be represented with an Algorithmia Data URI