【发布时间】:2018-06-01 10:49:39
【问题描述】:
我正在尝试在 amazon sagemaker 中运行我自己的算法容器,在部署时,我收到如下错误。
predictor = tree.deploy(1, 'ml.m4.xlarge', serializer=csv_serializer)
ValueError: Error hosting endpoint decision-trees-sample-2018-03-01-09-59-06-832: Failed Reason: The primary container for production variant AllTraffic did not pass the ping health check.
然后我这次运行同一行代码,我遇到了错误。
predictor = tree.deploy(1, 'ml.m4.xlarge', serializer=csv_serializer)
ClientError: An error occurred (ValidationException) when calling the CreateEndpoint operation: Cannot create already existing endpoint "arn:aws:sagemaker:us-east-1:69759707XXxXX:endpoint/decision-trees-sample-2018-03-01-09-59-06-832".
【问题讨论】:
标签: amazon-web-services amazon-s3 amazon-ec2 amazon-sagemaker