Amazon Lookout for Vision Skill
amazonaws-com-lookoutvision
amazonaws-com-lookoutvision
| Method | Path | Description |
|---|---|---|
POST | /2020-11-20/projects/{projectName}/datasets | |
POST | /2020-11-20/projects/{projectName}/models | Creates a new dataset in an Amazon Lookout for Vision project. CreateDataset can create a training or a test dataset from a valid dataset source (DatasetSource). If you want a sin... |
POST | /2020-11-20/projects | Creates a new version of a model within an an Amazon Lookout for Vision project. CreateModel is an asynchronous operation in which Amazon Lookout for Vision trains, tests, and eva... |
DELETE | /2020-11-20/projects/{projectName}/datasets/{datasetType} | Creates an empty Amazon Lookout for Vision project. After you create the project, add a dataset by calling CreateDataset. This operation requires permissions to perform the lookou... |
DELETE | /2020-11-20/projects/{projectName}/models/{modelVersion} | Deletes an existing Amazon Lookout for Vision dataset. If your the project has a single dataset, you must create a new dataset before you can create a model. If you project has a... |
DELETE | /2020-11-20/projects/{projectName} | Deletes an Amazon Lookout for Vision model. You can't delete a running model. To stop a running model, use the StopModel operation. It might take a few seconds to delete a model.... |
GET | /2020-11-20/projects/{projectName}/datasets/{datasetType} | Deletes an Amazon Lookout for Vision project. To delete a project, you must first delete each version of the model associated with the project. To delete a model use the DeleteMod... |
GET | /2020-11-20/projects/{projectName}/models/{modelVersion} | Describe an Amazon Lookout for Vision dataset. This operation requires permissions to perform the lookoutvision:DescribeDataset operation. |
GET | /2020-11-20/projects/{projectName}/modelpackagingjobs/{jobName} | Describes a version of an Amazon Lookout for Vision model. This operation requires permissions to perform the lookoutvision:DescribeModel operation. |
GET | /2020-11-20/projects/{projectName} | Describes an Amazon Lookout for Vision model packaging job. This operation requires permissions to perform the lookoutvision:DescribeModelPackagingJob operation. For more informat... |
POST | /2020-11-20/projects/{projectName}/models/{modelVersion}/detect | Describes an Amazon Lookout for Vision project. This operation requires permissions to perform the lookoutvision:DescribeProject operation. |
GET | /2020-11-20/projects/{projectName}/datasets/{datasetType}/entries | Detects anomalies in an image that you supply. The response from DetectAnomalies includes a boolean prediction that the image contains one or more anomalies and a confidence value... |
GET | /2020-11-20/projects/{projectName}/modelpackagingjobs | Lists the JSON Lines within a dataset. An Amazon Lookout for Vision JSON Line contains the anomaly information for a single image, including the image location and the assigned la... |
GET | /2020-11-20/projects/{projectName}/models | Lists the model packaging jobs created for an Amazon Lookout for Vision project. This operation requires permissions to perform the lookoutvision:ListModelPackagingJobs operation.... |
GET | /2020-11-20/projects | Lists the versions of a model in an Amazon Lookout for Vision project. The ListModels operation is eventually consistent. Recent calls to CreateModel might take a while to appear... |
GET | /2020-11-20/tags/{resourceArn} | Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you call ListProjects. The ListProjects operation is eventually consistent. Re... |
POST | /2020-11-20/projects/{projectName}/models/{modelVersion}/start | Returns a list of tags attached to the specified Amazon Lookout for Vision model. This operation requires permissions to perform the lookoutvision:ListTagsForResource operation. |
POST | /2020-11-20/projects/{projectName}/modelpackagingjobs | Starts the running of the version of an Amazon Lookout for Vision model. Starting a model takes a while to complete. To check the current state of the model, use DescribeModel. A... |
POST | /2020-11-20/projects/{projectName}/models/{modelVersion}/stop | Starts an Amazon Lookout for Vision model packaging job. A model packaging job creates an AWS IoT Greengrass component for a Lookout for Vision model. You can use the component to... |
POST | /2020-11-20/tags/{resourceArn} | Stops the hosting of a running model. The operation might take a while to complete. To check the current status, call DescribeModel. After the model hosting stops, the Status of t... |
DELETE | /2020-11-20/tags/{resourceArn} | Adds one or more key-value tags to an Amazon Lookout for Vision model. For more information, see Tagging a model in the Amazon Lookout for Vision Developer Guide. This operation r... |
PATCH | /2020-11-20/projects/{projectName}/datasets/{datasetType}/entries | Removes one or more tags from an Amazon Lookout for Vision model. For more information, see Tagging a model in the Amazon Lookout for Vision Developer Guide. This operation requir... |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-lookoutvision
Downloads and installs to ~/.claude/skills/amazonaws-com-lookoutvision/
2020-11-20 (2026-02-13)