You want to build a multistep machine learning workflow by using the Oracle Cloud Infrastructure (OCI) Data Science Pipeline feature. How would you configure the conda environment to run a pipeline step?
Detailed Answer in Step-by-Step Solution:
Objective: Configure conda env for a pipeline step.
Evaluate Options:
A: Shape---Infra, not env config.
B: Volume---Storage, not env.
C: Command-line---Step args, not env.
D: Env variables---Sets conda path---correct.
Reasoning: D specifies runtime env (e.g., CONDA_ENV_SLUG).
Conclusion: D is correct.
OCI documentation states: ''Configure a pipeline step's conda environment using environment variables (D), such as CONDA_ENV_SLUG, in the step definition.'' A, B, and C address other aspects---only D fits env config.
: Oracle Cloud Infrastructure Data Science Documentation, 'Pipeline Step Configuration'.
Currently there are no comments in this discussion, be the first to comment!