stop_solution_version_creation
(**kwargs)¶Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.
Depending on the current state of the solution version, the solution version state changes as follows:
You are billed for all of the training completed up until you stop the solution version creation. You cannot resume creating a solution version once it has been stopped.
See also: AWS API Documentation
Request Syntax
response = client.stop_solution_version_creation(
solutionVersionArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the solution version you want to stop creating.
Exceptions
Personalize.Client.exceptions.InvalidInputException
Personalize.Client.exceptions.ResourceNotFoundException
Personalize.Client.exceptions.ResourceInUseException