Class: Aws::CustomerProfiles::Types::RecommenderUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::RecommenderUpdate
- 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
-
#created_at ⇒ Time
The timestamp when this recommender update was initiated.
-
#failure_reason ⇒ String
If the update operation failed, provides the reason for the failure.
-
#last_updated_at ⇒ Time
The timestamp of when the recommender was edited.
-
#recommender_config ⇒ Types::RecommenderConfig
The updated configuration settings applied to the recommender during this update.
-
#recommender_version_name ⇒ String
The name of the recommender version associated with this update operation.
-
#status ⇒ String
The current status of the recommender update operation.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when this recommender update was initiated.
9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9230 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason, :recommender_version_name) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
If the update operation failed, provides the reason for the failure.
9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9230 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason, :recommender_version_name) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the recommender was edited.
9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9230 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason, :recommender_version_name) SENSITIVE = [] include Aws::Structure end |
#recommender_config ⇒ Types::RecommenderConfig
The updated configuration settings applied to the recommender during this update.
9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9230 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason, :recommender_version_name) SENSITIVE = [] include Aws::Structure end |
#recommender_version_name ⇒ String
The name of the recommender version associated with this update operation.
9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9230 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason, :recommender_version_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the recommender update operation.
9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9230 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason, :recommender_version_name) SENSITIVE = [] include Aws::Structure end |