Skip to content

Commit 44550a8

Browse files
feat: update runner.yaml examples
1 parent 4bcb883 commit 44550a8

File tree

5 files changed

+159
-216
lines changed

5 files changed

+159
-216
lines changed

doc/Apis/DatasetApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Get the Dataset security users list
366366
### HTTP request headers
367367

368368
- **Content-Type**: Not defined
369-
- **Accept**: application/json
369+
- **Accept**: application/json, application/yaml
370370

371371
<a name="listDatasets"></a>
372372
# **listDatasets**
@@ -494,7 +494,7 @@ Search Dataset parts by tags
494494
### HTTP request headers
495495

496496
- **Content-Type**: application/json, application/yaml
497-
- **Accept**: application/json
497+
- **Accept**: application/json, application/yaml
498498

499499
<a name="searchDatasets"></a>
500500
# **searchDatasets**
@@ -523,7 +523,7 @@ Search Datasets by tags
523523
### HTTP request headers
524524

525525
- **Content-Type**: application/json, application/yaml
526-
- **Accept**: application/json
526+
- **Accept**: application/json, application/yaml
527527

528528
<a name="updateDataset"></a>
529529
# **updateDataset**
@@ -611,7 +611,7 @@ Set the Dataset default security
611611
### HTTP request headers
612612

613613
- **Content-Type**: application/json, application/yaml
614-
- **Accept**: application/json
614+
- **Accept**: application/json, application/yaml
615615

616616
<a name="updateDatasetPart"></a>
617617
# **updateDatasetPart**

doc/Models/Runner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
| **runTemplateName** | **String** | the Solution Run Template name associated with this Runner | [optional] [default to null] |
2020
| **additionalData** | [**Map**](AnyType.md) | Free form additional data | [optional] [default to null] |
2121
| **datasets** | [**RunnerDatasets**](RunnerDatasets.md) | definition of datasets used by the runner | [default to null] |
22-
| **runSizing** | [**RunnerResourceSizing**](RunnerResourceSizing.md) | | [optional] [default to null] |
22+
| **runSizing** | [**RunnerResourceSizing**](RunnerResourceSizing.md) | definition of resources needed for the runner run | [optional] [default to null] |
2323
| **parametersValues** | [**List**](RunnerRunTemplateParameterValue.md) | the list of Solution Run Template parameters values | [default to null] |
24-
| **lastRunInfo** | [**LastRunInfo**](LastRunInfo.md) | | [default to null] |
24+
| **lastRunInfo** | [**LastRunInfo**](LastRunInfo.md) | last run info from current runner | [default to null] |
2525
| **validationStatus** | [**RunnerValidationStatus**](RunnerValidationStatus.md) | | [default to null] |
2626
| **security** | [**RunnerSecurity**](RunnerSecurity.md) | | [default to null] |
2727

doc/Models/RunnerCreateRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| **parentId** | **String** | the Runner parent id | [optional] [default to null] |
1111
| **runTemplateId** | **String** | the Solution Run Template Id associated with this Runner | [default to null] |
1212
| **datasetList** | **List** | the list of Dataset Id associated to this Runner Run Template | [optional] [default to []] |
13-
| **runSizing** | [**RunnerResourceSizing**](RunnerResourceSizing.md) | | [optional] [default to null] |
13+
| **runSizing** | [**RunnerResourceSizing**](RunnerResourceSizing.md) | definition of resources needed for the runner run | [optional] [default to null] |
1414
| **parametersValues** | [**List**](RunnerRunTemplateParameterValue.md) | the list of Solution Run Template parameters values | [optional] [default to []] |
1515
| **additionalData** | [**Map**](AnyType.md) | Free form additional data | [optional] [default to null] |
1616
| **solutionName** | **String** | the Solution name | [optional] [default to null] |

doc/Models/RunnerUpdateRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| **tags** | **List** | the list of tags | [optional] [default to null] |
99
| **runTemplateId** | **String** | the Solution Run Template Id associated with this Runner | [optional] [default to null] |
1010
| **datasetList** | **List** | the list of Dataset Id associated to this Runner Run Template | [optional] [default to null] |
11-
| **runSizing** | [**RunnerResourceSizing**](RunnerResourceSizing.md) | | [optional] [default to null] |
11+
| **runSizing** | [**RunnerResourceSizing**](RunnerResourceSizing.md) | definition of resources needed for the runner run | [optional] [default to null] |
1212
| **parametersValues** | [**List**](RunnerRunTemplateParameterValue.md) | the list of Solution Run Template parameters values | [optional] [default to null] |
1313
| **additionalData** | [**Map**](AnyType.md) | Free form additional data | [optional] [default to null] |
1414
| **solutionName** | **String** | the Solution name | [optional] [default to null] |

0 commit comments

Comments
 (0)