Skip to content

Commit d704ac4

Browse files
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@8842d3f)
Co-authored-by: jreynard-code <jreynard-code@users.noreply.github.com>
1 parent eeacbf3 commit d704ac4

8 files changed

Lines changed: 775 additions & 775 deletions

File tree

cosmotech_api/api/dataset_api.py

Lines changed: 199 additions & 199 deletions
Large diffs are not rendered by default.

cosmotech_api/api/organization_api.py

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

cosmotech_api/api/run_api.py

Lines changed: 115 additions & 115 deletions
Large diffs are not rendered by default.

cosmotech_api/api/runner_api.py

Lines changed: 121 additions & 121 deletions
Large diffs are not rendered by default.

cosmotech_api/api/solution_api.py

Lines changed: 157 additions & 157 deletions
Large diffs are not rendered by default.

cosmotech_api/api/workspace_api.py

Lines changed: 109 additions & 109 deletions
Large diffs are not rendered by default.

docs/RunApi.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ configuration.access_token = os.environ["ACCESS_TOKEN"]
4242
with cosmotech_api.ApiClient(configuration) as api_client:
4343
# Create an instance of the API class
4444
api_instance = cosmotech_api.RunApi(api_client)
45-
organization_id = 'organization_id_example' # str | the Organization identifier
46-
workspace_id = 'workspace_id_example' # str | the Workspace identifier
47-
runner_id = 'runner_id_example' # str | the Runner identifier
48-
run_id = 'run_id_example' # str | the Run identifier
45+
organization_id = 'organization_id_example' # str | The Organization identifier
46+
workspace_id = 'workspace_id_example' # str | The Workspace identifier
47+
runner_id = 'runner_id_example' # str | The Runner identifier
48+
run_id = 'run_id_example' # str | The Run identifier
4949

5050
try:
5151
# Delete a run
@@ -61,10 +61,10 @@ with cosmotech_api.ApiClient(configuration) as api_client:
6161

6262
Name | Type | Description | Notes
6363
------------- | ------------- | ------------- | -------------
64-
**organization_id** | **str**| the Organization identifier |
65-
**workspace_id** | **str**| the Workspace identifier |
66-
**runner_id** | **str**| the Runner identifier |
67-
**run_id** | **str**| the Run identifier |
64+
**organization_id** | **str**| The Organization identifier |
65+
**workspace_id** | **str**| The Workspace identifier |
66+
**runner_id** | **str**| The Runner identifier |
67+
**run_id** | **str**| The Run identifier |
6868

6969
### Return type
7070

@@ -121,10 +121,10 @@ configuration.access_token = os.environ["ACCESS_TOKEN"]
121121
with cosmotech_api.ApiClient(configuration) as api_client:
122122
# Create an instance of the API class
123123
api_instance = cosmotech_api.RunApi(api_client)
124-
organization_id = 'organization_id_example' # str | the Organization identifier
125-
workspace_id = 'workspace_id_example' # str | the Workspace identifier
126-
runner_id = 'runner_id_example' # str | the Runner identifier
127-
run_id = 'run_id_example' # str | the Run identifier
124+
organization_id = 'organization_id_example' # str | The Organization identifier
125+
workspace_id = 'workspace_id_example' # str | The Workspace identifier
126+
runner_id = 'runner_id_example' # str | The Runner identifier
127+
run_id = 'run_id_example' # str | The Run identifier
128128

129129
try:
130130
# Get the details of a run
@@ -142,10 +142,10 @@ with cosmotech_api.ApiClient(configuration) as api_client:
142142

143143
Name | Type | Description | Notes
144144
------------- | ------------- | ------------- | -------------
145-
**organization_id** | **str**| the Organization identifier |
146-
**workspace_id** | **str**| the Workspace identifier |
147-
**runner_id** | **str**| the Runner identifier |
148-
**run_id** | **str**| the Run identifier |
145+
**organization_id** | **str**| The Organization identifier |
146+
**workspace_id** | **str**| The Workspace identifier |
147+
**runner_id** | **str**| The Runner identifier |
148+
**run_id** | **str**| The Run identifier |
149149

150150
### Return type
151151

@@ -200,10 +200,10 @@ configuration.access_token = os.environ["ACCESS_TOKEN"]
200200
with cosmotech_api.ApiClient(configuration) as api_client:
201201
# Create an instance of the API class
202202
api_instance = cosmotech_api.RunApi(api_client)
203-
organization_id = 'organization_id_example' # str | the Organization identifier
204-
workspace_id = 'workspace_id_example' # str | the Workspace identifier
205-
runner_id = 'runner_id_example' # str | the Runner identifier
206-
run_id = 'run_id_example' # str | the Run identifier
203+
organization_id = 'organization_id_example' # str | The Organization identifier
204+
workspace_id = 'workspace_id_example' # str | The Workspace identifier
205+
runner_id = 'runner_id_example' # str | The Runner identifier
206+
run_id = 'run_id_example' # str | The Run identifier
207207

