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)


26897
26898
26899
26900
26901
26902
26903
26904
# File 'lib/aws-sdk-sagemaker/types.rb', line 26897

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)


26897
26898
26899
26900
26901
26902
26903
26904
# File 'lib/aws-sdk-sagemaker/types.rb', line 26897

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)


26897
26898
26899
26900
26901
26902
26903
26904
# File 'lib/aws-sdk-sagemaker/types.rb', line 26897

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)


26897
26898
26899
26900
26901
26902
26903
26904
# File 'lib/aws-sdk-sagemaker/types.rb', line 26897

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