oci-aidataplatform 2.117.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/aidataplatform-waiter.d.ts +36 -0
  9. package/lib/aidataplatform-waiter.js +76 -0
  10. package/lib/aidataplatform-waiter.js.map +1 -0
  11. package/lib/client.d.ts +204 -0
  12. package/lib/client.js +947 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/ai-data-platform-collection.d.ts +26 -0
  18. package/lib/model/ai-data-platform-collection.js +61 -0
  19. package/lib/model/ai-data-platform-collection.js.map +1 -0
  20. package/lib/model/ai-data-platform-summary.d.ts +102 -0
  21. package/lib/model/ai-data-platform-summary.js +29 -0
  22. package/lib/model/ai-data-platform-summary.js.map +1 -0
  23. package/lib/model/ai-data-platform.d.ts +124 -0
  24. package/lib/model/ai-data-platform.js +43 -0
  25. package/lib/model/ai-data-platform.js.map +1 -0
  26. package/lib/model/change-ai-data-platform-compartment-details.d.ts +26 -0
  27. package/lib/model/change-ai-data-platform-compartment-details.js +29 -0
  28. package/lib/model/change-ai-data-platform-compartment-details.js.map +1 -0
  29. package/lib/model/create-ai-data-platform-details.d.ts +71 -0
  30. package/lib/model/create-ai-data-platform-details.js +29 -0
  31. package/lib/model/create-ai-data-platform-details.js.map +1 -0
  32. package/lib/model/index.d.ts +50 -0
  33. package/lib/model/index.js +73 -0
  34. package/lib/model/index.js.map +1 -0
  35. package/lib/model/operation-status.d.ts +34 -0
  36. package/lib/model/operation-status.js +45 -0
  37. package/lib/model/operation-status.js.map +1 -0
  38. package/lib/model/operation-type.d.ts +34 -0
  39. package/lib/model/operation-type.js +45 -0
  40. package/lib/model/operation-type.js.map +1 -0
  41. package/lib/model/sort-order.d.ts +30 -0
  42. package/lib/model/sort-order.js +41 -0
  43. package/lib/model/sort-order.js.map +1 -0
  44. package/lib/model/update-ai-data-platform-details.d.ts +62 -0
  45. package/lib/model/update-ai-data-platform-details.js +29 -0
  46. package/lib/model/update-ai-data-platform-details.js.map +1 -0
  47. package/lib/model/work-request-error-collection.d.ts +26 -0
  48. package/lib/model/work-request-error-collection.js +61 -0
  49. package/lib/model/work-request-error-collection.js.map +1 -0
  50. package/lib/model/work-request-error.d.ts +37 -0
  51. package/lib/model/work-request-error.js +29 -0
  52. package/lib/model/work-request-error.js.map +1 -0
  53. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  54. package/lib/model/work-request-log-entry-collection.js +61 -0
  55. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  56. package/lib/model/work-request-log-entry.d.ts +31 -0
  57. package/lib/model/work-request-log-entry.js +29 -0
  58. package/lib/model/work-request-log-entry.js.map +1 -0
  59. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  60. package/lib/model/work-request-resource-metadata-key.js +38 -0
  61. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  62. package/lib/model/work-request-resource.d.ts +48 -0
  63. package/lib/model/work-request-resource.js +29 -0
  64. package/lib/model/work-request-resource.js.map +1 -0
  65. package/lib/model/work-request-summary-collection.d.ts +26 -0
  66. package/lib/model/work-request-summary-collection.js +61 -0
  67. package/lib/model/work-request-summary-collection.js.map +1 -0
  68. package/lib/model/work-request-summary.d.ts +73 -0
  69. package/lib/model/work-request-summary.js +61 -0
  70. package/lib/model/work-request-summary.js.map +1 -0
  71. package/lib/model/work-request.d.ts +76 -0
  72. package/lib/model/work-request.js +61 -0
  73. package/lib/model/work-request.js.map +1 -0
  74. package/lib/request/cancel-work-request-request.d.ts +38 -0
  75. package/lib/request/cancel-work-request-request.js +15 -0
  76. package/lib/request/cancel-work-request-request.js.map +1 -0
  77. package/lib/request/change-ai-data-platform-compartment-request.d.ts +43 -0
  78. package/lib/request/change-ai-data-platform-compartment-request.js +15 -0
  79. package/lib/request/change-ai-data-platform-compartment-request.js.map +1 -0
  80. package/lib/request/create-ai-data-platform-request.d.ts +40 -0
  81. package/lib/request/create-ai-data-platform-request.js +15 -0
  82. package/lib/request/create-ai-data-platform-request.js.map +1 -0
  83. package/lib/request/delete-ai-data-platform-request.d.ts +42 -0
  84. package/lib/request/delete-ai-data-platform-request.js +15 -0
  85. package/lib/request/delete-ai-data-platform-request.js.map +1 -0
  86. package/lib/request/get-ai-data-platform-request.d.ts +30 -0
  87. package/lib/request/get-ai-data-platform-request.js +15 -0
  88. package/lib/request/get-ai-data-platform-request.js.map +1 -0
  89. package/lib/request/get-work-request-request.d.ts +30 -0
  90. package/lib/request/get-work-request-request.js +15 -0
  91. package/lib/request/get-work-request-request.js.map +1 -0
  92. package/lib/request/index.d.ts +34 -0
  93. package/lib/request/index.js +43 -0
  94. package/lib/request/index.js.map +1 -0
  95. package/lib/request/list-ai-data-platforms-request.d.ts +85 -0
  96. package/lib/request/list-ai-data-platforms-request.js +24 -0
  97. package/lib/request/list-ai-data-platforms-request.js.map +1 -0
  98. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  99. package/lib/request/list-work-request-errors-request.js +23 -0
  100. package/lib/request/list-work-request-errors-request.js.map +1 -0
  101. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  102. package/lib/request/list-work-request-logs-request.js +23 -0
  103. package/lib/request/list-work-request-logs-request.js.map +1 -0
  104. package/lib/request/list-work-requests-request.d.ts +71 -0
  105. package/lib/request/list-work-requests-request.js +23 -0
  106. package/lib/request/list-work-requests-request.js.map +1 -0
  107. package/lib/request/update-ai-data-platform-request.d.ts +43 -0
  108. package/lib/request/update-ai-data-platform-request.js +15 -0
  109. package/lib/request/update-ai-data-platform-request.js.map +1 -0
  110. package/lib/response/cancel-work-request-response.d.ts +20 -0
  111. package/lib/response/cancel-work-request-response.js +15 -0
  112. package/lib/response/cancel-work-request-response.js.map +1 -0
  113. package/lib/response/change-ai-data-platform-compartment-response.d.ts +26 -0
  114. package/lib/response/change-ai-data-platform-compartment-response.js +15 -0
  115. package/lib/response/change-ai-data-platform-compartment-response.js.map +1 -0
  116. package/lib/response/create-ai-data-platform-response.d.ts +44 -0
  117. package/lib/response/create-ai-data-platform-response.js +15 -0
  118. package/lib/response/create-ai-data-platform-response.js.map +1 -0
  119. package/lib/response/delete-ai-data-platform-response.d.ts +26 -0
  120. package/lib/response/delete-ai-data-platform-response.js +15 -0
  121. package/lib/response/delete-ai-data-platform-response.js.map +1 -0
  122. package/lib/response/get-ai-data-platform-response.d.ts +30 -0
  123. package/lib/response/get-ai-data-platform-response.js +15 -0
  124. package/lib/response/get-ai-data-platform-response.js.map +1 -0
  125. package/lib/response/get-work-request-response.d.ts +34 -0
  126. package/lib/response/get-work-request-response.js +15 -0
  127. package/lib/response/get-work-request-response.js.map +1 -0
  128. package/lib/response/index.d.ts +34 -0
  129. package/lib/response/index.js +15 -0
  130. package/lib/response/index.js.map +1 -0
  131. package/lib/response/list-ai-data-platforms-response.d.ts +31 -0
  132. package/lib/response/list-ai-data-platforms-response.js +15 -0
  133. package/lib/response/list-ai-data-platforms-response.js.map +1 -0
  134. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  135. package/lib/response/list-work-request-errors-response.js +15 -0
  136. package/lib/response/list-work-request-errors-response.js.map +1 -0
  137. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  138. package/lib/response/list-work-request-logs-response.js +15 -0
  139. package/lib/response/list-work-request-logs-response.js.map +1 -0
  140. package/lib/response/list-work-requests-response.d.ts +31 -0
  141. package/lib/response/list-work-requests-response.js +15 -0
  142. package/lib/response/list-work-requests-response.js.map +1 -0
  143. package/lib/response/update-ai-data-platform-response.d.ts +26 -0
  144. package/lib/response/update-ai-data-platform-response.js +15 -0
  145. package/lib/response/update-ai-data-platform-response.js.map +1 -0
  146. package/package.json +29 -0
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ /**
3
+ * AiDataPlatform Control Plane API
4
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
5
+ * OpenAPI spec version: 20240831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
34
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
35
+ return new (P || (P = Promise))(function (resolve, reject) {
36
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
37
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
38
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
39
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
40
+ });
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.AiDataPlatformWaiter = void 0;
44
+ const models = __importStar(require("./model"));
45
+ const oci_common_1 = require("oci-common");
46
+ class AiDataPlatformWaiter {
47
+ constructor(client, config) {
48
+ this.client = client;
49
+ this.config = config;
50
+ }
51
+ /**
52
+ * Waits forAiDataPlatform till it reaches any of the provided states
53
+ *
54
+ * @param request the request to send
55
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
56
+ * @return response returns GetAiDataPlatformResponse | null (null in case of 404 response)
57
+ */
58
+ forAiDataPlatform(request, ...targetStates) {
59
+ return __awaiter(this, void 0, void 0, function* () {
60
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getAiDataPlatform(request), response => targetStates.includes(response.aiDataPlatform.lifecycleState), targetStates.includes(models.AiDataPlatform.LifecycleState.Deleted));
61
+ });
62
+ }
63
+ /**
64
+ * Waits forWorkRequest
65
+ *
66
+ * @param request the request to send
67
+ * @return response returns GetWorkRequestResponse
68
+ */
69
+ forWorkRequest(request) {
70
+ return __awaiter(this, void 0, void 0, function* () {
71
+ return oci_common_1.genericWaiter(this.config, () => this.client.getWorkRequest(request), response => (response.workRequest.timeFinished ? true : false));
72
+ });
73
+ }
74
+ }
75
+ exports.AiDataPlatformWaiter = AiDataPlatformWaiter;
76
+ //# sourceMappingURL=aidataplatform-waiter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aidataplatform-waiter.js","sourceRoot":"","sources":["../../../../lib/aidataplatform/lib/aidataplatform-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,oBAAoB;IAC/B,YACU,MAA4B,EACnB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAsB;QACnB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,iBAAiB,CAC5B,OAAiD,EACjD,GAAG,YAAoD;;YAEvD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAe,CAAC,EAC1E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,OAAO,CAAC,CACpE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AAxCD,oDAwCC"}
@@ -0,0 +1,204 @@
1
+ /**
2
+ * AiDataPlatform Control Plane API
3
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
4
+ * OpenAPI spec version: 20240831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ import * as requests from "./request";
15
+ import * as responses from "./response";
16
+ import { AiDataPlatformWaiter } from "./aidataplatform-waiter";
17
+ declare const Breaker: any;
18
+ export declare enum AiDataPlatformApiKeys {
19
+ }
20
+ /**
21
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
22
+ */
23
+ export declare class AiDataPlatformClient {
24
+ protected static serviceEndpointTemplate: string;
25
+ protected static endpointServiceName: string;
26
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
27
+ protected "_endpoint": string;
28
+ protected "_defaultHeaders": any;
29
+ protected "_waiters": AiDataPlatformWaiter;
30
+ protected "_clientConfiguration": common.ClientConfiguration;
31
+ protected _circuitBreaker: typeof Breaker | null;
32
+ protected _httpOptions: any;
33
+ protected _bodyDuplexMode: any;
34
+ targetService: string;
35
+ protected _regionId: string;
36
+ protected "_region": common.Region;
37
+ protected _lastSetRegionOrRegionId: string;
38
+ protected _httpClient: common.HttpClient;
39
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
40
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
41
+ /**
42
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
43
+ */
44
+ get endpoint(): string;
45
+ /**
46
+ * Sets the endpoint to call (ex, https://www.example.com).
47
+ * @param endpoint The endpoint of the service.
48
+ */
49
+ set endpoint(endpoint: string);
50
+ get logger(): import("oci-common/lib/log").Logger;
51
+ /**
52
+ * Determines whether realm specific endpoint should be used or not.
53
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
54
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
55
+ */
56
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
57
+ /**
58
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
59
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
60
+ * @param region The region of the service.
61
+ */
62
+ set region(region: common.Region);
63
+ /**
64
+ * Sets the regionId to call (ex, 'us-phoenix-1').
65
+ *
66
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
67
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
68
+ * and then call {@link #endpoint(String) endpoint}.
69
+ * @param regionId The public region ID.
70
+ */
71
+ set regionId(regionId: string);
72
+ /**
73
+ * Creates a new AiDataPlatformWaiter for resources for this service.
74
+ *
75
+ * @param config The waiter configuration for termination and delay strategy
76
+ * @return The service waiters.
77
+ */
78
+ createWaiters(config?: common.WaiterConfiguration): AiDataPlatformWaiter;
79
+ /**
80
+ * Gets the waiters available for resources for this service.
81
+ *
82
+ * @return The service waiters.
83
+ */
84
+ getWaiters(): AiDataPlatformWaiter;
85
+ /**
86
+ * Shutdown the circuit breaker used by the client when it is no longer needed
87
+ */
88
+ shutdownCircuitBreaker(): void;
89
+ /**
90
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
91
+ */
92
+ closeProvider(): void;
93
+ /**
94
+ * Close the client once it is no longer needed
95
+ */
96
+ close(): void;
97
+ /**
98
+ * Cancels a work request.
99
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
100
+ * @param CancelWorkRequestRequest
101
+ * @return CancelWorkRequestResponse
102
+ * @throws OciError when an error occurs
103
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
104
+ */
105
+ cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
106
+ /**
107
+ * Moves a AiDataPlatform into a different compartment within the same tenancy. For information about moving resources between
108
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
109
+ *
110
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
111
+ * @param ChangeAiDataPlatformCompartmentRequest
112
+ * @return ChangeAiDataPlatformCompartmentResponse
113
+ * @throws OciError when an error occurs
114
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/ChangeAiDataPlatformCompartment.ts.html |here} to see how to use ChangeAiDataPlatformCompartment API.
115
+ */
116
+ changeAiDataPlatformCompartment(changeAiDataPlatformCompartmentRequest: requests.ChangeAiDataPlatformCompartmentRequest): Promise<responses.ChangeAiDataPlatformCompartmentResponse>;
117
+ /**
118
+ * Creates a AiDataPlatform.
119
+ *
120
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
121
+ * @param CreateAiDataPlatformRequest
122
+ * @return CreateAiDataPlatformResponse
123
+ * @throws OciError when an error occurs
124
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/CreateAiDataPlatform.ts.html |here} to see how to use CreateAiDataPlatform API.
125
+ */
126
+ createAiDataPlatform(createAiDataPlatformRequest: requests.CreateAiDataPlatformRequest): Promise<responses.CreateAiDataPlatformResponse>;
127
+ /**
128
+ * Deletes a AiDataPlatform.
129
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
130
+ * @param DeleteAiDataPlatformRequest
131
+ * @return DeleteAiDataPlatformResponse
132
+ * @throws OciError when an error occurs
133
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/DeleteAiDataPlatform.ts.html |here} to see how to use DeleteAiDataPlatform API.
134
+ */
135
+ deleteAiDataPlatform(deleteAiDataPlatformRequest: requests.DeleteAiDataPlatformRequest): Promise<responses.DeleteAiDataPlatformResponse>;
136
+ /**
137
+ * Gets information about a AiDataPlatform.
138
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
139
+ * @param GetAiDataPlatformRequest
140
+ * @return GetAiDataPlatformResponse
141
+ * @throws OciError when an error occurs
142
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/GetAiDataPlatform.ts.html |here} to see how to use GetAiDataPlatform API.
143
+ */
144
+ getAiDataPlatform(getAiDataPlatformRequest: requests.GetAiDataPlatformRequest): Promise<responses.GetAiDataPlatformResponse>;
145
+ /**
146
+ * Gets the details of a work request.
147
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
148
+ * @param GetWorkRequestRequest
149
+ * @return GetWorkRequestResponse
150
+ * @throws OciError when an error occurs
151
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
152
+ */
153
+ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
154
+ /**
155
+ * Gets a list of AiDataPlatforms.
156
+ *
157
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
158
+ * @param ListAiDataPlatformsRequest
159
+ * @return ListAiDataPlatformsResponse
160
+ * @throws OciError when an error occurs
161
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/ListAiDataPlatforms.ts.html |here} to see how to use ListAiDataPlatforms API.
162
+ */
163
+ listAiDataPlatforms(listAiDataPlatformsRequest: requests.ListAiDataPlatformsRequest): Promise<responses.ListAiDataPlatformsResponse>;
164
+ /**
165
+ * Lists the errors for a work request.
166
+ *
167
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
168
+ * @param ListWorkRequestErrorsRequest
169
+ * @return ListWorkRequestErrorsResponse
170
+ * @throws OciError when an error occurs
171
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
172
+ */
173
+ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
174
+ /**
175
+ * Lists the logs for a work request.
176
+ *
177
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
178
+ * @param ListWorkRequestLogsRequest
179
+ * @return ListWorkRequestLogsResponse
180
+ * @throws OciError when an error occurs
181
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
182
+ */
183
+ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
184
+ /**
185
+ * Lists the work requests in a compartment.
186
+ *
187
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
188
+ * @param ListWorkRequestsRequest
189
+ * @return ListWorkRequestsResponse
190
+ * @throws OciError when an error occurs
191
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
192
+ */
193
+ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
194
+ /**
195
+ * Updates a AiDataPlatform.
196
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
197
+ * @param UpdateAiDataPlatformRequest
198
+ * @return UpdateAiDataPlatformResponse
199
+ * @throws OciError when an error occurs
200
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidataplatform/UpdateAiDataPlatform.ts.html |here} to see how to use UpdateAiDataPlatform API.
201
+ */
202
+ updateAiDataPlatform(updateAiDataPlatformRequest: requests.UpdateAiDataPlatformRequest): Promise<responses.UpdateAiDataPlatformResponse>;
203
+ }
204
+ export {};