Class: Aws::Personalize::Types::DatasetSummary

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

Overview

Provides a summary of the properties of a dataset. For a complete listing, call the [DescribeDataset] API.

[1]: docs.aws.amazon.com/personalize/latest/dg/API_DescribeDataset.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time (in Unix time) that the dataset was created.

Returns:

  • (Time)


2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-personalize/types.rb', line 2360

class DatasetSummary < Struct.new(
  :name,
  :dataset_arn,
  :dataset_type,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset.

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-personalize/types.rb', line 2360

class DatasetSummary < Struct.new(
  :name,
  :dataset_arn,
  :dataset_type,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_typeString

The dataset type. One of the following values:

  • Interactions

  • Items

  • Users

  • Event-Interactions

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-personalize/types.rb', line 2360

class DatasetSummary < Struct.new(
  :name,
  :dataset_arn,
  :dataset_type,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix time) that the dataset was last updated.

Returns:

  • (Time)


2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-personalize/types.rb', line 2360

class DatasetSummary < Struct.new(
  :name,
  :dataset_arn,
  :dataset_type,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the dataset.

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-personalize/types.rb', line 2360

class DatasetSummary < Struct.new(
  :name,
  :dataset_arn,
  :dataset_type,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the dataset.

A dataset can be in one of the following states:

  • CREATE PENDING &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED

  • DELETE PENDING &gt; DELETE IN_PROGRESS

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-personalize/types.rb', line 2360

class DatasetSummary < Struct.new(
  :name,
  :dataset_arn,
  :dataset_type,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end