science.alt.dataset.storageExternal

lexicon.store View official

Documentation

(Deprecated: use storageHttp or storageS3 instead.) External storage via URLs for WebDataset tar archives. URLs support brace notation for sharding (e.g., 'data-{000000..000099}.tar').

main object

(Deprecated: use storageHttp or storageS3 instead.) External storage via URLs for WebDataset tar archives. URLs support brace notation for sharding (e.g., 'data-{000000..000099}.tar').

Properties

urls array of stringuri Required

WebDataset URLs with optional brace notation for sharded tar files

minLength: 1 items
View raw schema
{
  "type": "object",
  "required": [
    "urls"
  ],
  "properties": {
    "urls": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uri",
        "maxLength": 1000
      },
      "minLength": 1,
      "description": "WebDataset URLs with optional brace notation for sharded tar files"
    }
  },
  "description": "(Deprecated: use storageHttp or storageS3 instead.) External storage via URLs for WebDataset tar archives. URLs support brace notation for sharding (e.g., 'data-{000000..000099}.tar')."
}

Lexicon Garden

@