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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2369

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)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2369

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)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2369

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)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2369

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)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2369

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 > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

  • DELETE PENDING > DELETE IN_PROGRESS

Returns:

  • (String)


2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2369

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