Skip to content

Commit 4fb3a3c

Browse files
authored
Merge pull request #3040 from RelationalAI/gk-compute-filtering-sdks
Add support for compute filtering
2 parents 7d3b4a9 + bf33f40 commit 4fb3a3c

14 files changed

+28
-28
lines changed

src/model/ComputeData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The ComputeData model module.
1818
* @module model/ComputeData
19-
* @version 1.1.0
19+
* @version 1.1.1
2020
*/
2121
class ComputeData {
2222
/**

src/model/CreateComputeRequestProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The CreateComputeRequestProtocol model module.
1818
* @module model/CreateComputeRequestProtocol
19-
* @version 1.1.0
19+
* @version 1.1.1
2020
*/
2121
class CreateComputeRequestProtocol {
2222
/**

src/model/CreateComputeResponseProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ import ComputeData from './ComputeData';
1717
/**
1818
* The CreateComputeResponseProtocol model module.
1919
* @module model/CreateComputeResponseProtocol
20-
* @version 1.1.0
20+
* @version 1.1.1
2121
*/
2222
class CreateComputeResponseProtocol {
2323
/**

src/model/CreateUserRequestProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The CreateUserRequestProtocol model module.
1818
* @module model/CreateUserRequestProtocol
19-
* @version 1.1.0
19+
* @version 1.1.1
2020
*/
2121
class CreateUserRequestProtocol {
2222
/**

src/model/CreateUserResponseProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ import UserInfoProtocol from './UserInfoProtocol';
1717
/**
1818
* The CreateUserResponseProtocol model module.
1919
* @module model/CreateUserResponseProtocol
20-
* @version 1.1.0
20+
* @version 1.1.1
2121
*/
2222
class CreateUserResponseProtocol {
2323
/**

src/model/DatabaseInfo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The DatabaseInfo model module.
1818
* @module model/DatabaseInfo
19-
* @version 1.1.0
19+
* @version 1.1.1
2020
*/
2121
class DatabaseInfo {
2222
/**

src/model/DeleteComputeRequestProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The DeleteComputeRequestProtocol model module.
1818
* @module model/DeleteComputeRequestProtocol
19-
* @version 1.1.0
19+
* @version 1.1.1
2020
*/
2121
class DeleteComputeRequestProtocol {
2222
/**

src/model/DeleteComputeResponseProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ import DeleteComputeStatus from './DeleteComputeStatus';
1717
/**
1818
* The DeleteComputeResponseProtocol model module.
1919
* @module model/DeleteComputeResponseProtocol
20-
* @version 1.1.0
20+
* @version 1.1.1
2121
*/
2222
class DeleteComputeResponseProtocol {
2323
/**

src/model/DeleteComputeStatus.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The DeleteComputeStatus model module.
1818
* @module model/DeleteComputeStatus
19-
* @version 1.1.0
19+
* @version 1.1.1
2020
*/
2121
class DeleteComputeStatus {
2222
/**

src/model/ListComputesResponseProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.1.0
5+
* The version of the OpenAPI document: 1.1.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ import ComputeData from './ComputeData';
1717
/**
1818
* The ListComputesResponseProtocol model module.
1919
* @module model/ListComputesResponseProtocol
20-
* @version 1.1.0
20+
* @version 1.1.1
2121
*/
2222
class ListComputesResponseProtocol {
2323
/**

0 commit comments

Comments
 (0)