pipeline
Gets an individual pipeline
resource
Overview
Name | pipeline |
Type | Resource |
Description | pipeline |
Id | awscc.sagemaker.pipeline |
Fields
Name | Datatype | Description |
---|---|---|
pipeline_name | string | The name of the Pipeline. |
pipeline_display_name | string | The display name of the Pipeline. |
pipeline_description | string | The description of the Pipeline. |
pipeline_definition | object | |
role_arn | string | Role Arn |
tags | array | |
parallelism_configuration | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
pipeline_name,
pipeline_display_name,
pipeline_description,
pipeline_definition,
role_arn,
tags,
parallelism_configuration
FROM awscc.sagemaker.pipeline
WHERE data__Identifier = '<PipelineName>';
Permissions
To operate on the pipeline
resource, the following permissions are required:
Read
sagemaker:DescribePipeline,
sagemaker:ListTags
Update
iam:PassRole,
s3:GetObject,
sagemaker:UpdatePipeline,
sagemaker:DescribePipeline,
sagemaker:AddTags,
sagemaker:DeleteTags,
sagemaker:ListTags
Delete
sagemaker:DeletePipeline