oci-batch 2.129.0 → 2.131.0
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.
- package/lib/client.d.ts +1 -1
- package/lib/client.js +8 -2
- package/lib/client.js.map +1 -1
- package/lib/model/batch-context-summary.d.ts +1 -1
- package/lib/model/batch-context.d.ts +1 -1
- package/lib/model/batch-task-execution-details.d.ts +22 -0
- package/lib/model/batch-task-execution-details.js +68 -0
- package/lib/model/batch-task-execution-details.js.map +1 -0
- package/lib/model/batch-task-hierarchy-view.d.ts +23 -0
- package/lib/model/batch-task-hierarchy-view.js +34 -0
- package/lib/model/batch-task-hierarchy-view.js.map +1 -0
- package/lib/model/batch-task-profile-extended-information.d.ts +22 -0
- package/lib/model/batch-task-profile-extended-information.js +76 -0
- package/lib/model/batch-task-profile-extended-information.js.map +1 -0
- package/lib/model/batch-task-profile-summary.d.ts +6 -0
- package/lib/model/batch-task-profile-summary.js +30 -2
- package/lib/model/batch-task-profile-summary.js.map +1 -1
- package/lib/model/batch-task-profile.d.ts +6 -0
- package/lib/model/batch-task-profile.js +30 -2
- package/lib/model/batch-task-profile.js.map +1 -1
- package/lib/model/batch-task-summary.d.ts +8 -0
- package/lib/model/batch-task-summary.js +4 -0
- package/lib/model/batch-task-summary.js.map +1 -1
- package/lib/model/batch-task.d.ts +9 -1
- package/lib/model/batch-task.js +4 -0
- package/lib/model/batch-task.js.map +1 -1
- package/lib/model/compute-task-execution-details.d.ts +57 -0
- package/lib/model/compute-task-execution-details.js +62 -0
- package/lib/model/compute-task-execution-details.js.map +1 -0
- package/lib/model/compute-task.d.ts +4 -0
- package/lib/model/compute-task.js +10 -0
- package/lib/model/compute-task.js.map +1 -1
- package/lib/model/cpu-architecture-task-profile-extended-information.d.ts +37 -0
- package/lib/model/cpu-architecture-task-profile-extended-information.js +64 -0
- package/lib/model/cpu-architecture-task-profile-extended-information.js.map +1 -0
- package/lib/model/cpu-fleet-shape-execution-details.d.ts +40 -0
- package/lib/model/cpu-fleet-shape-execution-details.js +54 -0
- package/lib/model/cpu-fleet-shape-execution-details.js.map +1 -0
- package/lib/model/cpu-shape-task-profile-extended-information.d.ts +28 -0
- package/lib/model/cpu-shape-task-profile-extended-information.js +54 -0
- package/lib/model/cpu-shape-task-profile-extended-information.js.map +1 -0
- package/lib/model/create-batch-task-details.d.ts +1 -1
- package/lib/model/create-batch-task-details.js +4 -0
- package/lib/model/create-batch-task-details.js.map +1 -1
- package/lib/model/create-batch-task-profile-details.d.ts +8 -2
- package/lib/model/create-batch-task-profile-details.js +30 -2
- package/lib/model/create-batch-task-profile-details.js.map +1 -1
- package/lib/model/create-batch-task-profile-extended-information-details.d.ts +22 -0
- package/lib/model/create-batch-task-profile-extended-information-details.js +76 -0
- package/lib/model/create-batch-task-profile-extended-information-details.js.map +1 -0
- package/lib/model/create-cpu-architecture-task-profile-extended-information-details.d.ts +32 -0
- package/lib/model/create-cpu-architecture-task-profile-extended-information-details.js +59 -0
- package/lib/model/create-cpu-architecture-task-profile-extended-information-details.js.map +1 -0
- package/lib/model/create-cpu-shape-task-profile-extended-information-details.d.ts +28 -0
- package/lib/model/create-cpu-shape-task-profile-extended-information-details.js +54 -0
- package/lib/model/create-cpu-shape-task-profile-extended-information-details.js.map +1 -0
- package/lib/model/create-fixed-gpu-fleet-shape-details.d.ts +32 -0
- package/lib/model/create-fixed-gpu-fleet-shape-details.js +54 -0
- package/lib/model/create-fixed-gpu-fleet-shape-details.js.map +1 -0
- package/lib/model/create-fleet-details.js +4 -0
- package/lib/model/create-fleet-details.js.map +1 -1
- package/lib/model/create-gpu-fleet-shape-details.d.ts +22 -0
- package/lib/model/create-gpu-fleet-shape-details.js +68 -0
- package/lib/model/create-gpu-fleet-shape-details.js.map +1 -0
- package/lib/model/create-gpu-shape-task-profile-extended-information-details.d.ts +28 -0
- package/lib/model/create-gpu-shape-task-profile-extended-information-details.js +54 -0
- package/lib/model/create-gpu-shape-task-profile-extended-information-details.js.map +1 -0
- package/lib/model/create-group-task-details.d.ts +28 -0
- package/lib/model/create-group-task-details.js +66 -0
- package/lib/model/create-group-task-details.js.map +1 -0
- package/lib/model/create-service-managed-gpu-fleet-details.d.ts +33 -0
- package/lib/model/create-service-managed-gpu-fleet-details.js +60 -0
- package/lib/model/create-service-managed-gpu-fleet-details.js.map +1 -0
- package/lib/model/fixed-gpu-fleet-shape.d.ts +32 -0
- package/lib/model/fixed-gpu-fleet-shape.js +52 -0
- package/lib/model/fixed-gpu-fleet-shape.js.map +1 -0
- package/lib/model/fleet-shape-execution-details.d.ts +22 -0
- package/lib/model/fleet-shape-execution-details.js +72 -0
- package/lib/model/fleet-shape-execution-details.js.map +1 -0
- package/lib/model/fleet-shape.d.ts +6 -2
- package/lib/model/fleet-shape.js.map +1 -1
- package/lib/model/fleet.js +4 -0
- package/lib/model/fleet.js.map +1 -1
- package/lib/model/gpu-fleet-shape-execution-details.d.ts +44 -0
- package/lib/model/gpu-fleet-shape-execution-details.js +54 -0
- package/lib/model/gpu-fleet-shape-execution-details.js.map +1 -0
- package/lib/model/gpu-fleet-shape.d.ts +22 -0
- package/lib/model/gpu-fleet-shape.js +68 -0
- package/lib/model/gpu-fleet-shape.js.map +1 -0
- package/lib/model/gpu-shape-task-profile-extended-information.d.ts +28 -0
- package/lib/model/gpu-shape-task-profile-extended-information.js +54 -0
- package/lib/model/gpu-shape-task-profile-extended-information.js.map +1 -0
- package/lib/model/group-task-summary.d.ts +28 -0
- package/lib/model/group-task-summary.js +52 -0
- package/lib/model/group-task-summary.js.map +1 -0
- package/lib/model/group-task.d.ts +28 -0
- package/lib/model/group-task.js +50 -0
- package/lib/model/group-task.js.map +1 -0
- package/lib/model/index.d.ts +52 -0
- package/lib/model/index.js +55 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/logging-configuration.d.ts +1 -1
- package/lib/model/oci-logging-configuration.d.ts +4 -0
- package/lib/model/oci-logging-configuration.js.map +1 -1
- package/lib/model/service-managed-fleet.d.ts +1 -1
- package/lib/model/service-managed-gpu-fleet.d.ts +41 -0
- package/lib/model/service-managed-gpu-fleet.js +56 -0
- package/lib/model/service-managed-gpu-fleet.js.map +1 -0
- package/lib/model/shape-type.d.ts +23 -0
- package/lib/model/shape-type.js +34 -0
- package/lib/model/shape-type.js.map +1 -0
- package/lib/model/update-batch-context-details.d.ts +1 -0
- package/lib/model/update-batch-context-details.js +6 -0
- package/lib/model/update-batch-context-details.js.map +1 -1
- package/lib/model/update-logging-configuration-details.d.ts +22 -0
- package/lib/model/update-logging-configuration-details.js +68 -0
- package/lib/model/update-logging-configuration-details.js.map +1 -0
- package/lib/model/update-oci-logging-configuration.d.ts +28 -0
- package/lib/model/update-oci-logging-configuration.js +54 -0
- package/lib/model/update-oci-logging-configuration.js.map +1 -0
- package/lib/request/get-batch-task-request.d.ts +1 -1
- package/lib/request/list-batch-context-shapes-request.d.ts +5 -0
- package/lib/request/list-batch-job-tasks-request.d.ts +17 -1
- package/lib/request/list-batch-tasks-request.d.ts +5 -1
- package/package.json +3 -3
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Batch API
|
|
3
|
+
* Use the Batch Control Plane API to encapsulate and manage all aspects of computationally intensive jobs.
|
|
4
|
+
* OpenAPI spec version: 20251031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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 * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The data to update logging configuration for OCI Logging service.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateOciLoggingConfiguration extends model.UpdateLoggingConfigurationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* A switch to enable or disable propagation of job and task events to the customer's logs in OCI logging service.
|
|
20
|
+
*/
|
|
21
|
+
"isJobTaskEventsPropagationEnabled": boolean;
|
|
22
|
+
"type": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace UpdateOciLoggingConfiguration {
|
|
25
|
+
function getJsonObj(obj: UpdateOciLoggingConfiguration, isParentJsonObj?: boolean): object;
|
|
26
|
+
const type = "OCI_LOGGING";
|
|
27
|
+
function getDeserializedJsonObj(obj: UpdateOciLoggingConfiguration, isParentJsonObj?: boolean): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Batch API
|
|
4
|
+
* Use the Batch Control Plane API to encapsulate and manage all aspects of computationally intensive jobs.
|
|
5
|
+
* OpenAPI spec version: 20251031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.UpdateOciLoggingConfiguration = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateOciLoggingConfiguration;
|
|
37
|
+
(function (UpdateOciLoggingConfiguration) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.UpdateLoggingConfigurationDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
UpdateOciLoggingConfiguration.getJsonObj = getJsonObj;
|
|
45
|
+
UpdateOciLoggingConfiguration.type = "OCI_LOGGING";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.UpdateLoggingConfigurationDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
UpdateOciLoggingConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(UpdateOciLoggingConfiguration = exports.UpdateOciLoggingConfiguration || (exports.UpdateOciLoggingConfiguration = {}));
|
|
54
|
+
//# sourceMappingURL=update-oci-logging-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-oci-logging-configuration.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/update-oci-logging-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,6BAA6B,CAgC7C;AAhCD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACjD,GAAG,CAC8B,CAAC,GACrC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wCAAU,aAczB,CAAA;IACY,kCAAI,GAAG,aAAa,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC7D,GAAG,CAC8B,CAAC,GACrC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oDAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAgC7C"}
|
|
@@ -20,7 +20,7 @@ export interface GetBatchTaskRequest extends common.BaseRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
"batchJobId": string;
|
|
22
22
|
/**
|
|
23
|
-
* The name of the batch task.
|
|
23
|
+
* The hierarchical name of the batch task. Mutually exclusive with the task id query parameter: you can't pass both.
|
|
24
24
|
*/
|
|
25
25
|
"taskName": string;
|
|
26
26
|
/**
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
+
import * as model from "../model";
|
|
13
14
|
import common = require("oci-common");
|
|
14
15
|
/**
|
|
15
16
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListBatchContextShapes.ts.html |here} to see how to use ListBatchContextShapesRequest.
|
|
@@ -37,6 +38,10 @@ export interface ListBatchContextShapesRequest extends common.BaseRequest {
|
|
|
37
38
|
*
|
|
38
39
|
*/
|
|
39
40
|
"page"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The type of a shape.
|
|
43
|
+
*/
|
|
44
|
+
"shapeType"?: model.ShapeType;
|
|
40
45
|
/**
|
|
41
46
|
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
42
47
|
* Oracle about a particular request, please provide the request ID.
|
|
@@ -27,9 +27,25 @@ export interface ListBatchJobTasksRequest extends common.BaseRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
"lifecycleState"?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The name of the task.
|
|
30
|
+
* The hierarchical name of the batch task. Mutually exclusive with the task id query parameter: you can't pass both.
|
|
31
31
|
*/
|
|
32
32
|
"name"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The UUID of the batch task. Mutually exclusive with the task name and group task name query parameters: you can't pass both.
|
|
35
|
+
*/
|
|
36
|
+
"taskId"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Hierarchical name of the group task. A filter to return only tasks contained within the selected group task. Omit to return top-level tasks only. Can be combined with task name query parameter, in which case task name becomes a hierarchical name relative to the selected group task, e.g. ?groupTaskName=A.B&taskName=C.D is equal to ?taskName=A.B.C.D. Mutually exclusive with the task id query parameter: you can't pass both.
|
|
39
|
+
*/
|
|
40
|
+
"groupTaskName"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Filter tasks by type. Valid values are: COMPUTE, GROUP.
|
|
43
|
+
*/
|
|
44
|
+
"type"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Defines the hierarchical scope of the tasks to be returned. When set to SHALLOW, which is default, only tasks contained directly (non-recursively) within current hierarchy entry are returned. When set to DEEP, tasks contained within current hierarchy entry and all its descendants recursively are returned. The default hierarchy entry is root, i.e. batch job itself. To use a different hierarchy entry, provide the group task name as a query parameter. The specified group task becomes the entry point instead of the batch job.
|
|
47
|
+
*/
|
|
48
|
+
"hierarchyView"?: model.BatchTaskHierarchyView;
|
|
33
49
|
/**
|
|
34
50
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
35
51
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
@@ -31,9 +31,13 @@ export interface ListBatchTasksRequest extends common.BaseRequest {
|
|
|
31
31
|
*/
|
|
32
32
|
"lifecycleState"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* The name of the task.
|
|
34
|
+
* The hierarchical name of the batch task. Mutually exclusive with the task id query parameter: you can't pass both.
|
|
35
35
|
*/
|
|
36
36
|
"name"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The UUID of the batch task. Mutually exclusive with the task name and group task name query parameters: you can't pass both.
|
|
39
|
+
*/
|
|
40
|
+
"taskId"?: string;
|
|
37
41
|
/**
|
|
38
42
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
39
43
|
* paginated \"List\" call. For important details about how pagination works, see
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-batch",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.131.0",
|
|
4
4
|
"description": "OCI NodeJS client for Batch Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.131.0",
|
|
19
|
+
"oci-workrequests": "2.131.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|