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 DetectAnomaliesCommandInputProtected

This interface extends from DetectAnomaliesRequest interface. There are more parameters than Body defined in DetectAnomaliesRequest

Hierarchy

Properties

Body: undefined | string | Uint8Array | Buffer | Readable | ReadableStream<any> | Blob

For DetectAnomaliesRequest["Body"], see Body.

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.