使用云开发工具包 (CDK) 部署 AWS SageMaker 管道
Deploy AWS SageMaker pipeline using the cloud development kit (CDK)
我想使用 CDK (https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sagemaker.CfnPipeline.html) 部署 SageMaker 管道,但找不到任何代码示例。有什么指点吗?
CDK L1 构造对应于 1:1 同名的 CloudFormation 资源。构造道具与资源属性相匹配。因此,go-to 来源是 CloudFormation 文档。
AWS::SageMaker::Pipeline
docs have a more complete example.
我想使用 CDK (https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sagemaker.CfnPipeline.html) 部署 SageMaker 管道,但找不到任何代码示例。有什么指点吗?
CDK L1 构造对应于 1:1 同名的 CloudFormation 资源。构造道具与资源属性相匹配。因此,go-to 来源是 CloudFormation 文档。
AWS::SageMaker::Pipeline
docs have a more complete example.