Class: Aws::SageMaker::Types::ListPipelineExecutionStepsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


29546
29547
29548
29549
29550
29551
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29546

class ListPipelineExecutionStepsResponse < Struct.new(
  :pipeline_execution_steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_stepsArray<Types::PipelineExecutionStep>

A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.

Returns:



29546
29547
29548
29549
29550
29551
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29546

class ListPipelineExecutionStepsResponse < Struct.new(
  :pipeline_execution_steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end