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 @@
|
|
|
1
|
+
{"version":3,"file":"cpu-architecture-task-profile-extended-information.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/cpu-architecture-task-profile-extended-information.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,6CAA6C,CA0C7D;AA1CD,WAAiB,6CAA6C;IAC5D,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,0CAA0B,CAAA;QAC1B,0CAA0B,CAAA;QAC1B;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAQvB;IAED,SAAgB,UAAU,CACxB,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mCAAmC,CAAC,UAAU,CACnD,GAAG,CAC8C,CAAC,GACrD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAU,aAczB,CAAA;IACY,kDAAI,GAAG,oDAAoD,CAAC;IACzE,SAAgB,sBAAsB,CACpC,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAC/D,GAAG,CAC8C,CAAC,GACrD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oEAAsB,yBAcrC,CAAA;AACH,CAAC,EA1CgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QA0C7D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
* Details about the CPU shape which was used for the task execution.
|
|
16
|
+
*/
|
|
17
|
+
export interface CpuFleetShapeExecutionDetails extends model.FleetShapeExecutionDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Name of the shape.
|
|
20
|
+
*/
|
|
21
|
+
"shapeName"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Number of OCPUs provided by the shape. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
|
+
*/
|
|
25
|
+
"ocpus"?: number;
|
|
26
|
+
/**
|
|
27
|
+
* Amount of memory in GBs provided by the shape. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
28
|
+
*/
|
|
29
|
+
"memoryInGBs"?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Amount of disk space provided by the shape. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
|
+
*/
|
|
33
|
+
"diskSizeInGBs"?: number;
|
|
34
|
+
"type": string;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace CpuFleetShapeExecutionDetails {
|
|
37
|
+
function getJsonObj(obj: CpuFleetShapeExecutionDetails, isParentJsonObj?: boolean): object;
|
|
38
|
+
const type = "CPU_FLEET_SHAPE_EXECUTION_DETAILS";
|
|
39
|
+
function getDeserializedJsonObj(obj: CpuFleetShapeExecutionDetails, isParentJsonObj?: boolean): object;
|
|
40
|
+
}
|
|
@@ -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.CpuFleetShapeExecutionDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CpuFleetShapeExecutionDetails;
|
|
37
|
+
(function (CpuFleetShapeExecutionDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.FleetShapeExecutionDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
CpuFleetShapeExecutionDetails.getJsonObj = getJsonObj;
|
|
45
|
+
CpuFleetShapeExecutionDetails.type = "CPU_FLEET_SHAPE_EXECUTION_DETAILS";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.FleetShapeExecutionDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CpuFleetShapeExecutionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(CpuFleetShapeExecutionDetails = exports.CpuFleetShapeExecutionDetails || (exports.CpuFleetShapeExecutionDetails = {}));
|
|
54
|
+
//# sourceMappingURL=cpu-fleet-shape-execution-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cpu-fleet-shape-execution-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/cpu-fleet-shape-execution-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,6BAA6B,CA8B7C;AA9BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAmC,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,wCAAU,aAYzB,CAAA;IACY,kCAAI,GAAG,mCAAmC,CAAC;IACxD,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACtD,GAAG,CAC8B,CAAC,GACrC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA8B7C"}
|
|
@@ -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
|
+
* Extended information for the CPU-specific task profile.
|
|
16
|
+
*/
|
|
17
|
+
export interface CpuShapeTaskProfileExtendedInformation extends model.BatchTaskProfileExtendedInformation {
|
|
18
|
+
/**
|
|
19
|
+
* A name of the CPU shape.
|
|
20
|
+
*/
|
|
21
|
+
"shapeName": string;
|
|
22
|
+
"type": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace CpuShapeTaskProfileExtendedInformation {
|
|
25
|
+
function getJsonObj(obj: CpuShapeTaskProfileExtendedInformation, isParentJsonObj?: boolean): object;
|
|
26
|
+
const type = "CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION";
|
|
27
|
+
function getDeserializedJsonObj(obj: CpuShapeTaskProfileExtendedInformation, 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.CpuShapeTaskProfileExtendedInformation = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CpuShapeTaskProfileExtendedInformation;
|
|
37
|
+
(function (CpuShapeTaskProfileExtendedInformation) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.BatchTaskProfileExtendedInformation.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
CpuShapeTaskProfileExtendedInformation.getJsonObj = getJsonObj;
|
|
45
|
+
CpuShapeTaskProfileExtendedInformation.type = "CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.BatchTaskProfileExtendedInformation.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CpuShapeTaskProfileExtendedInformation.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(CpuShapeTaskProfileExtendedInformation = exports.CpuShapeTaskProfileExtendedInformation || (exports.CpuShapeTaskProfileExtendedInformation = {}));
|
|
54
|
+
//# sourceMappingURL=cpu-shape-task-profile-extended-information.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cpu-shape-task-profile-extended-information.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/cpu-shape-task-profile-extended-information.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,sCAAsC,CAgCtD;AAhCD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CACxB,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mCAAmC,CAAC,UAAU,CACnD,GAAG,CACuC,CAAC,GAC9C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iDAAU,aAczB,CAAA;IACY,2CAAI,GAAG,6CAA6C,CAAC;IAClE,SAAgB,sBAAsB,CACpC,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAC/D,GAAG,CACuC,CAAC,GAC9C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAgCtD"}
|
|
@@ -28,7 +28,7 @@ export interface CreateBatchTaskDetails {
|
|
|
28
28
|
*/
|
|
29
29
|
"entitlementClaims"?: Array<string>;
|
|
30
30
|
/**
|
|
31
|
-
* A list of tasks
|
|
31
|
+
* A list of tasks on which this tasks depends, referenced by name. Dependencies must be within the same parent (job or group task). For tasks within a group task, all dependencies must also be within that same group task.
|
|
32
32
|
*/
|
|
33
33
|
"dependencies"?: Array<string>;
|
|
34
34
|
/**
|
|
@@ -48,6 +48,8 @@ var CreateBatchTaskDetails;
|
|
|
48
48
|
switch (obj.type) {
|
|
49
49
|
case "COMPUTE":
|
|
50
50
|
return model.CreateComputeTaskDetails.getJsonObj(jsonObj, true);
|
|
51
|
+
case "GROUP":
|
|
52
|
+
return model.CreateGroupTaskDetails.getJsonObj(jsonObj, true);
|
|
51
53
|
default:
|
|
52
54
|
if (common.LOG.logger)
|
|
53
55
|
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
@@ -68,6 +70,8 @@ var CreateBatchTaskDetails;
|
|
|
68
70
|
switch (obj.type) {
|
|
69
71
|
case "COMPUTE":
|
|
70
72
|
return model.CreateComputeTaskDetails.getDeserializedJsonObj(jsonObj, true);
|
|
73
|
+
case "GROUP":
|
|
74
|
+
return model.CreateGroupTaskDetails.getDeserializedJsonObj(jsonObj, true);
|
|
71
75
|
default:
|
|
72
76
|
if (common.LOG.logger)
|
|
73
77
|
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-batch-task-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/create-batch-task-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA8BtC,IAAiB,sBAAsB,
|
|
1
|
+
{"version":3,"file":"create-batch-task-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/create-batch-task-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA8BtC,IAAiB,sBAAsB,CA6DtC;AA7DD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA7Be,iCAAU,aA6BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA7Be,6CAAsB,yBA6BrC,CAAA;AACH,CAAC,EA7DgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6DtC"}
|
|
@@ -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
|
/**
|
|
14
15
|
* The data to create a batch task profile.
|
|
15
16
|
* If the value for a collection is absent or is explicitly provided as null, it will be converted to an empty value, i.e. \"[]\" or \"{}\" in json notation. This applies to nested collections as well.
|
|
@@ -33,11 +34,16 @@ export interface CreateBatchTaskProfileDetails {
|
|
|
33
34
|
/**
|
|
34
35
|
* The minimum required OCPUs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
35
36
|
*/
|
|
36
|
-
"minOcpus"
|
|
37
|
+
"minOcpus"?: number;
|
|
37
38
|
/**
|
|
38
39
|
* The minimum required memory. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
39
40
|
*/
|
|
40
|
-
"minMemoryInGBs"
|
|
41
|
+
"minMemoryInGBs"?: number;
|
|
42
|
+
/**
|
|
43
|
+
* The minimum required size of disk space in GBs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
44
|
+
*/
|
|
45
|
+
"minDiskSizeInGBs"?: number;
|
|
46
|
+
"extendedInformation"?: model.CreateGpuShapeTaskProfileExtendedInformationDetails | model.CreateCpuShapeTaskProfileExtendedInformationDetails | model.CreateCpuArchitectureTaskProfileExtendedInformationDetails;
|
|
41
47
|
/**
|
|
42
48
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
43
49
|
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
@@ -11,17 +11,45 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
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
|
+
};
|
|
14
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
34
|
exports.CreateBatchTaskProfileDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
16
36
|
var CreateBatchTaskProfileDetails;
|
|
17
37
|
(function (CreateBatchTaskProfileDetails) {
|
|
18
38
|
function getJsonObj(obj) {
|
|
19
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"extendedInformation": obj.extendedInformation
|
|
41
|
+
? model.CreateBatchTaskProfileExtendedInformationDetails.getJsonObj(obj.extendedInformation)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
20
44
|
return jsonObj;
|
|
21
45
|
}
|
|
22
46
|
CreateBatchTaskProfileDetails.getJsonObj = getJsonObj;
|
|
23
47
|
function getDeserializedJsonObj(obj) {
|
|
24
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"extendedInformation": obj.extendedInformation
|
|
50
|
+
? model.CreateBatchTaskProfileExtendedInformationDetails.getDeserializedJsonObj(obj.extendedInformation)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
25
53
|
return jsonObj;
|
|
26
54
|
}
|
|
27
55
|
CreateBatchTaskProfileDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-batch-task-profile-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/create-batch-task-profile-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG
|
|
1
|
+
{"version":3,"file":"create-batch-task-profile-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/create-batch-task-profile-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyDlC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,gDAAgD,CAAC,UAAU,CAC/D,GAAG,CAAC,mBAAmB,CACxB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,gDAAgD,CAAC,sBAAsB,CAC3E,GAAG,CAAC,mBAAmB,CACxB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* Extended information for the task profile.
|
|
15
|
+
*/
|
|
16
|
+
export interface CreateBatchTaskProfileExtendedInformationDetails {
|
|
17
|
+
"type": string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace CreateBatchTaskProfileExtendedInformationDetails {
|
|
20
|
+
function getJsonObj(obj: CreateBatchTaskProfileExtendedInformationDetails): object;
|
|
21
|
+
function getDeserializedJsonObj(obj: CreateBatchTaskProfileExtendedInformationDetails): object;
|
|
22
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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.CreateBatchTaskProfileExtendedInformationDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
37
|
+
var CreateBatchTaskProfileExtendedInformationDetails;
|
|
38
|
+
(function (CreateBatchTaskProfileExtendedInformationDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
if (obj && "type" in obj && obj.type) {
|
|
42
|
+
switch (obj.type) {
|
|
43
|
+
case "GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION":
|
|
44
|
+
return model.CreateGpuShapeTaskProfileExtendedInformationDetails.getJsonObj(jsonObj, true);
|
|
45
|
+
case "CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION":
|
|
46
|
+
return model.CreateCpuShapeTaskProfileExtendedInformationDetails.getJsonObj(jsonObj, true);
|
|
47
|
+
case "CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION":
|
|
48
|
+
return model.CreateCpuArchitectureTaskProfileExtendedInformationDetails.getJsonObj(jsonObj, true);
|
|
49
|
+
default:
|
|
50
|
+
if (common.LOG.logger)
|
|
51
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
CreateBatchTaskProfileExtendedInformationDetails.getJsonObj = getJsonObj;
|
|
57
|
+
function getDeserializedJsonObj(obj) {
|
|
58
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
59
|
+
if (obj && "type" in obj && obj.type) {
|
|
60
|
+
switch (obj.type) {
|
|
61
|
+
case "GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION":
|
|
62
|
+
return model.CreateGpuShapeTaskProfileExtendedInformationDetails.getDeserializedJsonObj(jsonObj, true);
|
|
63
|
+
case "CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION":
|
|
64
|
+
return model.CreateCpuShapeTaskProfileExtendedInformationDetails.getDeserializedJsonObj(jsonObj, true);
|
|
65
|
+
case "CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION":
|
|
66
|
+
return model.CreateCpuArchitectureTaskProfileExtendedInformationDetails.getDeserializedJsonObj(jsonObj, true);
|
|
67
|
+
default:
|
|
68
|
+
if (common.LOG.logger)
|
|
69
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return jsonObj;
|
|
73
|
+
}
|
|
74
|
+
CreateBatchTaskProfileExtendedInformationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
75
|
+
})(CreateBatchTaskProfileExtendedInformationDetails = exports.CreateBatchTaskProfileExtendedInformationDetails || (exports.CreateBatchTaskProfileExtendedInformationDetails = {}));
|
|
76
|
+
//# sourceMappingURL=create-batch-task-profile-extended-information-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-batch-task-profile-extended-information-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/create-batch-task-profile-extended-information-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,gDAAgD,CAuDhE;AAvDD,WAAiB,gDAAgD;IAC/D,SAAgB,UAAU,CAAC,GAAqD;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,6CAA6C;oBAChD,OAAO,KAAK,CAAC,mDAAmD,CAAC,UAAU,CACL,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,6CAA6C;oBAChD,OAAO,KAAK,CAAC,mDAAmD,CAAC,UAAU,CACL,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,oDAAoD;oBACvD,OAAO,KAAK,CAAC,0DAA0D,CAAC,UAAU,CACL,OAAQ,EACnF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,2DAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAqD;QAErD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,6CAA6C;oBAChD,OAAO,KAAK,CAAC,mDAAmD,CAAC,sBAAsB,CACjB,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,6CAA6C;oBAChD,OAAO,KAAK,CAAC,mDAAmD,CAAC,sBAAsB,CACjB,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,oDAAoD;oBACvD,OAAO,KAAK,CAAC,0DAA0D,CAAC,sBAAsB,CACjB,OAAQ,EACnF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,uEAAsB,yBA2BrC,CAAA;AACH,CAAC,EAvDgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAuDhE"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
* Extended information about CPU architecture for the task profile.
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateCpuArchitectureTaskProfileExtendedInformationDetails extends model.CreateBatchTaskProfileExtendedInformationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Type of CPU architecture.
|
|
20
|
+
*/
|
|
21
|
+
"architecture": CreateCpuArchitectureTaskProfileExtendedInformationDetails.Architecture;
|
|
22
|
+
"type": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace CreateCpuArchitectureTaskProfileExtendedInformationDetails {
|
|
25
|
+
enum Architecture {
|
|
26
|
+
GenericX86 = "GENERIC_X86",
|
|
27
|
+
GenericArm = "GENERIC_ARM"
|
|
28
|
+
}
|
|
29
|
+
function getJsonObj(obj: CreateCpuArchitectureTaskProfileExtendedInformationDetails, isParentJsonObj?: boolean): object;
|
|
30
|
+
const type = "CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION";
|
|
31
|
+
function getDeserializedJsonObj(obj: CreateCpuArchitectureTaskProfileExtendedInformationDetails, isParentJsonObj?: boolean): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.CreateCpuArchitectureTaskProfileExtendedInformationDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateCpuArchitectureTaskProfileExtendedInformationDetails;
|
|
37
|
+
(function (CreateCpuArchitectureTaskProfileExtendedInformationDetails) {
|
|
38
|
+
let Architecture;
|
|
39
|
+
(function (Architecture) {
|
|
40
|
+
Architecture["GenericX86"] = "GENERIC_X86";
|
|
41
|
+
Architecture["GenericArm"] = "GENERIC_ARM";
|
|
42
|
+
})(Architecture = CreateCpuArchitectureTaskProfileExtendedInformationDetails.Architecture || (CreateCpuArchitectureTaskProfileExtendedInformationDetails.Architecture = {}));
|
|
43
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
45
|
+
? obj
|
|
46
|
+
: model.CreateBatchTaskProfileExtendedInformationDetails.getJsonObj(obj))), {});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
CreateCpuArchitectureTaskProfileExtendedInformationDetails.getJsonObj = getJsonObj;
|
|
50
|
+
CreateCpuArchitectureTaskProfileExtendedInformationDetails.type = "CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION";
|
|
51
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
53
|
+
? obj
|
|
54
|
+
: model.CreateBatchTaskProfileExtendedInformationDetails.getDeserializedJsonObj(obj))), {});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
CreateCpuArchitectureTaskProfileExtendedInformationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
58
|
+
})(CreateCpuArchitectureTaskProfileExtendedInformationDetails = exports.CreateCpuArchitectureTaskProfileExtendedInformationDetails || (exports.CreateCpuArchitectureTaskProfileExtendedInformationDetails = {}));
|
|
59
|
+
//# sourceMappingURL=create-cpu-architecture-task-profile-extended-information-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-cpu-architecture-task-profile-extended-information-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/create-cpu-architecture-task-profile-extended-information-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,0DAA0D,CAqC1E;AArCD,WAAiB,0DAA0D;IACzE,IAAY,YAGX;IAHD,WAAY,YAAY;QACtB,0CAA0B,CAAA;QAC1B,0CAA0B,CAAA;IAC5B,CAAC,EAHW,YAAY,GAAZ,uEAAY,KAAZ,uEAAY,QAGvB;IAED,SAAgB,UAAU,CACxB,GAA+D,EAC/D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gDAAgD,CAAC,UAAU,CAChE,GAAG,CAC2D,CAAC,GAClE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qEAAU,aAczB,CAAA;IACY,+DAAI,GAAG,oDAAoD,CAAC;IACzE,SAAgB,sBAAsB,CACpC,GAA+D,EAC/D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gDAAgD,CAAC,sBAAsB,CAC5E,GAAG,CAC2D,CAAC,GAClE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iFAAsB,yBAcrC,CAAA;AACH,CAAC,EArCgB,0DAA0D,GAA1D,kEAA0D,KAA1D,kEAA0D,QAqC1E"}
|
|
@@ -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
|
+
* Extended information for the CPU-specific task profile.
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateCpuShapeTaskProfileExtendedInformationDetails extends model.CreateBatchTaskProfileExtendedInformationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* A name of the CPU shape.
|
|
20
|
+
*/
|
|
21
|
+
"shapeName": string;
|
|
22
|
+
"type": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace CreateCpuShapeTaskProfileExtendedInformationDetails {
|
|
25
|
+
function getJsonObj(obj: CreateCpuShapeTaskProfileExtendedInformationDetails, isParentJsonObj?: boolean): object;
|
|
26
|
+
const type = "CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION";
|
|
27
|
+
function getDeserializedJsonObj(obj: CreateCpuShapeTaskProfileExtendedInformationDetails, 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.CreateCpuShapeTaskProfileExtendedInformationDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateCpuShapeTaskProfileExtendedInformationDetails;
|
|
37
|
+
(function (CreateCpuShapeTaskProfileExtendedInformationDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.CreateBatchTaskProfileExtendedInformationDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
CreateCpuShapeTaskProfileExtendedInformationDetails.getJsonObj = getJsonObj;
|
|
45
|
+
CreateCpuShapeTaskProfileExtendedInformationDetails.type = "CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.CreateBatchTaskProfileExtendedInformationDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CreateCpuShapeTaskProfileExtendedInformationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(CreateCpuShapeTaskProfileExtendedInformationDetails = exports.CreateCpuShapeTaskProfileExtendedInformationDetails || (exports.CreateCpuShapeTaskProfileExtendedInformationDetails = {}));
|
|
54
|
+
//# sourceMappingURL=create-cpu-shape-task-profile-extended-information-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-cpu-shape-task-profile-extended-information-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/create-cpu-shape-task-profile-extended-information-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,mDAAmD,CAgCnE;AAhCD,WAAiB,mDAAmD;IAClE,SAAgB,UAAU,CACxB,GAAwD,EACxD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gDAAgD,CAAC,UAAU,CAChE,GAAG,CACoD,CAAC,GAC3D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8DAAU,aAczB,CAAA;IACY,wDAAI,GAAG,6CAA6C,CAAC;IAClE,SAAgB,sBAAsB,CACpC,GAAwD,EACxD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gDAAgD,CAAC,sBAAsB,CAC5E,GAAG,CACoD,CAAC,GAC3D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QAgCnE"}
|