qcrboxapiclient.api.datasets.list_datasets

async qcrboxapiclient.api.datasets.list_datasets.asyncio(*, client)

List all datasets

Retrieve a list of all datasets in the data store.

Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Return type:

Union[QCrBoxErrorResponse, QCrBoxResponseDatasetsResponse, None]

Returns:

Union[QCrBoxErrorResponse, QCrBoxResponseDatasetsResponse]

Parameters:

client (AuthenticatedClient | Client)

async qcrboxapiclient.api.datasets.list_datasets.asyncio_detailed(*, client)

List all datasets

Retrieve a list of all datasets in the data store.

Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Return type:

Response[Union[QCrBoxErrorResponse, QCrBoxResponseDatasetsResponse]]

Returns:

Response[Union[QCrBoxErrorResponse, QCrBoxResponseDatasetsResponse]]

Parameters:

client (AuthenticatedClient | Client)

qcrboxapiclient.api.datasets.list_datasets.sync(*, client)

List all datasets

Retrieve a list of all datasets in the data store.

Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Return type:

Union[QCrBoxErrorResponse, QCrBoxResponseDatasetsResponse, None]

Returns:

Union[QCrBoxErrorResponse, QCrBoxResponseDatasetsResponse]

Parameters:

client (AuthenticatedClient | Client)

qcrboxapiclient.api.datasets.list_datasets.sync_detailed(*, client)

List all datasets

Retrieve a list of all datasets in the data store.

Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Return type:

Response[Union[QCrBoxErrorResponse, QCrBoxResponseDatasetsResponse]]

Returns:

Response[Union[QCrBoxErrorResponse, QCrBoxResponseDatasetsResponse]]

Parameters:

client (AuthenticatedClient | Client)