File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 18
18
logId : ocid1.log.oc1.iad.<unique_id>
19
19
projectId : ocid1.datascienceproject.oc1.<unique_id>
20
20
replica : 1
21
- shapeName : VM.Standard.E2.4
21
+ shapeName : VM.Standard.E4.Flex
22
+ shapeConfigDetails :
23
+ ocpus : 1
24
+ memoryInGBs : 16
22
25
webConcurrency : 10
23
26
type : datascienceModelDeployment
24
27
runtime :
Original file line number Diff line number Diff line change 18
18
logId : ocid1.log.oc1.iad.<unique_id>
19
19
projectId : ocid1.datascienceproject.oc1.<unique_id>
20
20
replica : 1
21
- shapeName : VM.Standard.E2.4
21
+ shapeName : VM.Standard.E4.Flex
22
+ shapeConfigDetails :
23
+ ocpus : 1
24
+ memoryInGBs : 16
22
25
webConcurrency : 10
23
26
type : datascienceModelDeployment
24
27
runtime :
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def config(self):
46
46
"project_id" : "ocid1.datascienceproject.oc1.<unique_id>" ,
47
47
"log_group_id" : "ocid1.loggroup.oc1.iad.<unique_id>" ,
48
48
"log_id" : "ocid1.log.oc1.iad.<unique_id>" ,
49
- "shape_name" : "VM.Standard.E2.4 " ,
49
+ "shape_name" : "VM.Standard.E4.Flex " ,
50
50
"bandwidth_mbps" : 10 ,
51
51
"replica" : 1 ,
52
52
"web_concurrency" : 10 ,
You can’t perform that action at this time.
0 commit comments