Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_list_pipeline_execution_steps

Gets a list of PipeLineExecutionStep objects


Description

Gets a list of PipeLineExecutionStep objects.

Usage

sagemaker_list_pipeline_execution_steps(PipelineExecutionArn, NextToken,
  MaxResults, SortOrder)

Arguments

PipelineExecutionArn

The Amazon Resource Name (ARN) of the pipeline execution.

NextToken

If the result of the previous list_pipeline_execution_steps request was truncated, the response includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the next request.

MaxResults

The maximum number of pipeline execution steps to return in the response.

SortOrder

The field by which to sort results. The default is CreatedTime.

Value

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"
)

Request syntax

svc$list_pipeline_execution_steps(
  PipelineExecutionArn = "string",
  NextToken = "string",
  MaxResults = 123,
  SortOrder = "Ascending"|"Descending"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.