Solution
public struct Solution : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When performAutoML is true, specifies the best recipe found.
Declaration
Swift
public let autoMLResult: AutoMLResult?
-
The creation date and time (in Unix time) of the solution.
Declaration
Swift
public let creationDateTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
Declaration
Swift
public let datasetGroupArn: String?
-
The event type (for example, ‘click’ or ‘like’) that is used for training the model.
Declaration
Swift
public let eventType: String?
-
The date and time (in Unix time) that the solution was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
Describes the latest version of the solution, including the status and the ARN.
Declaration
Swift
public let latestSolutionVersion: SolutionVersionSummary?
-
The name of the solution.
Declaration
Swift
public let name: String?
-
When true, Amazon Personalize performs a search for the best USER_PERSONALIZATION recipe from the list specified in the solution configuration (recipeArn must not be specified). When false (the default), Amazon Personalize uses recipeArn for training.
Declaration
Swift
public let performAutoML: Bool?
-
Whether to perform hyperparameter optimization (HPO) on the chosen recipe. The default is false.
Declaration
Swift
public let performHPO: Bool?
-
The ARN of the recipe used to create the solution.
Declaration
Swift
public let recipeArn: String?
-
The ARN of the solution.
Declaration
Swift
public let solutionArn: String?
-
Describes the configuration properties for the solution.
Declaration
Swift
public let solutionConfig: SolutionConfig?
-
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
Declaration
Swift
public let status: String?
-
init(autoMLResult:creationDateTime:datasetGroupArn:eventType:lastUpdatedDateTime:latestSolutionVersion:name:performAutoML:performHPO:recipeArn:solutionArn:solutionConfig:status:)
Undocumented
Declaration
Swift
public init(autoMLResult: AutoMLResult? = nil, creationDateTime: TimeStamp? = nil, datasetGroupArn: String? = nil, eventType: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, latestSolutionVersion: SolutionVersionSummary? = nil, name: String? = nil, performAutoML: Bool? = nil, performHPO: Bool? = nil, recipeArn: String? = nil, solutionArn: String? = nil, solutionConfig: SolutionConfig? = nil, status: String? = nil)