Class: Aws::SageMaker::Types::ListPipelineExecutionStepsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)


28806
28807
28808
28809
28810
28811
28812
28813
# File 'lib/aws-sdk-sagemaker/types.rb', line 28806

class ListPipelineExecutionStepsRequest < Struct.new(
  :pipeline_execution_arn,
  :next_token,
  :max_results,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

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


28806
28807
28808
28809
28810
28811
28812
28813
# File 'lib/aws-sdk-sagemaker/types.rb', line 28806

class ListPipelineExecutionStepsRequest < Struct.new(
  :pipeline_execution_arn,
  :next_token,
  :max_results,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_arnString

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

Returns:

  • (String)


28806
28807
28808
28809
28810
28811
28812
28813
# File 'lib/aws-sdk-sagemaker/types.rb', line 28806

class ListPipelineExecutionStepsRequest < Struct.new(
  :pipeline_execution_arn,
  :next_token,
  :max_results,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

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

Returns:

  • (String)


28806
28807
28808
28809
28810
28811
28812
28813
# File 'lib/aws-sdk-sagemaker/types.rb', line 28806

class ListPipelineExecutionStepsRequest < Struct.new(
  :pipeline_execution_arn,
  :next_token,
  :max_results,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end