208208
try:
209209
# get the logs for the Run
@@ -221,10 +221,10 @@ with cosmotech_api.ApiClient(configuration) as api_client:
221221

222222
Name | Type | Description | Notes
223223
------------- | ------------- | ------------- | -------------
224-
**organization_id** | **str**| the Organization identifier |
225-
**workspace_id** | **str**| the Workspace identifier |
226-
**runner_id** | **str**| the Runner identifier |
227-
**run_id** | **str**| the Run identifier |
224+
**organization_id** | **str**| The Organization identifier |
225+
**workspace_id** | **str**| The Workspace identifier |
226+
**runner_id** | **str**| The Runner identifier |
227+
**run_id** | **str**| The Run identifier |
228228

229229
### Return type
230230

@@ -279,10 +279,10 @@ configuration.access_token = os.environ["ACCESS_TOKEN"]
279279
with cosmotech_api.ApiClient(configuration) as api_client:
280280
# Create an instance of the API class
281281
api_instance = cosmotech_api.RunApi(api_client)
282-
organization_id = 'organization_id_example' # str | the Organization identifier
283-
workspace_id = 'workspace_id_example' # str | the Workspace identifier
284-
runner_id = 'runner_id_example' # str | the Runner identifier
285-
run_id = 'run_id_example' # str | the Run identifier
282+
organization_id = 'organization_id_example' # str | The Organization identifier
283+
workspace_id = 'workspace_id_example' # str | The Workspace identifier
284+
runner_id = 'runner_id_example' # str | The Runner identifier
285+
run_id = 'run_id_example' # str | The Run identifier
286286

287287
try:
288288
# get the status for the Run
@@ -300,10 +300,10 @@ with cosmotech_api.ApiClient(configuration) as api_client:
300300

301301
Name | Type | Description | Notes
302302
------------- | ------------- | ------------- | -------------
303-
**organization_id** | **str**| the Organization identifier |
304-
**workspace_id** | **str**| the Workspace identifier |
305-
**runner_id** | **str**| the Runner identifier |
306-
**run_id** | **str**| the Run identifier |
303+
**organization_id** | **str**| The Organization identifier |
304+
**workspace_id** | **str**| The Workspace identifier |
305+
**runner_id** | **str**| The Runner identifier |
306+
**run_id** | **str**| The Run identifier |
307307

308308
### Return type
309309

@@ -358,9 +358,9 @@ configuration.access_token = os.environ["ACCESS_TOKEN"]
358358
with cosmotech_api.ApiClient(configuration) as api_client:
359359
# Create an instance of the API class
360360
api_instance = cosmotech_api.RunApi(api_client)
361-
organization_id = 'organization_id_example' # str | the Organization identifier
362-
workspace_id = 'workspace_id_example' # str | the Workspace identifier
363-
runner_id = 'runner_id_example' # str | the Runner identifier
361+
organization_id = 'organization_id_example' # str | The Organization identifier
362+
workspace_id = 'workspace_id_example' # str | The Workspace identifier
363+
runner_id = 'runner_id_example' # str | The Runner identifier
364364
page = 56 # int | page number to query (first page is at index 0) (optional)
365365
size = 56 # int | amount of result by page (optional)
366366

@@ -380,9 +380,9 @@ with cosmotech_api.ApiClient(configuration) as api_client:
380380

381381
Name | Type | Description | Notes
382382
------------- | ------------- | ------------- | -------------
383-
**organization_id** | **str**| the Organization identifier |
384-
**workspace_id** | **str**| the Workspace identifier |
385-
**runner_id** | **str**| the Runner identifier |
383+
**organization_id** | **str**| The Organization identifier |
384+
**workspace_id** | **str**| The Workspace identifier |
385+
**runner_id** | **str**| The Runner identifier |
386386
**page** | **int**| page number to query (first page is at index 0) | [optional]
387387
**size** | **int**| amount of result by page | [optional]
388388

docs/WorkspaceApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ with cosmotech_api.ApiClient(configuration) as api_client:
11251125
# Create an instance of the API class
11261126
api_instance = cosmotech_api.WorkspaceApi(api_client)
11271127
organization_id = 'organization_id_example' # str | The Organization identifier
1128-
page = 56 # int | page number to query (first page is at index 0) (optional)
1128+
page = 56 # int | Page number to query (first page is at index 0) (optional)
11291129
size = 56 # int | Amount of result by page (optional)
11301130

11311131
try:
@@ -1145,7 +1145,7 @@ with cosmotech_api.ApiClient(configuration) as api_client:
11451145
Name | Type | Description | Notes
11461146
------------- | ------------- | ------------- | -------------
11471147
**organization_id** | **str**| The Organization identifier |
1148-
**page** | **int**| page number to query (first page is at index 0) | [optional]
1148+
**page** | **int**| Page number to query (first page is at index 0) | [optional]
11491149
**size** | **int**| Amount of result by page | [optional]
11501150

11511151
### Return type

0 commit comments

Comments
 (0)