Creates a pipeline using a JSON pipeline definition
Creates a pipeline using a JSON pipeline definition.
sagemaker_create_pipeline(PipelineName, PipelineDisplayName, PipelineDefinition, PipelineDescription, ClientRequestToken, RoleArn, Tags)
PipelineName |
[required] The name of the pipeline. |
PipelineDisplayName |
The display name of the pipeline. |
PipelineDefinition |
[required] The JSON pipeline definition of the pipeline. |
PipelineDescription |
A description of the pipeline. |
ClientRequestToken |
[required] A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. |
RoleArn |
[required] The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources. |
Tags |
A list of tags to apply to the created pipeline. |
A list with the following syntax:
list( PipelineArn = "string" )
svc$create_pipeline( PipelineName = "string", PipelineDisplayName = "string", PipelineDefinition = "string", PipelineDescription = "string", ClientRequestToken = "string", RoleArn = "string", Tags = list( list( Key = "string", Value = "string" ) ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.