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
package/lib/model/index.d.ts
CHANGED
|
@@ -46,10 +46,16 @@ import * as BatchTaskEnvironmentSummary from "./batch-task-environment-summary";
|
|
|
46
46
|
export import BatchTaskEnvironmentSummary = BatchTaskEnvironmentSummary.BatchTaskEnvironmentSummary;
|
|
47
47
|
import * as BatchTaskEnvironmentVolume from "./batch-task-environment-volume";
|
|
48
48
|
export import BatchTaskEnvironmentVolume = BatchTaskEnvironmentVolume.BatchTaskEnvironmentVolume;
|
|
49
|
+
import * as BatchTaskExecutionDetails from "./batch-task-execution-details";
|
|
50
|
+
export import BatchTaskExecutionDetails = BatchTaskExecutionDetails.BatchTaskExecutionDetails;
|
|
51
|
+
import * as BatchTaskHierarchyView from "./batch-task-hierarchy-view";
|
|
52
|
+
export import BatchTaskHierarchyView = BatchTaskHierarchyView.BatchTaskHierarchyView;
|
|
49
53
|
import * as BatchTaskProfile from "./batch-task-profile";
|
|
50
54
|
export import BatchTaskProfile = BatchTaskProfile.BatchTaskProfile;
|
|
51
55
|
import * as BatchTaskProfileCollection from "./batch-task-profile-collection";
|
|
52
56
|
export import BatchTaskProfileCollection = BatchTaskProfileCollection.BatchTaskProfileCollection;
|
|
57
|
+
import * as BatchTaskProfileExtendedInformation from "./batch-task-profile-extended-information";
|
|
58
|
+
export import BatchTaskProfileExtendedInformation = BatchTaskProfileExtendedInformation.BatchTaskProfileExtendedInformation;
|
|
53
59
|
import * as BatchTaskProfileSummary from "./batch-task-profile-summary";
|
|
54
60
|
export import BatchTaskProfileSummary = BatchTaskProfileSummary.BatchTaskProfileSummary;
|
|
55
61
|
import * as BatchTaskSortBy from "./batch-task-sort-by";
|
|
@@ -78,8 +84,12 @@ import * as CreateBatchTaskEnvironmentDetails from "./create-batch-task-environm
|
|
|
78
84
|
export import CreateBatchTaskEnvironmentDetails = CreateBatchTaskEnvironmentDetails.CreateBatchTaskEnvironmentDetails;
|
|
79
85
|
import * as CreateBatchTaskProfileDetails from "./create-batch-task-profile-details";
|
|
80
86
|
export import CreateBatchTaskProfileDetails = CreateBatchTaskProfileDetails.CreateBatchTaskProfileDetails;
|
|
87
|
+
import * as CreateBatchTaskProfileExtendedInformationDetails from "./create-batch-task-profile-extended-information-details";
|
|
88
|
+
export import CreateBatchTaskProfileExtendedInformationDetails = CreateBatchTaskProfileExtendedInformationDetails.CreateBatchTaskProfileExtendedInformationDetails;
|
|
81
89
|
import * as CreateFleetDetails from "./create-fleet-details";
|
|
82
90
|
export import CreateFleetDetails = CreateFleetDetails.CreateFleetDetails;
|
|
91
|
+
import * as CreateGpuFleetShapeDetails from "./create-gpu-fleet-shape-details";
|
|
92
|
+
export import CreateGpuFleetShapeDetails = CreateGpuFleetShapeDetails.CreateGpuFleetShapeDetails;
|
|
83
93
|
import * as CreateNetworkDetails from "./create-network-details";
|
|
84
94
|
export import CreateNetworkDetails = CreateNetworkDetails.CreateNetworkDetails;
|
|
85
95
|
import * as EnvironmentVariable from "./environment-variable";
|
|
@@ -90,6 +100,10 @@ import * as FleetAssignmentPolicy from "./fleet-assignment-policy";
|
|
|
90
100
|
export import FleetAssignmentPolicy = FleetAssignmentPolicy.FleetAssignmentPolicy;
|
|
91
101
|
import * as FleetShape from "./fleet-shape";
|
|
92
102
|
export import FleetShape = FleetShape.FleetShape;
|
|
103
|
+
import * as FleetShapeExecutionDetails from "./fleet-shape-execution-details";
|
|
104
|
+
export import FleetShapeExecutionDetails = FleetShapeExecutionDetails.FleetShapeExecutionDetails;
|
|
105
|
+
import * as GpuFleetShape from "./gpu-fleet-shape";
|
|
106
|
+
export import GpuFleetShape = GpuFleetShape.GpuFleetShape;
|
|
93
107
|
import * as JobPriorityConfiguration from "./job-priority-configuration";
|
|
94
108
|
export import JobPriorityConfiguration = JobPriorityConfiguration.JobPriorityConfiguration;
|
|
95
109
|
import * as LoggingConfiguration from "./logging-configuration";
|
|
@@ -114,6 +128,8 @@ import * as ShapeNetworkingBandwidthOptions from "./shape-networking-bandwidth-o
|
|
|
114
128
|
export import ShapeNetworkingBandwidthOptions = ShapeNetworkingBandwidthOptions.ShapeNetworkingBandwidthOptions;
|
|
115
129
|
import * as ShapeOcpuOptions from "./shape-ocpu-options";
|
|
116
130
|
export import ShapeOcpuOptions = ShapeOcpuOptions.ShapeOcpuOptions;
|
|
131
|
+
import * as ShapeType from "./shape-type";
|
|
132
|
+
export import ShapeType = ShapeType.ShapeType;
|
|
117
133
|
import * as SortBy from "./sort-by";
|
|
118
134
|
export import SortBy = SortBy.SortBy;
|
|
119
135
|
import * as SortOrder from "./sort-order";
|
|
@@ -140,6 +156,8 @@ import * as UpdateBatchTaskEnvironmentDetails from "./update-batch-task-environm
|
|
|
140
156
|
export import UpdateBatchTaskEnvironmentDetails = UpdateBatchTaskEnvironmentDetails.UpdateBatchTaskEnvironmentDetails;
|
|
141
157
|
import * as UpdateBatchTaskProfileDetails from "./update-batch-task-profile-details";
|
|
142
158
|
export import UpdateBatchTaskProfileDetails = UpdateBatchTaskProfileDetails.UpdateBatchTaskProfileDetails;
|
|
159
|
+
import * as UpdateLoggingConfigurationDetails from "./update-logging-configuration-details";
|
|
160
|
+
export import UpdateLoggingConfigurationDetails = UpdateLoggingConfigurationDetails.UpdateLoggingConfigurationDetails;
|
|
143
161
|
import * as VirtualNetworkVnic from "./virtual-network-vnic";
|
|
144
162
|
export import VirtualNetworkVnic = VirtualNetworkVnic.VirtualNetworkVnic;
|
|
145
163
|
import * as Vnic from "./vnic";
|
|
@@ -170,17 +188,51 @@ import * as BestFitFleetAssignmentPolicy from "./best-fit-fleet-assignment-polic
|
|
|
170
188
|
export import BestFitFleetAssignmentPolicy = BestFitFleetAssignmentPolicy.BestFitFleetAssignmentPolicy;
|
|
171
189
|
import * as ComputeTask from "./compute-task";
|
|
172
190
|
export import ComputeTask = ComputeTask.ComputeTask;
|
|
191
|
+
import * as ComputeTaskExecutionDetails from "./compute-task-execution-details";
|
|
192
|
+
export import ComputeTaskExecutionDetails = ComputeTaskExecutionDetails.ComputeTaskExecutionDetails;
|
|
173
193
|
import * as ComputeTaskSummary from "./compute-task-summary";
|
|
174
194
|
export import ComputeTaskSummary = ComputeTaskSummary.ComputeTaskSummary;
|
|
195
|
+
import * as CpuArchitectureTaskProfileExtendedInformation from "./cpu-architecture-task-profile-extended-information";
|
|
196
|
+
export import CpuArchitectureTaskProfileExtendedInformation = CpuArchitectureTaskProfileExtendedInformation.CpuArchitectureTaskProfileExtendedInformation;
|
|
197
|
+
import * as CpuFleetShapeExecutionDetails from "./cpu-fleet-shape-execution-details";
|
|
198
|
+
export import CpuFleetShapeExecutionDetails = CpuFleetShapeExecutionDetails.CpuFleetShapeExecutionDetails;
|
|
199
|
+
import * as CpuShapeTaskProfileExtendedInformation from "./cpu-shape-task-profile-extended-information";
|
|
200
|
+
export import CpuShapeTaskProfileExtendedInformation = CpuShapeTaskProfileExtendedInformation.CpuShapeTaskProfileExtendedInformation;
|
|
175
201
|
import * as CreateComputeTaskDetails from "./create-compute-task-details";
|
|
176
202
|
export import CreateComputeTaskDetails = CreateComputeTaskDetails.CreateComputeTaskDetails;
|
|
203
|
+
import * as CreateCpuArchitectureTaskProfileExtendedInformationDetails from "./create-cpu-architecture-task-profile-extended-information-details";
|
|
204
|
+
export import CreateCpuArchitectureTaskProfileExtendedInformationDetails = CreateCpuArchitectureTaskProfileExtendedInformationDetails.CreateCpuArchitectureTaskProfileExtendedInformationDetails;
|
|
205
|
+
import * as CreateCpuShapeTaskProfileExtendedInformationDetails from "./create-cpu-shape-task-profile-extended-information-details";
|
|
206
|
+
export import CreateCpuShapeTaskProfileExtendedInformationDetails = CreateCpuShapeTaskProfileExtendedInformationDetails.CreateCpuShapeTaskProfileExtendedInformationDetails;
|
|
207
|
+
import * as CreateFixedGpuFleetShapeDetails from "./create-fixed-gpu-fleet-shape-details";
|
|
208
|
+
export import CreateFixedGpuFleetShapeDetails = CreateFixedGpuFleetShapeDetails.CreateFixedGpuFleetShapeDetails;
|
|
209
|
+
import * as CreateGpuShapeTaskProfileExtendedInformationDetails from "./create-gpu-shape-task-profile-extended-information-details";
|
|
210
|
+
export import CreateGpuShapeTaskProfileExtendedInformationDetails = CreateGpuShapeTaskProfileExtendedInformationDetails.CreateGpuShapeTaskProfileExtendedInformationDetails;
|
|
211
|
+
import * as CreateGroupTaskDetails from "./create-group-task-details";
|
|
212
|
+
export import CreateGroupTaskDetails = CreateGroupTaskDetails.CreateGroupTaskDetails;
|
|
177
213
|
import * as CreateServiceManagedFleetDetails from "./create-service-managed-fleet-details";
|
|
178
214
|
export import CreateServiceManagedFleetDetails = CreateServiceManagedFleetDetails.CreateServiceManagedFleetDetails;
|
|
215
|
+
import * as CreateServiceManagedGpuFleetDetails from "./create-service-managed-gpu-fleet-details";
|
|
216
|
+
export import CreateServiceManagedGpuFleetDetails = CreateServiceManagedGpuFleetDetails.CreateServiceManagedGpuFleetDetails;
|
|
217
|
+
import * as FixedGpuFleetShape from "./fixed-gpu-fleet-shape";
|
|
218
|
+
export import FixedGpuFleetShape = FixedGpuFleetShape.FixedGpuFleetShape;
|
|
179
219
|
import * as FlexFitFleetAssignmentPolicy from "./flex-fit-fleet-assignment-policy";
|
|
180
220
|
export import FlexFitFleetAssignmentPolicy = FlexFitFleetAssignmentPolicy.FlexFitFleetAssignmentPolicy;
|
|
221
|
+
import * as GpuFleetShapeExecutionDetails from "./gpu-fleet-shape-execution-details";
|
|
222
|
+
export import GpuFleetShapeExecutionDetails = GpuFleetShapeExecutionDetails.GpuFleetShapeExecutionDetails;
|
|
223
|
+
import * as GpuShapeTaskProfileExtendedInformation from "./gpu-shape-task-profile-extended-information";
|
|
224
|
+
export import GpuShapeTaskProfileExtendedInformation = GpuShapeTaskProfileExtendedInformation.GpuShapeTaskProfileExtendedInformation;
|
|
225
|
+
import * as GroupTask from "./group-task";
|
|
226
|
+
export import GroupTask = GroupTask.GroupTask;
|
|
227
|
+
import * as GroupTaskSummary from "./group-task-summary";
|
|
228
|
+
export import GroupTaskSummary = GroupTaskSummary.GroupTaskSummary;
|
|
181
229
|
import * as NfsVolume from "./nfs-volume";
|
|
182
230
|
export import NfsVolume = NfsVolume.NfsVolume;
|
|
183
231
|
import * as OciLoggingConfiguration from "./oci-logging-configuration";
|
|
184
232
|
export import OciLoggingConfiguration = OciLoggingConfiguration.OciLoggingConfiguration;
|
|
185
233
|
import * as ServiceManagedFleet from "./service-managed-fleet";
|
|
186
234
|
export import ServiceManagedFleet = ServiceManagedFleet.ServiceManagedFleet;
|
|
235
|
+
import * as ServiceManagedGpuFleet from "./service-managed-gpu-fleet";
|
|
236
|
+
export import ServiceManagedGpuFleet = ServiceManagedGpuFleet.ServiceManagedGpuFleet;
|
|
237
|
+
import * as UpdateOciLoggingConfiguration from "./update-oci-logging-configuration";
|
|
238
|
+
export import UpdateOciLoggingConfiguration = UpdateOciLoggingConfiguration.UpdateOciLoggingConfiguration;
|
package/lib/model/index.js
CHANGED
|
@@ -31,8 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.
|
|
35
|
-
exports.
|
|
34
|
+
exports.Network = exports.LoggingConfiguration = exports.JobPriorityConfiguration = exports.GpuFleetShape = exports.FleetShapeExecutionDetails = exports.FleetShape = exports.FleetAssignmentPolicy = exports.Fleet = exports.EnvironmentVariable = exports.CreateNetworkDetails = exports.CreateGpuFleetShapeDetails = exports.CreateFleetDetails = exports.CreateBatchTaskProfileExtendedInformationDetails = exports.CreateBatchTaskProfileDetails = exports.CreateBatchTaskEnvironmentDetails = exports.CreateBatchTaskDetails = exports.CreateBatchJobPoolDetails = exports.CreateBatchJobDetails = exports.CreateBatchContextDetails = exports.ChangeBatchTaskProfileCompartmentDetails = exports.ChangeBatchTaskEnvironmentCompartmentDetails = exports.ChangeBatchJobPoolCompartmentDetails = exports.ChangeBatchJobCompartmentDetails = exports.ChangeBatchContextCompartmentDetails = exports.BatchTaskSummary = exports.BatchTaskSortBy = exports.BatchTaskProfileSummary = exports.BatchTaskProfileExtendedInformation = exports.BatchTaskProfileCollection = exports.BatchTaskProfile = exports.BatchTaskHierarchyView = exports.BatchTaskExecutionDetails = exports.BatchTaskEnvironmentVolume = exports.BatchTaskEnvironmentSummary = exports.BatchTaskEnvironmentCollection = exports.BatchTaskEnvironment = exports.BatchTaskCollection = exports.BatchTask = exports.BatchJobSummary = exports.BatchJobPoolSummary = exports.BatchJobPoolCollection = exports.BatchJobPool = exports.BatchJobCollection = exports.BatchJob = exports.BatchContextSummary = exports.BatchContextShapeSummary = exports.BatchContextShapeCollection = exports.BatchContextCollection = exports.BatchContext = exports.ActionType = void 0;
|
|
35
|
+
exports.CreateGroupTaskDetails = exports.CreateGpuShapeTaskProfileExtendedInformationDetails = exports.CreateFixedGpuFleetShapeDetails = exports.CreateCpuShapeTaskProfileExtendedInformationDetails = exports.CreateCpuArchitectureTaskProfileExtendedInformationDetails = exports.CreateComputeTaskDetails = exports.CpuShapeTaskProfileExtendedInformation = exports.CpuFleetShapeExecutionDetails = exports.CpuArchitectureTaskProfileExtendedInformation = exports.ComputeTaskSummary = exports.ComputeTaskExecutionDetails = exports.ComputeTask = exports.BestFitFleetAssignmentPolicy = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestSortBy = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestLogAndErrorSortBy = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.Vnic = exports.VirtualNetworkVnic = exports.UpdateLoggingConfigurationDetails = exports.UpdateBatchTaskProfileDetails = exports.UpdateBatchTaskEnvironmentDetails = exports.UpdateBatchJobPoolDetails = exports.UpdateBatchJobDetails = exports.UpdateBatchContextDetails = exports.UnpauseBatchJobDetails = exports.Subnet = exports.StopBatchJobPoolDetails = exports.StopBatchContextDetails = exports.StartBatchJobPoolDetails = exports.StartBatchContextDetails = exports.SortOrder = exports.SortBy = exports.ShapeType = exports.ShapeOcpuOptions = exports.ShapeNetworkingBandwidthOptions = exports.ShapeMemoryOptions = exports.SecurityContext = exports.PrivateIp = exports.PauseBatchJobDetails = exports.OperationType = exports.OperationStatus = exports.NetworkSecurityGroup = void 0;
|
|
36
|
+
exports.UpdateOciLoggingConfiguration = exports.ServiceManagedGpuFleet = exports.ServiceManagedFleet = exports.OciLoggingConfiguration = exports.NfsVolume = exports.GroupTaskSummary = exports.GroupTask = exports.GpuShapeTaskProfileExtendedInformation = exports.GpuFleetShapeExecutionDetails = exports.FlexFitFleetAssignmentPolicy = exports.FixedGpuFleetShape = exports.CreateServiceManagedGpuFleetDetails = exports.CreateServiceManagedFleetDetails = void 0;
|
|
36
37
|
const ActionType = __importStar(require("./action-type"));
|
|
37
38
|
exports.ActionType = ActionType.ActionType;
|
|
38
39
|
const BatchContext = __importStar(require("./batch-context"));
|
|
@@ -69,10 +70,16 @@ const BatchTaskEnvironmentSummary = __importStar(require("./batch-task-environme
|
|
|
69
70
|
exports.BatchTaskEnvironmentSummary = BatchTaskEnvironmentSummary.BatchTaskEnvironmentSummary;
|
|
70
71
|
const BatchTaskEnvironmentVolume = __importStar(require("./batch-task-environment-volume"));
|
|
71
72
|
exports.BatchTaskEnvironmentVolume = BatchTaskEnvironmentVolume.BatchTaskEnvironmentVolume;
|
|
73
|
+
const BatchTaskExecutionDetails = __importStar(require("./batch-task-execution-details"));
|
|
74
|
+
exports.BatchTaskExecutionDetails = BatchTaskExecutionDetails.BatchTaskExecutionDetails;
|
|
75
|
+
const BatchTaskHierarchyView = __importStar(require("./batch-task-hierarchy-view"));
|
|
76
|
+
exports.BatchTaskHierarchyView = BatchTaskHierarchyView.BatchTaskHierarchyView;
|
|
72
77
|
const BatchTaskProfile = __importStar(require("./batch-task-profile"));
|
|
73
78
|
exports.BatchTaskProfile = BatchTaskProfile.BatchTaskProfile;
|
|
74
79
|
const BatchTaskProfileCollection = __importStar(require("./batch-task-profile-collection"));
|
|
75
80
|
exports.BatchTaskProfileCollection = BatchTaskProfileCollection.BatchTaskProfileCollection;
|
|
81
|
+
const BatchTaskProfileExtendedInformation = __importStar(require("./batch-task-profile-extended-information"));
|
|
82
|
+
exports.BatchTaskProfileExtendedInformation = BatchTaskProfileExtendedInformation.BatchTaskProfileExtendedInformation;
|
|
76
83
|
const BatchTaskProfileSummary = __importStar(require("./batch-task-profile-summary"));
|
|
77
84
|
exports.BatchTaskProfileSummary = BatchTaskProfileSummary.BatchTaskProfileSummary;
|
|
78
85
|
const BatchTaskSortBy = __importStar(require("./batch-task-sort-by"));
|
|
@@ -101,8 +108,12 @@ const CreateBatchTaskEnvironmentDetails = __importStar(require("./create-batch-t
|
|
|
101
108
|
exports.CreateBatchTaskEnvironmentDetails = CreateBatchTaskEnvironmentDetails.CreateBatchTaskEnvironmentDetails;
|
|
102
109
|
const CreateBatchTaskProfileDetails = __importStar(require("./create-batch-task-profile-details"));
|
|
103
110
|
exports.CreateBatchTaskProfileDetails = CreateBatchTaskProfileDetails.CreateBatchTaskProfileDetails;
|
|
111
|
+
const CreateBatchTaskProfileExtendedInformationDetails = __importStar(require("./create-batch-task-profile-extended-information-details"));
|
|
112
|
+
exports.CreateBatchTaskProfileExtendedInformationDetails = CreateBatchTaskProfileExtendedInformationDetails.CreateBatchTaskProfileExtendedInformationDetails;
|
|
104
113
|
const CreateFleetDetails = __importStar(require("./create-fleet-details"));
|
|
105
114
|
exports.CreateFleetDetails = CreateFleetDetails.CreateFleetDetails;
|
|
115
|
+
const CreateGpuFleetShapeDetails = __importStar(require("./create-gpu-fleet-shape-details"));
|
|
116
|
+
exports.CreateGpuFleetShapeDetails = CreateGpuFleetShapeDetails.CreateGpuFleetShapeDetails;
|
|
106
117
|
const CreateNetworkDetails = __importStar(require("./create-network-details"));
|
|
107
118
|
exports.CreateNetworkDetails = CreateNetworkDetails.CreateNetworkDetails;
|
|
108
119
|
const EnvironmentVariable = __importStar(require("./environment-variable"));
|
|
@@ -113,6 +124,10 @@ const FleetAssignmentPolicy = __importStar(require("./fleet-assignment-policy"))
|
|
|
113
124
|
exports.FleetAssignmentPolicy = FleetAssignmentPolicy.FleetAssignmentPolicy;
|
|
114
125
|
const FleetShape = __importStar(require("./fleet-shape"));
|
|
115
126
|
exports.FleetShape = FleetShape.FleetShape;
|
|
127
|
+
const FleetShapeExecutionDetails = __importStar(require("./fleet-shape-execution-details"));
|
|
128
|
+
exports.FleetShapeExecutionDetails = FleetShapeExecutionDetails.FleetShapeExecutionDetails;
|
|
129
|
+
const GpuFleetShape = __importStar(require("./gpu-fleet-shape"));
|
|
130
|
+
exports.GpuFleetShape = GpuFleetShape.GpuFleetShape;
|
|
116
131
|
const JobPriorityConfiguration = __importStar(require("./job-priority-configuration"));
|
|
117
132
|
exports.JobPriorityConfiguration = JobPriorityConfiguration.JobPriorityConfiguration;
|
|
118
133
|
const LoggingConfiguration = __importStar(require("./logging-configuration"));
|
|
@@ -137,6 +152,8 @@ const ShapeNetworkingBandwidthOptions = __importStar(require("./shape-networking
|
|
|
137
152
|
exports.ShapeNetworkingBandwidthOptions = ShapeNetworkingBandwidthOptions.ShapeNetworkingBandwidthOptions;
|
|
138
153
|
const ShapeOcpuOptions = __importStar(require("./shape-ocpu-options"));
|
|
139
154
|
exports.ShapeOcpuOptions = ShapeOcpuOptions.ShapeOcpuOptions;
|
|
155
|
+
const ShapeType = __importStar(require("./shape-type"));
|
|
156
|
+
exports.ShapeType = ShapeType.ShapeType;
|
|
140
157
|
const SortBy = __importStar(require("./sort-by"));
|
|
141
158
|
exports.SortBy = SortBy.SortBy;
|
|
142
159
|
const SortOrder = __importStar(require("./sort-order"));
|
|
@@ -163,6 +180,8 @@ const UpdateBatchTaskEnvironmentDetails = __importStar(require("./update-batch-t
|
|
|
163
180
|
exports.UpdateBatchTaskEnvironmentDetails = UpdateBatchTaskEnvironmentDetails.UpdateBatchTaskEnvironmentDetails;
|
|
164
181
|
const UpdateBatchTaskProfileDetails = __importStar(require("./update-batch-task-profile-details"));
|
|
165
182
|
exports.UpdateBatchTaskProfileDetails = UpdateBatchTaskProfileDetails.UpdateBatchTaskProfileDetails;
|
|
183
|
+
const UpdateLoggingConfigurationDetails = __importStar(require("./update-logging-configuration-details"));
|
|
184
|
+
exports.UpdateLoggingConfigurationDetails = UpdateLoggingConfigurationDetails.UpdateLoggingConfigurationDetails;
|
|
166
185
|
const VirtualNetworkVnic = __importStar(require("./virtual-network-vnic"));
|
|
167
186
|
exports.VirtualNetworkVnic = VirtualNetworkVnic.VirtualNetworkVnic;
|
|
168
187
|
const Vnic = __importStar(require("./vnic"));
|
|
@@ -193,18 +212,52 @@ const BestFitFleetAssignmentPolicy = __importStar(require("./best-fit-fleet-assi
|
|
|
193
212
|
exports.BestFitFleetAssignmentPolicy = BestFitFleetAssignmentPolicy.BestFitFleetAssignmentPolicy;
|
|
194
213
|
const ComputeTask = __importStar(require("./compute-task"));
|
|
195
214
|
exports.ComputeTask = ComputeTask.ComputeTask;
|
|
215
|
+
const ComputeTaskExecutionDetails = __importStar(require("./compute-task-execution-details"));
|
|
216
|
+
exports.ComputeTaskExecutionDetails = ComputeTaskExecutionDetails.ComputeTaskExecutionDetails;
|
|
196
217
|
const ComputeTaskSummary = __importStar(require("./compute-task-summary"));
|
|
197
218
|
exports.ComputeTaskSummary = ComputeTaskSummary.ComputeTaskSummary;
|
|
219
|
+
const CpuArchitectureTaskProfileExtendedInformation = __importStar(require("./cpu-architecture-task-profile-extended-information"));
|
|
220
|
+
exports.CpuArchitectureTaskProfileExtendedInformation = CpuArchitectureTaskProfileExtendedInformation.CpuArchitectureTaskProfileExtendedInformation;
|
|
221
|
+
const CpuFleetShapeExecutionDetails = __importStar(require("./cpu-fleet-shape-execution-details"));
|
|
222
|
+
exports.CpuFleetShapeExecutionDetails = CpuFleetShapeExecutionDetails.CpuFleetShapeExecutionDetails;
|
|
223
|
+
const CpuShapeTaskProfileExtendedInformation = __importStar(require("./cpu-shape-task-profile-extended-information"));
|
|
224
|
+
exports.CpuShapeTaskProfileExtendedInformation = CpuShapeTaskProfileExtendedInformation.CpuShapeTaskProfileExtendedInformation;
|
|
198
225
|
const CreateComputeTaskDetails = __importStar(require("./create-compute-task-details"));
|
|
199
226
|
exports.CreateComputeTaskDetails = CreateComputeTaskDetails.CreateComputeTaskDetails;
|
|
227
|
+
const CreateCpuArchitectureTaskProfileExtendedInformationDetails = __importStar(require("./create-cpu-architecture-task-profile-extended-information-details"));
|
|
228
|
+
exports.CreateCpuArchitectureTaskProfileExtendedInformationDetails = CreateCpuArchitectureTaskProfileExtendedInformationDetails.CreateCpuArchitectureTaskProfileExtendedInformationDetails;
|
|
229
|
+
const CreateCpuShapeTaskProfileExtendedInformationDetails = __importStar(require("./create-cpu-shape-task-profile-extended-information-details"));
|
|
230
|
+
exports.CreateCpuShapeTaskProfileExtendedInformationDetails = CreateCpuShapeTaskProfileExtendedInformationDetails.CreateCpuShapeTaskProfileExtendedInformationDetails;
|
|
231
|
+
const CreateFixedGpuFleetShapeDetails = __importStar(require("./create-fixed-gpu-fleet-shape-details"));
|
|
232
|
+
exports.CreateFixedGpuFleetShapeDetails = CreateFixedGpuFleetShapeDetails.CreateFixedGpuFleetShapeDetails;
|
|
233
|
+
const CreateGpuShapeTaskProfileExtendedInformationDetails = __importStar(require("./create-gpu-shape-task-profile-extended-information-details"));
|
|
234
|
+
exports.CreateGpuShapeTaskProfileExtendedInformationDetails = CreateGpuShapeTaskProfileExtendedInformationDetails.CreateGpuShapeTaskProfileExtendedInformationDetails;
|
|
235
|
+
const CreateGroupTaskDetails = __importStar(require("./create-group-task-details"));
|
|
236
|
+
exports.CreateGroupTaskDetails = CreateGroupTaskDetails.CreateGroupTaskDetails;
|
|
200
237
|
const CreateServiceManagedFleetDetails = __importStar(require("./create-service-managed-fleet-details"));
|
|
201
238
|
exports.CreateServiceManagedFleetDetails = CreateServiceManagedFleetDetails.CreateServiceManagedFleetDetails;
|
|
239
|
+
const CreateServiceManagedGpuFleetDetails = __importStar(require("./create-service-managed-gpu-fleet-details"));
|
|
240
|
+
exports.CreateServiceManagedGpuFleetDetails = CreateServiceManagedGpuFleetDetails.CreateServiceManagedGpuFleetDetails;
|
|
241
|
+
const FixedGpuFleetShape = __importStar(require("./fixed-gpu-fleet-shape"));
|
|
242
|
+
exports.FixedGpuFleetShape = FixedGpuFleetShape.FixedGpuFleetShape;
|
|
202
243
|
const FlexFitFleetAssignmentPolicy = __importStar(require("./flex-fit-fleet-assignment-policy"));
|
|
203
244
|
exports.FlexFitFleetAssignmentPolicy = FlexFitFleetAssignmentPolicy.FlexFitFleetAssignmentPolicy;
|
|
245
|
+
const GpuFleetShapeExecutionDetails = __importStar(require("./gpu-fleet-shape-execution-details"));
|
|
246
|
+
exports.GpuFleetShapeExecutionDetails = GpuFleetShapeExecutionDetails.GpuFleetShapeExecutionDetails;
|
|
247
|
+
const GpuShapeTaskProfileExtendedInformation = __importStar(require("./gpu-shape-task-profile-extended-information"));
|
|
248
|
+
exports.GpuShapeTaskProfileExtendedInformation = GpuShapeTaskProfileExtendedInformation.GpuShapeTaskProfileExtendedInformation;
|
|
249
|
+
const GroupTask = __importStar(require("./group-task"));
|
|
250
|
+
exports.GroupTask = GroupTask.GroupTask;
|
|
251
|
+
const GroupTaskSummary = __importStar(require("./group-task-summary"));
|
|
252
|
+
exports.GroupTaskSummary = GroupTaskSummary.GroupTaskSummary;
|
|
204
253
|
const NfsVolume = __importStar(require("./nfs-volume"));
|
|
205
254
|
exports.NfsVolume = NfsVolume.NfsVolume;
|
|
206
255
|
const OciLoggingConfiguration = __importStar(require("./oci-logging-configuration"));
|
|
207
256
|
exports.OciLoggingConfiguration = OciLoggingConfiguration.OciLoggingConfiguration;
|
|
208
257
|
const ServiceManagedFleet = __importStar(require("./service-managed-fleet"));
|
|
209
258
|
exports.ServiceManagedFleet = ServiceManagedFleet.ServiceManagedFleet;
|
|
259
|
+
const ServiceManagedGpuFleet = __importStar(require("./service-managed-gpu-fleet"));
|
|
260
|
+
exports.ServiceManagedGpuFleet = ServiceManagedGpuFleet.ServiceManagedGpuFleet;
|
|
261
|
+
const UpdateOciLoggingConfiguration = __importStar(require("./update-oci-logging-configuration"));
|
|
262
|
+
exports.UpdateOciLoggingConfiguration = UpdateOciLoggingConfiguration.UpdateOciLoggingConfiguration;
|
|
210
263
|
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,7 +11,7 @@
|
|
|
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
13
|
/**
|
|
14
|
-
* Logging configuration
|
|
14
|
+
* Logging configuration of the batch context.
|
|
15
15
|
*/
|
|
16
16
|
export interface LoggingConfiguration {
|
|
17
17
|
"type": string;
|
|
@@ -23,6 +23,10 @@ export interface OciLoggingConfiguration extends model.LoggingConfiguration {
|
|
|
23
23
|
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
|
24
24
|
*/
|
|
25
25
|
"logId": string;
|
|
26
|
+
/**
|
|
27
|
+
* A switch to enable or disable propagation of job and task events to the customer's logs in OCI logging service.
|
|
28
|
+
*/
|
|
29
|
+
"isJobTaskEventsPropagationEnabled"?: boolean;
|
|
26
30
|
"type": string;
|
|
27
31
|
}
|
|
28
32
|
export declare namespace OciLoggingConfiguration {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oci-logging-configuration.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/oci-logging-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"oci-logging-configuration.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/oci-logging-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,uBAAuB,CAyBvC;AAzBD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAA6B,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kCAAU,aASzB,CAAA;IACY,4BAAI,GAAG,aAAa,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAA4B,EAC5B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAA6B,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,8CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyBvC"}
|
|
@@ -29,7 +29,7 @@ export interface ServiceManagedFleet extends model.Fleet {
|
|
|
29
29
|
*/
|
|
30
30
|
"state"?: string;
|
|
31
31
|
/**
|
|
32
|
-
* A message that describes the current state of the service
|
|
32
|
+
* A message that describes the current state of the service managed fleet configuration in more detail.
|
|
33
33
|
*/
|
|
34
34
|
"details"?: string;
|
|
35
35
|
"type": string;
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
* Service managed GPU Fleet configuration of the batch context.
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceManagedGpuFleet extends model.Fleet {
|
|
18
|
+
/**
|
|
19
|
+
* Name of the service managed GPU fleet.
|
|
20
|
+
*/
|
|
21
|
+
"name": string;
|
|
22
|
+
"shape": model.FixedGpuFleetShape;
|
|
23
|
+
/**
|
|
24
|
+
* Maximum number of concurrent tasks for the service managed GPU fleet. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"maxConcurrentTasks": number;
|
|
27
|
+
/**
|
|
28
|
+
* Current state of the service managed GPU fleet configuration.
|
|
29
|
+
*/
|
|
30
|
+
"state"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A message that describes the current state of the service managed GPU fleet configuration in more detail.
|
|
33
|
+
*/
|
|
34
|
+
"details"?: string;
|
|
35
|
+
"type": string;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace ServiceManagedGpuFleet {
|
|
38
|
+
function getJsonObj(obj: ServiceManagedGpuFleet, isParentJsonObj?: boolean): object;
|
|
39
|
+
const type = "SERVICE_MANAGED_GPU_FLEET";
|
|
40
|
+
function getDeserializedJsonObj(obj: ServiceManagedGpuFleet, isParentJsonObj?: boolean): object;
|
|
41
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.ServiceManagedGpuFleet = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ServiceManagedGpuFleet;
|
|
37
|
+
(function (ServiceManagedGpuFleet) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Fleet.getJsonObj(obj))), {
|
|
40
|
+
"shape": obj.shape ? model.GpuFleetShape.getJsonObj(obj.shape) : undefined
|
|
41
|
+
});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
ServiceManagedGpuFleet.getJsonObj = getJsonObj;
|
|
45
|
+
ServiceManagedGpuFleet.type = "SERVICE_MANAGED_GPU_FLEET";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.Fleet.getDeserializedJsonObj(obj))), {
|
|
50
|
+
"shape": obj.shape ? model.GpuFleetShape.getDeserializedJsonObj(obj.shape) : undefined
|
|
51
|
+
});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
ServiceManagedGpuFleet.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
55
|
+
})(ServiceManagedGpuFleet = exports.ServiceManagedGpuFleet || (exports.ServiceManagedGpuFleet = {}));
|
|
56
|
+
//# sourceMappingURL=service-managed-gpu-fleet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-managed-gpu-fleet.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/service-managed-gpu-fleet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,sBAAsB,CA2BtC;AA3BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACjF;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,iCAAU,aASzB,CAAA;IACY,2BAAI,GAAG,2BAA2B,CAAC;IAChD,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,KAAK,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GACrE;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6CAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA2BtC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* The type of a shape.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum ShapeType {
|
|
17
|
+
Cpu = "CPU",
|
|
18
|
+
Gpu = "GPU"
|
|
19
|
+
}
|
|
20
|
+
export declare namespace ShapeType {
|
|
21
|
+
function getJsonObj(obj: ShapeType): ShapeType;
|
|
22
|
+
function getDeserializedJsonObj(obj: ShapeType): ShapeType;
|
|
23
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ShapeType = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The type of a shape.
|
|
18
|
+
**/
|
|
19
|
+
var ShapeType;
|
|
20
|
+
(function (ShapeType) {
|
|
21
|
+
ShapeType["Cpu"] = "CPU";
|
|
22
|
+
ShapeType["Gpu"] = "GPU";
|
|
23
|
+
})(ShapeType = exports.ShapeType || (exports.ShapeType = {}));
|
|
24
|
+
(function (ShapeType) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
return obj;
|
|
27
|
+
}
|
|
28
|
+
ShapeType.getJsonObj = getJsonObj;
|
|
29
|
+
function getDeserializedJsonObj(obj) {
|
|
30
|
+
return obj;
|
|
31
|
+
}
|
|
32
|
+
ShapeType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
33
|
+
})(ShapeType = exports.ShapeType || (exports.ShapeType = {}));
|
|
34
|
+
//# sourceMappingURL=shape-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shape-type.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/shape-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,wBAAW,CAAA;AACb,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
|
|
@@ -59,6 +59,7 @@ export interface UpdateBatchContextDetails {
|
|
|
59
59
|
"entitlements"?: {
|
|
60
60
|
[key: string]: number;
|
|
61
61
|
};
|
|
62
|
+
"loggingConfiguration"?: model.UpdateOciLoggingConfiguration;
|
|
62
63
|
}
|
|
63
64
|
export declare namespace UpdateBatchContextDetails {
|
|
64
65
|
function getJsonObj(obj: UpdateBatchContextDetails): object;
|
|
@@ -41,6 +41,9 @@ var UpdateBatchContextDetails;
|
|
|
41
41
|
? obj.jobPriorityConfigurations.map(item => {
|
|
42
42
|
return model.JobPriorityConfiguration.getJsonObj(item);
|
|
43
43
|
})
|
|
44
|
+
: undefined,
|
|
45
|
+
"loggingConfiguration": obj.loggingConfiguration
|
|
46
|
+
? model.UpdateLoggingConfigurationDetails.getJsonObj(obj.loggingConfiguration)
|
|
44
47
|
: undefined
|
|
45
48
|
});
|
|
46
49
|
return jsonObj;
|
|
@@ -52,6 +55,9 @@ var UpdateBatchContextDetails;
|
|
|
52
55
|
? obj.jobPriorityConfigurations.map(item => {
|
|
53
56
|
return model.JobPriorityConfiguration.getDeserializedJsonObj(item);
|
|
54
57
|
})
|
|
58
|
+
: undefined,
|
|
59
|
+
"loggingConfiguration": obj.loggingConfiguration
|
|
60
|
+
? model.UpdateLoggingConfigurationDetails.getDeserializedJsonObj(obj.loggingConfiguration)
|
|
55
61
|
: undefined
|
|
56
62
|
});
|
|
57
63
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-batch-context-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/update-batch-context-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-batch-context-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/update-batch-context-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8ClC,IAAiB,yBAAyB,CAqCzC;AArCD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,GAAG,CAAC,yBAAyB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvC,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC9E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,oCAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,GAAG,CAAC,yBAAyB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvC,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC1F,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,gDAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAqCzC"}
|
|
@@ -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
|
+
* The data to update logging configuration of the batch context.
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateLoggingConfigurationDetails {
|
|
17
|
+
"type": string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace UpdateLoggingConfigurationDetails {
|
|
20
|
+
function getJsonObj(obj: UpdateLoggingConfigurationDetails): object;
|
|
21
|
+
function getDeserializedJsonObj(obj: UpdateLoggingConfigurationDetails): object;
|
|
22
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.UpdateLoggingConfigurationDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
37
|
+
var UpdateLoggingConfigurationDetails;
|
|
38
|
+
(function (UpdateLoggingConfigurationDetails) {
|
|
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 "OCI_LOGGING":
|
|
44
|
+
return model.UpdateOciLoggingConfiguration.getJsonObj(jsonObj, true);
|
|
45
|
+
default:
|
|
46
|
+
if (common.LOG.logger)
|
|
47
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
UpdateLoggingConfigurationDetails.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
+
if (obj && "type" in obj && obj.type) {
|
|
56
|
+
switch (obj.type) {
|
|
57
|
+
case "OCI_LOGGING":
|
|
58
|
+
return model.UpdateOciLoggingConfiguration.getDeserializedJsonObj(jsonObj, true);
|
|
59
|
+
default:
|
|
60
|
+
if (common.LOG.logger)
|
|
61
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
UpdateLoggingConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(UpdateLoggingConfigurationDetails = exports.UpdateLoggingConfigurationDetails || (exports.UpdateLoggingConfigurationDetails = {}));
|
|
68
|
+
//# sourceMappingURL=update-logging-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-logging-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/batch/lib/model/update-logging-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,iCAAiC,CAiCjD;AAjCD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,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,aAAa;oBAChB,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CACL,OAAQ,EACtD,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;IAfe,4CAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,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,aAAa;oBAChB,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACjB,OAAQ,EACtD,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;IAfe,wDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAiCjD"}
|