Values_2.UpdateProjectOutputSourceUpdates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training to deploying an approved model. You must not update a project that is in use. If you update the ServiceCatalogProvisioningUpdateDetails of a project that is active or being created, or updated, you may lose resources already created by the project.
type nonrec t = {projectArn : Values_1.ProjectArn.t option;The Amazon Resource Name (ARN) of the project.
*)}type nonrec error = [ | `ConflictException of Values_0.ConflictException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of Values_0.ConflictException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of Values_0.ConflictException.t
| `Unknown_operation_error of string * string option ]