Sagemaker Pipelines - 无法解析管道定义

Uwa*_*bal 1 amazon-web-services amazon-sagemaker

我正在使用 Sagemaker Pipelines 将两个连续的 ProcessingJobs 链接在一起。当我打电话时,我收到一个奇怪的错误pipeline.upsert()

botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the CreatePipeline operation: Unable to parse pipeline definition. Property 'null' with value 'null' is not of expected type 'String'
Run Code Online (Sandbox Code Playgroud)

这就是我的管道的样子:

botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the CreatePipeline operation: Unable to parse pipeline definition. Property 'null' with value 'null' is not of expected type 'String'
Run Code Online (Sandbox Code Playgroud)

对我做错或错过的事情有什么想法吗?

小智 5

我遇到了同样的问题,我的job_arguments并不是所有的字符串。我会确保所有项目都job_arguments属于同一类型。