Trains or retrains an active solution
Trains or retrains an active solution. A solution is created using the
create_solution
operation and must be
in the ACTIVE state before calling
create_solution_version
. A new
version of the solution is created every time you call this operation.
Status
A solution version can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
To get the status of the version, call
describe_solution_version
.
Wait until the status shows as ACTIVE before calling
create_campaign
.
If the status shows as CREATE FAILED, the response includes a
failureReason
key, which describes why the job failed.
Related APIs
personalize_create_solution_version(solutionArn, trainingMode)
solutionArn |
[required] The Amazon Resource Name (ARN) of the solution containing the training configuration information. |
trainingMode |
The scope of training to be performed when creating the solution
version. The The |
A list with the following syntax:
list( solutionVersionArn = "string" )
svc$create_solution_version( solutionArn = "string", trainingMode = "FULL"|"UPDATE" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.