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

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

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)


4867
4868
4869
4870
4871
4872
4873
4874
4875
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4867

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)


4867
4868
4869
4870
4871
4872
4873
4874
4875
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4867

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)


4867
4868
4869
4870
4871
4872
4873
4874
4875
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4867

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.



4867
4868
4869
4870
4871
4872
4873
4874
4875
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4867

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 can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

  • STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE

  • DELETE PENDING > DELETE IN_PROGRESS

Returns:

  • (String)


4867
4868
4869
4870
4871
4872
4873
4874
4875
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4867

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