Objective: Locate stdout/stderr output from score.py in deployment.
Understand Deployment: score.py runs in a model endpoint; logs are managed by OCI.
Evaluate Options:
A: False—No VM file is defined by default; logs go to OCI Logging.
B: False—Console displays UI, not raw logs.
C: False—Cloud Shell is a separate tool, not a log destination.
D: True—Predict logs in OCI Logging capture stdout/stderr.
Reasoning: OCI centralizes logs in its Logging service for deployments.
Conclusion: D is correct.
OCI documentation states: “During model deployment, stdout and stderr from score.py are automatically sent to the predict log in the OCI Logging service, as configured in the deployment settings.” A, B, and C don’t align with this managed logging approach—only D is accurate.
Oracle Cloud Infrastructure Data Science Documentation, "Model Deployment - Logging".
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit