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)


3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
# File 'lib/aws-sdk-personalize/types.rb', line 3335

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)


3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
# File 'lib/aws-sdk-personalize/types.rb', line 3335

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)


3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
# File 'lib/aws-sdk-personalize/types.rb', line 3335

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)


3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
# File 'lib/aws-sdk-personalize/types.rb', line 3335

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)


3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
# File 'lib/aws-sdk-personalize/types.rb', line 3335

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)


3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
# File 'lib/aws-sdk-personalize/types.rb', line 3335

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)


3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
# File 'lib/aws-sdk-personalize/types.rb', line 3335

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