class Aws::LookoutforVision::Types::DetectAnomaliesRequest
@note When making an API call, you may pass DetectAnomaliesRequest
data as a hash: { project_name: "ProjectName", # required model_version: "ModelVersion", # required body: "data", # required content_type: "ContentType", # required }
@!attribute [rw] project_name
The name of the project that contains the model version that you want to use. @return [String]
@!attribute [rw] model_version
The version of the model that you want to use. @return [String]
@!attribute [rw] body
The unencrypted image bytes that you want to analyze. @return [IO]
@!attribute [rw] content_type
The type of the image passed in `Body`. Valid values are `image/png` (PNG format images) and `image/jpeg` (JPG format images). @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/DetectAnomaliesRequest AWS API Documentation
Constants
- SENSITIVE