Skip to content

Commit 13456d0

Browse files
authored
Merge pull request #3045 from RelationalAI/gk-compute-api-cleanup-sdks
Support cleaned-up /compute API
2 parents 4fb3a3c + bfa0462 commit 13456d0

23 files changed

+262
-292
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
# RaiCloudSdk.ComputeData
1+
# RaiCloudSdk.ComputeInfoProtocol
22

33
## Properties
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **String** | | [optional]
8-
**getEtag** | **String** | | [optional]
97
**accountName** | **String** | | [optional]
10-
**computeId** | **String** | | [optional]
8+
**id** | **String** | | [optional]
119
**createdBy** | **String** | | [optional]
12-
**computeName** | **String** | | [optional]
13-
**computeSize** | **String** | | [optional]
14-
**computeRegion** | **String** | | [optional]
10+
**name** | **String** | | [optional]
11+
**size** | **String** | | [optional]
12+
**region** | **String** | | [optional]
1513
**infrastructure** | **String** | | [optional]
16-
**computeState** | **String** | | [optional]
14+
**state** | **String** | | [optional]
1715
**requestedOn** | **String** | | [optional]
1816
**createdOn** | **String** | | [optional]
1917
**deletedOn** | **String** | | [optional]

docs/CreateComputeRequestProtocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**region** | **String** | | [optional]
8-
**displayName** | **String** | | [optional]
8+
**name** | **String** | | [optional]
99
**size** | **String** | | [optional]
1010
**dryrun** | **Boolean** | | [optional]
1111

docs/CreateComputeResponseProtocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**computeData** | [**ComputeData**](ComputeData.md) | | [optional]
7+
**compute** | [**ComputeInfoProtocol**](ComputeInfoProtocol.md) | | [optional]
88

99

docs/DeleteComputeRequestProtocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**computeName** | **String** | | [optional]
7+
**name** | **String** | | [optional]
88
**dryrun** | **Boolean** | | [optional]
99

1010

docs/DeleteComputeResponseProtocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**deleteStatus** | [**DeleteComputeStatus**](DeleteComputeStatus.md) | | [optional]
7+
**status** | [**DeleteComputeStatus**](DeleteComputeStatus.md) | | [optional]
88

99

docs/DeleteComputeStatus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**computeName** | **String** | | [optional]
8-
**status** | **String** | | [optional]
7+
**name** | **String** | | [optional]
8+
**state** | **String** | | [optional]
99
**message** | **String** | | [optional]
1010

1111

docs/ListComputesResponseProtocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**computeRequestsList** | [**[ComputeData]**](ComputeData.md) | | [optional]
7+
**computes** | [**[ComputeInfoProtocol]**](ComputeInfoProtocol.md) | | [optional]
88

99

src/model/ComputeData.js

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)