Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/Api/AIAgentsApi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuantClient\AIAgentsApi



All URIs are relative to https://dashboard.quantcdn.io, except if the operation defines another base path.

| Method | HTTP request | Description |
Expand Down Expand Up @@ -33,6 +35,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIAgentsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -97,6 +100,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIAgentsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -159,6 +163,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIAgentsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -221,6 +226,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIAgentsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -283,6 +289,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIAgentsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -345,6 +352,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIAgentsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down
5 changes: 5 additions & 0 deletions docs/Api/AICustomToolsApi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuantClient\AICustomToolsApi



All URIs are relative to https://dashboard.quantcdn.io, except if the operation defines another base path.

| Method | HTTP request | Description |
Expand Down Expand Up @@ -30,6 +32,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AICustomToolsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -92,6 +95,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AICustomToolsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -154,6 +158,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AICustomToolsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down
6 changes: 6 additions & 0 deletions docs/Api/AIInferenceApi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuantClient\AIInferenceApi



All URIs are relative to https://dashboard.quantcdn.io, except if the operation defines another base path.

| Method | HTTP request | Description |
Expand Down Expand Up @@ -31,6 +33,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIInferenceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -93,6 +96,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIInferenceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -155,6 +159,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIInferenceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -217,6 +222,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIInferenceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down
4 changes: 4 additions & 0 deletions docs/Api/AIModelsApi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuantClient\AIModelsApi



All URIs are relative to https://dashboard.quantcdn.io, except if the operation defines another base path.

| Method | HTTP request | Description |
Expand Down Expand Up @@ -29,6 +31,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIModelsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -89,6 +92,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIModelsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down
3 changes: 3 additions & 0 deletions docs/Api/AIMonitoringApi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuantClient\AIMonitoringApi



All URIs are relative to https://dashboard.quantcdn.io, except if the operation defines another base path.

| Method | HTTP request | Description |
Expand All @@ -26,6 +28,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIMonitoringApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down
8 changes: 8 additions & 0 deletions docs/Api/AISessionsApi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuantClient\AISessionsApi



All URIs are relative to https://dashboard.quantcdn.io, except if the operation defines another base path.

| Method | HTTP request | Description |
Expand Down Expand Up @@ -33,6 +35,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AISessionsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -93,6 +96,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AISessionsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -155,6 +159,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AISessionsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -217,6 +222,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AISessionsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -279,6 +285,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AISessionsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -349,6 +356,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AISessionsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down
6 changes: 6 additions & 0 deletions docs/Api/AIToolsApi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuantClient\AIToolsApi



All URIs are relative to https://dashboard.quantcdn.io, except if the operation defines another base path.

| Method | HTTP request | Description |
Expand Down Expand Up @@ -31,6 +33,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIToolsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -93,6 +96,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIToolsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -157,6 +161,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIToolsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -217,6 +222,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIToolsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down
8 changes: 8 additions & 0 deletions docs/Api/AIVectorDatabaseApi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuantClient\AIVectorDatabaseApi



All URIs are relative to https://dashboard.quantcdn.io, except if the operation defines another base path.

| Method | HTTP request | Description |
Expand Down Expand Up @@ -33,6 +35,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIVectorDatabaseApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -95,6 +98,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIVectorDatabaseApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -157,6 +161,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIVectorDatabaseApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -219,6 +224,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIVectorDatabaseApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -279,6 +285,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIVectorDatabaseApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -343,6 +350,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\AIVectorDatabaseApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down
7 changes: 7 additions & 0 deletions docs/Api/ApplicationsApi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuantClient\ApplicationsApi

Cloud application lifecycle management

All URIs are relative to https://dashboard.quantcdn.io, except if the operation defines another base path.

| Method | HTTP request | Description |
Expand Down Expand Up @@ -30,6 +32,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\ApplicationsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -90,6 +93,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\ApplicationsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -149,6 +153,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\ApplicationsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -209,6 +214,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\ApplicationsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down Expand Up @@ -267,6 +273,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
$config = QuantClient\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');



$apiInstance = new QuantClient\Api\ApplicationsApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
Expand Down
Loading