Class: Aws::SageMaker::Types::ListPipelineExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListPipelineExecutionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
A filter that returns the pipeline executions that were created after a specified time.
-
#created_before ⇒ Time
A filter that returns the pipeline executions that were created before a specified time.
-
#max_results ⇒ Integer
The maximum number of pipeline executions to return in the response.
-
#next_token ⇒ String
If the result of the previous ‘ListPipelineExecutions` request was truncated, the response includes a `NextToken`.
-
#pipeline_name ⇒ String
The name or Amazon Resource Name (ARN) of the pipeline.
-
#sort_by ⇒ String
The field by which to sort results.
-
#sort_order ⇒ String
The sort order for results.
Instance Attribute Details
#created_after ⇒ Time
A filter that returns the pipeline executions that were created after a specified time.
32584 32585 32586 32587 32588 32589 32590 32591 32592 32593 32594 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32584 class ListPipelineExecutionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
A filter that returns the pipeline executions that were created before a specified time.
32584 32585 32586 32587 32588 32589 32590 32591 32592 32593 32594 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32584 class ListPipelineExecutionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of pipeline executions to return in the response.
32584 32585 32586 32587 32588 32589 32590 32591 32592 32593 32594 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32584 class ListPipelineExecutionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of the previous ‘ListPipelineExecutions` request was truncated, the response includes a `NextToken`. To retrieve the next set of pipeline executions, use the token in the next request.
32584 32585 32586 32587 32588 32589 32590 32591 32592 32593 32594 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32584 class ListPipelineExecutionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name or Amazon Resource Name (ARN) of the pipeline.
32584 32585 32586 32587 32588 32589 32590 32591 32592 32593 32594 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32584 class ListPipelineExecutionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The field by which to sort results. The default is ‘CreatedTime`.
32584 32585 32586 32587 32588 32589 32590 32591 32592 32593 32594 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32584 class ListPipelineExecutionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for results.
32584 32585 32586 32587 32588 32589 32590 32591 32592 32593 32594 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32584 class ListPipelineExecutionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |