Validation error

0

Hello, when creating a new labelling job, I'm trying to create a subset from my bucket but I keep getting this error:

"1 validation error detected: Value 's3://stormyn-sagemaker-oregon-sample-20240130T084303' at 'outputConfig.dataSource.s3DataSource.manifestS3Uri' failed to satisfy constraint: Member must satisfy regular expression pattern: s3://[a-z0-9][.-a-z0-9]{1,61}a-z0-9? Request id: 5321c1ba-8e35-46ac-b71d-11707aa7221b"

I'm quite new to this and I have no idea how to solve this

Stormy
asked 4 months ago210 views
1 Answer
2
Accepted Answer

Hello,

The S3 URI you've provided (s3://stormyn-sagemaker-oregon-sample-20240130T084303) doesn't meet the expected format. You need to provide specific path in **ManifestS3Uri': "s3://bucket/path/manifest-with-input-data.json" **. https://docs.aws.amazon.com/sagemaker/latest/dg/sms-create-labeling-job-api.html

profile picture
answered 4 months ago
profile picture
EXPERT
reviewed 2 months ago
  • It has worked when I specified the folder and the data type. Thanks.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions