Class: Aws::Rekognition::Types::DatasetDescription

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

Overview

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

The status fields Status, StatusMessage, and StatusMessageCode reflect the last operation on the dataset.

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)


1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1378

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

#dataset_statsTypes::DatasetStats

The status message code for the dataset.

Returns:



1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1378

class DatasetDescription < Struct.new(
  :creation_timestamp,
  :last_updated_timestamp,
  :status,
  :status_message,
  :status_message_code,
  :dataset_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)


1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1378

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

#statusString

The status of the dataset.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1378

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

#status_messageString

The status message for the dataset.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1378

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

#status_message_codeString

The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1378

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