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

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

#max_resultsInteger

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

Returns:

  • (Integer)


28766
28767
28768
28769
28770
28771
28772
28773
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28766

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)


28766
28767
28768
28769
28770
28771
28772
28773
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28766

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)


28766
28767
28768
28769
28770
28771
28772
28773
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28766

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)


28766
28767
28768
28769
28770
28771
28772
28773
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28766

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