How can I capture and report the specific reason for SageMaker pipeline failures?

1

I have setup event bridge rules to receive SageMaker pipeline status notifications. However, I would like to inquire about how to obtain more detailed information about pipeline failures beyond just knowing that the pipeline has failed. Is there a way to capture and report the specific reason for a pipeline failure? I am looking forward to your guidance on how to implement this. Thank you.

1 Risposta
0

https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-troubleshooting.html Please refer above link which summarized possible pipeline issues. Most of them will be fixed during dev time (for example, lack of permissions)

For execution script logs, they will be caputured in cloudwatch. https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-studio-view-execution.html

If you are more interested in build your own dashboard to view execution result, consider to use boto3 api to retrieve execution result, https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_pipeline_execution.html

AWS
Rachel
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande