Skip to content

Commit e5f6e99

Browse files
committed
Added pre check for model deployment and fixed unit test.
1 parent c24924a commit e5f6e99

File tree

9 files changed

+199
-935
lines changed

9 files changed

+199
-935
lines changed

ads/jobs/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8; -*-
33

4-
# Copyright (c) 2021, 2023 Oracle and/or its affiliates.
4+
# Copyright (c) 2021, 2022 Oracle and/or its affiliates.
55
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
66

77

@@ -23,8 +23,6 @@
2323
from ads.jobs.builders.infrastructure.dsc_job import (
2424
DataScienceJob,
2525
DataScienceJobRun,
26-
DSCFileSystem,
27-
DSCFileStorage,
2826
)
2927
from ads.jobs.builders.infrastructure.dataflow import DataFlow, DataFlowRun
3028
except AttributeError as e:
@@ -50,6 +48,4 @@
5048
"DataFlowRun",
5149
"DataFlowRuntime",
5250
"DataFlowNotebookRuntime",
53-
"DSCFileSystem",
54-
"DSCFileStorage",
55-
]
51+
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8; -*-
33

4-
# Copyright (c) 2021, 2023 Oracle and/or its affiliates.
4+
# Copyright (c) 2021, 2022 Oracle and/or its affiliates.
55
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6-
from .dsc_job import DataScienceJob, DSCFileSystem, DSCFileStorage
6+
from .dsc_job import DataScienceJob

ads/jobs/builders/infrastructure/dsc_file_system.py

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)