Skip to main content

pipeline

Gets an individual pipeline resource

Overview

Namepipeline
TypeResource
Descriptionpipeline
Idawscc.sagemaker.pipeline

Fields

NameDatatypeDescription
pipeline_namestringThe name of the Pipeline.
pipeline_display_namestringThe display name of the Pipeline.
pipeline_descriptionstringThe description of the Pipeline.
pipeline_definitionobject
role_arnstringRole Arn
tagsarray
parallelism_configurationobject
regionstringAWS 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