Module Values_1.CreateProjectInputSource

Creates 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.

Sourcetype nonrec t = {
  1. projectName : ProjectEntityName.t;
    (*

    The name of the project.

    *)
  2. projectDescription : Values_0.EntityDescription.t option;
    (*

    A description for the project.

    *)
  3. serviceCatalogProvisioningDetails : ServiceCatalogProvisioningDetails.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.

    *)
  4. tags : Values_0.TagList.t option;
    (*

    An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

    *)
  5. templateProviders : CreateTemplateProviderList.t option;
    (*

    An array of template provider configurations for creating infrastructure resources for the project.

    *)
}
Sourceval context_ : string
Sourceval make : ?projectDescription:??? -> ?serviceCatalogProvisioningDetails:??? -> ?tags:??? -> ?templateProviders:??? -> projectName:ProjectEntityName.t -> unit -> t
Sourceval 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 ProjectEntityName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of ProvisioningParameterKey.t ]) list ] list | `String of ServiceCatalogEntityId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t