Description Usage Arguments Value Request syntax
View source: R/sagemaker_operations.R
Describes the details of a pipeline.
1 | sagemaker_describe_pipeline(PipelineName)
|
PipelineName |
[required] The name of the pipeline to describe. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | list(
PipelineArn = "string",
PipelineName = "string",
PipelineDisplayName = "string",
PipelineDefinition = "string",
PipelineDescription = "string",
RoleArn = "string",
PipelineStatus = "Active",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
LastRunTime = as.POSIXct(
"2015-01-01"
),
CreatedBy = list(
UserProfileArn = "string",
UserProfileName = "string",
DomainId = "string"
),
LastModifiedBy = list(
UserProfileArn = "string",
UserProfileName = "string",
DomainId = "string"
)
)
|
1 2 3 | svc$describe_pipeline(
PipelineName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.