Skip to main content
Access these methods through client.services.

client.services.catalog

List hosted benchmark services visible to the configured tenant.
Signature
Returns BenchmarkServiceCatalogResponse For examples, see the Python SDK guide.

client.services.list

List hosted services and return their current health.
Signature
Returns BenchmarkServicesResponse For examples, see the Python SDK guide.

client.services.task_ids

Fetch task IDs for a benchmark dataset.
Signature
Parameters
required · str
optional · str | None · default:
optional · Mapping[str, str] | None · default:
optional · bool · default:
Returns list[str] For examples, see the Python SDK guide.