End of support notice: On October 31, 2025, AWS
will discontinue support for Amazon Lookout for Vision. After October 31, 2025, you will
no longer be able to access the Lookout for Vision console or Lookout for Vision resources.
For more information, visit this
blog post
Creating a manifest file
You can create a dataset by importing an SageMaker AI Ground Truth format manifest file. If your images are labeled in a format that isn't a SageMaker AI Ground Truth manifest file, use the following information to create an SageMaker AI 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