Values_2.UpdateProjectInputSourceUpdates 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 = {projectName : Values_1.ProjectEntityName.t;The name of the project.
*)projectDescription : Values_0.EntityDescription.t option;The description for the project.
*)serviceCatalogProvisioningUpdateDetails : ServiceCatalogProvisioningUpdateDetails.t
option;The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.
*)templateProvidersToUpdate : UpdateTemplateProviderList.t option;The template providers to update in the project.
*)}val make :
?projectDescription:??? ->
?serviceCatalogProvisioningUpdateDetails:??? ->
?tags:??? ->
?templateProvidersToUpdate:??? ->
projectName:Values_1.ProjectEntityName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of string ])
list ])
list ]
list
| `String of Values_1.ProjectEntityName.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_1.ServiceCatalogEntityId.t ])
list ])
list ]