Class: Aws::Personalize::Types::SolutionSummary

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

Overview

Provides a summary of the properties of a solution. 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

Instance Attribute Details

#creation_date_timeTime

The date and time (in Unix time) that the solution was created.

Returns:

  • (Time)


5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
# File 'lib/aws-sdk-personalize/types.rb', line 5038

class SolutionSummary < Struct.new(
  :name,
  :solution_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :recipe_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

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

Returns:

  • (Time)


5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
# File 'lib/aws-sdk-personalize/types.rb', line 5038

class SolutionSummary < Struct.new(
  :name,
  :solution_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :recipe_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the solution.

Returns:

  • (String)


5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
# File 'lib/aws-sdk-personalize/types.rb', line 5038

class SolutionSummary < Struct.new(
  :name,
  :solution_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :recipe_arn)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_arnString

The Amazon Resource Name (ARN) of the recipe used by the solution.

Returns:

  • (String)


5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
# File 'lib/aws-sdk-personalize/types.rb', line 5038

class SolutionSummary < Struct.new(
  :name,
  :solution_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :recipe_arn)
  SENSITIVE = []
  include Aws::Structure
end

#solution_arnString

The Amazon Resource Name (ARN) of the solution.

Returns:

  • (String)


5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
# File 'lib/aws-sdk-personalize/types.rb', line 5038

class SolutionSummary < Struct.new(
  :name,
  :solution_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :recipe_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the solution.

A solution can be in one of the following states:

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

  • DELETE PENDING &gt; DELETE IN_PROGRESS

Returns:

  • (String)


5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
# File 'lib/aws-sdk-personalize/types.rb', line 5038

class SolutionSummary < Struct.new(
  :name,
  :solution_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :recipe_arn)
  SENSITIVE = []
  include Aws::Structure
end