Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface DetectAnomaliesRequest

Hierarchy

  • DetectAnomaliesRequest

Properties

Body: undefined | Readable | ReadableStream<any> | Blob

The unencrypted image bytes that you want to analyze.

ContentType: undefined | string

The type of the image passed in Body. Valid values are image/png (PNG format images) and image/jpeg (JPG format images).

ModelVersion: undefined | string

The version of the model that you want to use.

ProjectName: undefined | string

The name of the project that contains the model version that you want to use.