Class: Aws::Personalize::Types::SolutionUpdateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::SolutionUpdateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Provides a summary of the properties of a solution update. For a complete listing, call the [DescribeSolution] API.
[1]: docs.aws.amazon.com/personalize/latest/dg/API_DescribeSolution.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The date and time (in Unix format) that the solution update was created.
-
#failure_reason ⇒ String
If a solution update fails, the reason behind the failure.
-
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the solution update was last updated.
-
#perform_auto_training ⇒ Boolean
Whether the solution automatically creates solution versions.
-
#solution_update_config ⇒ Types::SolutionUpdateConfig
The configuration details of the solution.
-
#status ⇒ String
The status of the solution update.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time (in Unix format) that the solution update was created.
5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 |
# File 'lib/aws-sdk-personalize/types.rb', line 5506 class SolutionUpdateSummary < Struct.new( :solution_update_config, :status, :perform_auto_training, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
If a solution update fails, the reason behind the failure.
5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 |
# File 'lib/aws-sdk-personalize/types.rb', line 5506 class SolutionUpdateSummary < Struct.new( :solution_update_config, :status, :perform_auto_training, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the solution update was last updated.
5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 |
# File 'lib/aws-sdk-personalize/types.rb', line 5506 class SolutionUpdateSummary < Struct.new( :solution_update_config, :status, :perform_auto_training, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#perform_auto_training ⇒ Boolean
Whether the solution automatically creates solution versions.
5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 |
# File 'lib/aws-sdk-personalize/types.rb', line 5506 class SolutionUpdateSummary < Struct.new( :solution_update_config, :status, :perform_auto_training, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#solution_update_config ⇒ Types::SolutionUpdateConfig
The configuration details of the solution.
5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 |
# File 'lib/aws-sdk-personalize/types.rb', line 5506 class SolutionUpdateSummary < Struct.new( :solution_update_config, :status, :perform_auto_training, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the solution update. A solution update can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 |
# File 'lib/aws-sdk-personalize/types.rb', line 5506 class SolutionUpdateSummary < Struct.new( :solution_update_config, :status, :perform_auto_training, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |