Describes the details of a pipeline
Describes the details of a pipeline.
sagemaker_describe_pipeline(PipelineName)
PipelineName |
[required] The name of the pipeline to describe. |
A list with the following syntax:
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" ) )
svc$describe_pipeline( PipelineName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.