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

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 solution. For a complete listing, call the DescribeSolution API.

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)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5050

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)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5050

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)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5050

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)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5050

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)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5050

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 > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

  • DELETE PENDING > DELETE IN_PROGRESS

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5050

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