Skip to content

Commit b8ddc39

Browse files
committed
Merge branch 'develop' of https://github.com/lu-ohai/accelerated-data-science into develop
2 parents e486fe3 + 9087625 commit b8ddc39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ads/jobs/builders/infrastructure/dsc_job.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import datetime
99
import logging
10+
import oci
1011
import os
1112
import time
1213
import traceback
@@ -864,6 +865,7 @@ class DataScienceJob(Infrastructure):
864865
CONST_OCPUS = "ocpus"
865866
CONST_LOG_ID = "logId"
866867
CONST_LOG_GROUP_ID = "logGroupId"
868+
CONST_STORAGE_MOUNT = "storageMount"
867869

868870
attribute_map = {
869871
CONST_PROJECT_ID: "project_id",
@@ -877,6 +879,7 @@ class DataScienceJob(Infrastructure):
877879
CONST_SHAPE_CONFIG_DETAILS: "shape_config_details",
878880
CONST_LOG_ID: "log_id",
879881
CONST_LOG_GROUP_ID: "log_group_id",
882+
CONST_STORAGE_MOUNT: "storage_mount",
880883
}
881884

882885
shape_config_details_attribute_map = {

0 commit comments

Comments
 (0)