Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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)

5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5491

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)

5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5491

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)

5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5491

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)

5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5491

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)

5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5491

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)

5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5491

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