Class: Aws::SageMaker::Types::ListPipelineExecutionStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListPipelineExecutionStepsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of pipeline execution steps to return in the response.
-
#next_token ⇒ String
If the result of the previous ‘ListPipelineExecutionSteps` request was truncated, the response includes a `NextToken`.
-
#pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
-
#sort_order ⇒ String
The field by which to sort results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of pipeline execution steps to return in the response.
30381 30382 30383 30384 30385 30386 30387 30388 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30381 class ListPipelineExecutionStepsRequest < Struct.new( :pipeline_execution_arn, :next_token, :max_results, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
30381 30382 30383 30384 30385 30386 30387 30388 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30381 class ListPipelineExecutionStepsRequest < Struct.new( :pipeline_execution_arn, :next_token, :max_results, :sort_order) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
30381 30382 30383 30384 30385 30386 30387 30388 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30381 class ListPipelineExecutionStepsRequest < Struct.new( :pipeline_execution_arn, :next_token, :max_results, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The field by which to sort results. The default is ‘CreatedTime`.
30381 30382 30383 30384 30385 30386 30387 30388 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30381 class ListPipelineExecutionStepsRequest < Struct.new( :pipeline_execution_arn, :next_token, :max_results, :sort_order) SENSITIVE = [] include Aws::Structure end |