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.

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)


1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-personalize/types.rb', line 1676

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)


1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-personalize/types.rb', line 1676

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)


1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-personalize/types.rb', line 1676

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)


1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-personalize/types.rb', line 1676

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)


1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-personalize/types.rb', line 1676

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)


1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-personalize/types.rb', line 1676

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