Class: Aws::Personalize::Types::FilterSummary

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

Overview

A short summary of a filter’s attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The time at which the filter was created.

Returns:

  • (Time)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-personalize/types.rb', line 2600

class FilterSummary < Struct.new(
  :name,
  :filter_arn,
  :creation_date_time,
  :last_updated_date_time,
  :dataset_group_arn,
  :failure_reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_group_arnString

The ARN of the dataset group to which the filter belongs.

Returns:

  • (String)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-personalize/types.rb', line 2600

class FilterSummary < Struct.new(
  :name,
  :filter_arn,
  :creation_date_time,
  :last_updated_date_time,
  :dataset_group_arn,
  :failure_reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If the filter failed, the reason for the failure.

Returns:

  • (String)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-personalize/types.rb', line 2600

class FilterSummary < Struct.new(
  :name,
  :filter_arn,
  :creation_date_time,
  :last_updated_date_time,
  :dataset_group_arn,
  :failure_reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#filter_arnString

The ARN of the filter.

Returns:

  • (String)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-personalize/types.rb', line 2600

class FilterSummary < Struct.new(
  :name,
  :filter_arn,
  :creation_date_time,
  :last_updated_date_time,
  :dataset_group_arn,
  :failure_reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The time at which the filter was last updated.

Returns:

  • (Time)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-personalize/types.rb', line 2600

class FilterSummary < Struct.new(
  :name,
  :filter_arn,
  :creation_date_time,
  :last_updated_date_time,
  :dataset_group_arn,
  :failure_reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the filter.

Returns:

  • (String)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-personalize/types.rb', line 2600

class FilterSummary < Struct.new(
  :name,
  :filter_arn,
  :creation_date_time,
  :last_updated_date_time,
  :dataset_group_arn,
  :failure_reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the filter.

Returns:

  • (String)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-personalize/types.rb', line 2600

class FilterSummary < Struct.new(
  :name,
  :filter_arn,
  :creation_date_time,
  :last_updated_date_time,
  :dataset_group_arn,
  :failure_reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end