Skip to content

GPU Tasks and Vectors Bulk Upload Objects

Compare
Choose a tag to compare
@jpoehnelt jpoehnelt released this 06 Nov 19:39
· 1391 commits to master since this release

Changed

  • FutureTask inheritance changed from dict to object.

Added

  • Can now specify a GPU parameter for tasks.
  • Vectors.upload allows you to upload a JSON newline delimited file.
  • Vectors.list_uploads allows you to list all uploads for a vector product.
  • UploadTask contains the information about an upload and is returned by both methods.