Creating a manifest file
You can create a dataset by importing an SageMaker Ground Truth format manifest file. If your images are labeled in a format that isn't a SageMaker Ground Truth manifest file, use the following information to create an SageMaker Ground Truth format manifest file.
Manifest files are in JSON lines
Note
The JSON line examples in this section are formatted for readability.
The images referenced by a manifest file must be located in the same Amazon S3
bucket. The manifest file can be in a different bucket. You specify the location
of an image in the source-ref
field of a JSON line.
You can create a manifest file by using code. The Amazon Lookout for Vision Lab