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:
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
You can’t perform that action at this time.
0 commit comments