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

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


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3419

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)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3419

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)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3419

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)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3419

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)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3419

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)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3419

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)


3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3419

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