Class: Aws::LookoutforVision::Types::DetectAnomaliesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DetectAnomaliesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ IO
The unencrypted image bytes that you want to analyze.
-
#content_type ⇒ String
The type of the image passed in ‘Body`.
-
#model_version ⇒ String
The version of the model that you want to use.
-
#project_name ⇒ String
The name of the project that contains the model version that you want to use.
Instance Attribute Details
#body ⇒ IO
The unencrypted image bytes that you want to analyze.
677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 677 class DetectAnomaliesRequest < Struct.new( :project_name, :model_version, :body, :content_type) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The type of the image passed in ‘Body`. Valid values are `image/png` (PNG format images) and `image/jpeg` (JPG format images).
677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 677 class DetectAnomaliesRequest < Struct.new( :project_name, :model_version, :body, :content_type) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version of the model that you want to use.
677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 677 class DetectAnomaliesRequest < Struct.new( :project_name, :model_version, :body, :content_type) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project that contains the model version that you want to use.
677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 677 class DetectAnomaliesRequest < Struct.new( :project_name, :model_version, :body, :content_type) SENSITIVE = [] include Aws::Structure end |