Class: Aws::CustomerProfiles::Types::RecommenderUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Contains information about an update operation performed on a recommender.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when this recommender update was initiated.

Returns:

  • (Time)


8326
8327
8328
8329
8330
8331
8332
8333
8334
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326

class RecommenderUpdate < Struct.new(
  :recommender_config,
  :status,
  :created_at,
  :last_updated_at,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If the update operation failed, provides the reason for the failure.

Returns:

  • (String)


8326
8327
8328
8329
8330
8331
8332
8333
8334
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326

class RecommenderUpdate < Struct.new(
  :recommender_config,
  :status,
  :created_at,
  :last_updated_at,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when the recommender was edited.

Returns:

  • (Time)


8326
8327
8328
8329
8330
8331
8332
8333
8334
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326

class RecommenderUpdate < Struct.new(
  :recommender_config,
  :status,
  :created_at,
  :last_updated_at,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#recommender_configTypes::RecommenderConfig

The updated configuration settings applied to the recommender during this update.



8326
8327
8328
8329
8330
8331
8332
8333
8334
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326

class RecommenderUpdate < Struct.new(
  :recommender_config,
  :status,
  :created_at,
  :last_updated_at,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the recommender update operation.

Returns:

  • (String)


8326
8327
8328
8329
8330
8331
8332
8333
8334
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326

class RecommenderUpdate < Struct.new(
  :recommender_config,
  :status,
  :created_at,
  :last_updated_at,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end