Class: Aws::LookoutforVision::Types::DatasetDescription

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

Overview

The description for a dataset. For more information, see DescribeDataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The Unix timestamp for the time and date that the dataset was created.

Returns:

  • (Time)


295
296
297
298
299
300
301
302
303
304
305
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295

class DatasetDescription < Struct.new(
  :project_name,
  :dataset_type,
  :creation_timestamp,
  :last_updated_timestamp,
  :status,
  :status_message,
  :image_stats)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_typeString

The type of the dataset. The value train represents a training dataset or single dataset project. The value test represents a test dataset.

Returns:

  • (String)


295
296
297
298
299
300
301
302
303
304
305
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295

class DatasetDescription < Struct.new(
  :project_name,
  :dataset_type,
  :creation_timestamp,
  :last_updated_timestamp,
  :status,
  :status_message,
  :image_stats)
  SENSITIVE = []
  include Aws::Structure
end

#image_statsTypes::DatasetImageStats

Statistics about the images in a dataset.



295
296
297
298
299
300
301
302
303
304
305
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295

class DatasetDescription < Struct.new(
  :project_name,
  :dataset_type,
  :creation_timestamp,
  :last_updated_timestamp,
  :status,
  :status_message,
  :image_stats)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampTime

The Unix timestamp for the date and time that the dataset was last updated.

Returns:

  • (Time)


295
296
297
298
299
300
301
302
303
304
305
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295

class DatasetDescription < Struct.new(
  :project_name,
  :dataset_type,
  :creation_timestamp,
  :last_updated_timestamp,
  :status,
  :status_message,
  :image_stats)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project that contains the dataset.

Returns:

  • (String)


295
296
297
298
299
300
301
302
303
304
305
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295

class DatasetDescription < Struct.new(
  :project_name,
  :dataset_type,
  :creation_timestamp,
  :last_updated_timestamp,
  :status,
  :status_message,
  :image_stats)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the dataset.

Returns:

  • (String)


295
296
297
298
299
300
301
302
303
304
305
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295

class DatasetDescription < Struct.new(
  :project_name,
  :dataset_type,
  :creation_timestamp,
  :last_updated_timestamp,
  :status,
  :status_message,
  :image_stats)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message for the dataset.

Returns:

  • (String)


295
296
297
298
299
300
301
302
303
304
305
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295

class DatasetDescription < Struct.new(
  :project_name,
  :dataset_type,
  :creation_timestamp,
  :last_updated_timestamp,
  :status,
  :status_message,
  :image_stats)
  SENSITIVE = []
  include Aws::Structure
end