Class: Aws::SageMaker::Types::ListPipelinesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListPipelinesRequest
- 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 pipelines that were created after a specified time.
-
#created_before ⇒ Time
A filter that returns the pipelines that were created before a specified time.
-
#max_results ⇒ Integer
The maximum number of pipelines to return in the response.
-
#next_token ⇒ String
If the result of the previous ‘ListPipelines` request was truncated, the response includes a `NextToken`.
-
#pipeline_name_prefix ⇒ String
The prefix of the pipeline name.
-
#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 pipelines that were created after a specified time.
30561 30562 30563 30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30561 class ListPipelinesRequest < Struct.new( :pipeline_name_prefix, :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 pipelines that were created before a specified time.
30561 30562 30563 30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30561 class ListPipelinesRequest < Struct.new( :pipeline_name_prefix, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of pipelines to return in the response.
30561 30562 30563 30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30561 class ListPipelinesRequest < Struct.new( :pipeline_name_prefix, :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 ‘ListPipelines` request was truncated, the response includes a `NextToken`. To retrieve the next set of pipelines, use the token in the next request.
30561 30562 30563 30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30561 class ListPipelinesRequest < Struct.new( :pipeline_name_prefix, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#pipeline_name_prefix ⇒ String
The prefix of the pipeline name.
30561 30562 30563 30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30561 class ListPipelinesRequest < Struct.new( :pipeline_name_prefix, :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`.
30561 30562 30563 30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30561 class ListPipelinesRequest < Struct.new( :pipeline_name_prefix, :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.
30561 30562 30563 30564 30565 30566 30567 30568 30569 30570 30571 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30561 class ListPipelinesRequest < Struct.new( :pipeline_name_prefix, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |