Class: Aws::Personalize::Types::RecommenderUpdateSummary

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

Overview

Provides a summary of the properties of a recommender update. For a complete listing, call the [DescribeRecommender] API.

[1]: docs.aws.amazon.com/personalize/latest/dg/API_DescribeRecommender.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time (in Unix format) that the recommender update was created.

Returns:

  • (Time)


5132
5133
5134
5135
5136
5137
5138
5139
5140
# File 'lib/aws-sdk-personalize/types.rb', line 5132

class RecommenderUpdateSummary < Struct.new(
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If a recommender update fails, the reason behind the failure.

Returns:

  • (String)


5132
5133
5134
5135
5136
5137
5138
5139
5140
# File 'lib/aws-sdk-personalize/types.rb', line 5132

class RecommenderUpdateSummary < Struct.new(
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix time) that the recommender update was last updated.

Returns:

  • (Time)


5132
5133
5134
5135
5136
5137
5138
5139
5140
# File 'lib/aws-sdk-personalize/types.rb', line 5132

class RecommenderUpdateSummary < Struct.new(
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#recommender_configTypes::RecommenderConfig

The configuration details of the recommender update.



5132
5133
5134
5135
5136
5137
5138
5139
5140
# File 'lib/aws-sdk-personalize/types.rb', line 5132

class RecommenderUpdateSummary < Struct.new(
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the recommender update. A recommender update can be in one of the following states:

CREATE PENDING &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED

Returns:

  • (String)


5132
5133
5134
5135
5136
5137
5138
5139
5140
# File 'lib/aws-sdk-personalize/types.rb', line 5132

class RecommenderUpdateSummary < Struct.new(
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end