We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e486fe3 + 9087625 commit b8ddc39Copy full SHA for b8ddc39
ads/jobs/builders/infrastructure/dsc_job.py
@@ -7,6 +7,7 @@
7
8
import datetime
9
import logging
10
+import oci
11
import os
12
import time
13
import traceback
@@ -864,6 +865,7 @@ class DataScienceJob(Infrastructure):
864
865
CONST_OCPUS = "ocpus"
866
CONST_LOG_ID = "logId"
867
CONST_LOG_GROUP_ID = "logGroupId"
868
+ CONST_STORAGE_MOUNT = "storageMount"
869
870
attribute_map = {
871
CONST_PROJECT_ID: "project_id",
@@ -877,6 +879,7 @@ class DataScienceJob(Infrastructure):
877
879
CONST_SHAPE_CONFIG_DETAILS: "shape_config_details",
878
880
CONST_LOG_ID: "log_id",
881
CONST_LOG_GROUP_ID: "log_group_id",
882
+ CONST_STORAGE_MOUNT: "storage_mount",
883
}
884
885
shape_config_details_attribute_map = {
0 commit comments