Values_1.CreateProjectOutputSourceCreates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.
type nonrec t = {projectArn : ProjectArn.t option;The Amazon Resource Name (ARN) of the project.
*)projectId : ProjectId.t option;The ID of the new project.
*)}type nonrec error = [ | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]