Skip to content

Commit ebedd19

Browse files
committed
Updated pr.
1 parent 8caa10c commit ebedd19

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ads/jobs/builders/infrastructure/dsc_job_runtime.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -157,21 +157,6 @@ def _translate_env(self, runtime: Runtime) -> dict:
157157
"""
158158
return runtime.envs
159159

160-
def _translate_env_config(self, runtime: Runtime) -> dict:
161-
"""Translate the environment configuration details for container runtime.
162-
163-
OCI Data Science job requires ``OcirContainerJobEnvironmentConfigurationDetails`` payload if job is running in custom container.
164-
This method is designed to handle the conversion of the ADS runtime properties to ``OcirContainerJobEnvironmentConfigurationDetails`` payload.
165-
By default, no conversion is made in this method.
166-
Sub-class should override this method to add conversion logic.
167-
168-
Returns
169-
-------
170-
dict
171-
A dictionary storing the ``OcirContainerJobEnvironmentConfigurationDetails`` payload for OCI data science job.
172-
"""
173-
return None
174-
175160
def _translate_config(self, runtime: Runtime) -> dict:
176161
"""Prepares the job configuration from runtime specifications.
177162

0 commit comments

Comments
 (0)