on 2023 Dec 19 2:38 PM
Hi,
I am building my first AI Project (Create Your First Machine Learning Project using SAP AI Core) --> Quick Start for Your First AI Project Using SAP AI Core
I connected GitHub to SAP AI Core, checked the sync status of my app, created scenarios and workflows.
But when displaying the Logs after execution, the Log is empty.
Expected content of Log: "Yes......"
as coded print("Yes.....")
apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: first-pipeline-natth
annotations:
scenarios.ai.sap.com/description: "Introduction to SAP AI Core"
scenarios.ai.sap.com/name: "Tutorial"
executables.ai.sap.com/description: "Greets the user"
executables.ai.sap.com/name: "Hello Pipeline"
labels:
scenarios.ai.sap.com/id: "learning"
ai.sap.com/version: "2.0"
spec:
entrypoint: mypipeline
templates:
- name: mypipeline
steps:
- - name: greet
template: greeter
- name: greeter
container:
image: docker.io/python:latest
command:
- python3
- '-c'
args:
- |
print("Yes.....")<br>
Thanks for your support!
Till
Request clarification before answering.
The logs of the execution are visible only while the execution is in RUNNING state. When the execution is in COMPLETE, DEAD, OR STOPPED state, the log will be automatically deleted. In the demo shown in the tutorial, the logs are visible when the execution status is RUNNING.
Once the execution is COMPLETE, DEAD or STOPPED, the log will be cleared. See screenshot below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I am following the blog: Quick Start for Your First AI Project Using SAP AI Core | SAP Tutorials
As per the screenshot the logs are visible when the status is "Completed".
But I do not see any entries in the log. I am able to see only two status' after I start execution: "Unknown" and "Completed" when the execution is completed. I do not get "Running" status, I have been closely monitoring with consecutive refreshes.
Log entry is required to verify the result of pipeline execution. Can someone guide?
Many thanks in advance!
User | Count |
---|---|
52 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.