datastores.Results#

class datastores.Results#

Bases: ApiResponse

A class to interact with the results of a job.

download(target=None)#

Download the results.

Parameters:

target (str or None) – Target path. If None, download to the working directory.

Returns:

Path to the retrieved file.

Return type:

str

property content_length: int#

File size in Bytes.

property content_type: str#

File MIME type.

property json: Any#

Content of the response.

property location: str#

File location.

property url: str#

URL.