Gets a list of PipeLineExecutionStep objects
Gets a list of PipeLineExecutionStep
objects.
sagemaker_list_pipeline_execution_steps(PipelineExecutionArn, NextToken, MaxResults, SortOrder)
PipelineExecutionArn |
The Amazon Resource Name (ARN) of the pipeline execution. |
NextToken |
If the result of the previous
|
MaxResults |
The maximum number of pipeline execution steps to return in the response. |
SortOrder |
The field by which to sort results. The default is |
A list with the following syntax:
list( PipelineExecutionSteps = list( list( StepName = "string", StartTime = as.POSIXct( "2015-01-01" ), EndTime = as.POSIXct( "2015-01-01" ), StepStatus = "Starting"|"Executing"|"Stopping"|"Stopped"|"Failed"|"Succeeded", CacheHitResult = list( SourcePipelineExecutionArn = "string" ), FailureReason = "string", Metadata = list( TrainingJob = list( Arn = "string" ), ProcessingJob = list( Arn = "string" ), TransformJob = list( Arn = "string" ), Model = list( Arn = "string" ), RegisterModel = list( Arn = "string" ), Condition = list( Outcome = "True"|"False" ) ) ) ), NextToken = "string" )
svc$list_pipeline_execution_steps( PipelineExecutionArn = "string", NextToken = "string", MaxResults = 123, SortOrder = "Ascending"|"Descending" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.