AWS::SageMaker::ProjectCreates 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.
import { CfnProject } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnProjectConfiguration passed to the constructor as CfnProjectProps.
projectNameRequiredstringThe name of the project.
projectDescriptionOptionalstringThe description of the project.
serviceCatalogProvisionedProductDetailsOptionalIResolvable | ServiceCatalogProvisionedProductDetailsPropertyDetails of a provisioned service catalog product. For information about service catalog, see [What is AWS Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html) .
serviceCatalogProvisioningDetailsOptionalanyThe product ID and provisioning artifact ID to provision a service catalog. For information, see [What is AWS Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html) .
tagsOptionalCfnTag[]A list of key-value pairs to apply to this resource. For more information, see [Resource Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) and [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what) in the *AWS Billing and Cost Management User Guide* .
templateProviderDetailsOptionalIResolvable | IResolvable | TemplateProviderDetailProperty[]An array of template providers associated with the project.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::Project