File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
ads/jobs/builders/infrastructure Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -157,21 +157,6 @@ def _translate_env(self, runtime: Runtime) -> dict:
157
157
"""
158
158
return runtime .envs
159
159
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
-
175
160
def _translate_config (self , runtime : Runtime ) -> dict :
176
161
"""Prepares the job configuration from runtime specifications.
177
162
You can’t perform that action at this time.
0 commit comments