Class: Aws::LookoutforVision::Types::DatasetImageStats

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

Overview

Statistics about the images in a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomalyInteger

the total number of images labeled as an anomaly.

Returns:

  • (Integer)


342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 342

class DatasetImageStats < Struct.new(
  :total,
  :labeled,
  :normal,
  :anomaly)
  SENSITIVE = []
  include Aws::Structure
end

#labeledInteger

The total number of labeled images.

Returns:

  • (Integer)


342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 342

class DatasetImageStats < Struct.new(
  :total,
  :labeled,
  :normal,
  :anomaly)
  SENSITIVE = []
  include Aws::Structure
end

#normalInteger

The total number of images labeled as normal.

Returns:

  • (Integer)


342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 342

class DatasetImageStats < Struct.new(
  :total,
  :labeled,
  :normal,
  :anomaly)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

The total number of images in the dataset.

Returns:

  • (Integer)


342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 342

class DatasetImageStats < Struct.new(
  :total,
  :labeled,
  :normal,
  :anomaly)
  SENSITIVE = []
  include Aws::Structure
end