Class: Aws::LookoutforVision::Types::DetectAnomaliesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutforvision/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyIO

The unencrypted image bytes that you want to analyze.

Returns:

  • (IO)


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_typeString

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

Returns:

  • (String)


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_versionString

The version of the model that you want to use.

Returns:

  • (String)


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_nameString

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

Returns:

  • (String)


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