Updates a versioned model
Updates a versioned model.
sagemaker_update_model_package(ModelPackageArn, ModelApprovalStatus, ApprovalDescription)
ModelPackageArn |
[required] The Amazon Resource Name (ARN) of the model. |
ModelApprovalStatus |
[required] The approval status of the model. |
ApprovalDescription |
A description for the approval status of the model. |
A list with the following syntax:
list( ModelPackageArn = "string" )
svc$update_model_package( ModelPackageArn = "string", ModelApprovalStatus = "Approved"|"Rejected"|"PendingManualApproval", ApprovalDescription = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.