Class: Aws::SageMaker::Types::ListPipelineVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListPipelineVersionsRequest
- 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 versions that were created after a specified time.
-
#created_before ⇒ Time
A filter that returns the pipeline versions that were created before a specified time.
-
#max_results ⇒ Integer
The maximum number of pipeline versions to return in the response.
-
#next_token ⇒ String
If the result of the previous ‘ListPipelineVersions` request was truncated, the response includes a `NextToken`.
-
#pipeline_name ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
-
#sort_order ⇒ String
The sort order for the results.
Instance Attribute Details
#created_after ⇒ Time
A filter that returns the pipeline versions that were created after a specified time.
35124 35125 35126 35127 35128 35129 35130 35131 35132 35133 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35124 class ListPipelineVersionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
A filter that returns the pipeline versions that were created before a specified time.
35124 35125 35126 35127 35128 35129 35130 35131 35132 35133 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35124 class ListPipelineVersionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of pipeline versions to return in the response.
35124 35125 35126 35127 35128 35129 35130 35131 35132 35133 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35124 class ListPipelineVersionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of the previous ‘ListPipelineVersions` request was truncated, the response includes a `NextToken`. To retrieve the next set of pipeline versions, use this token in your next request.
35124 35125 35126 35127 35128 35129 35130 35131 35132 35133 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35124 class ListPipelineVersionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
35124 35125 35126 35127 35128 35129 35130 35131 35132 35133 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35124 class ListPipelineVersionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for the results.
35124 35125 35126 35127 35128 35129 35130 35131 35132 35133 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35124 class ListPipelineVersionsRequest < Struct.new( :pipeline_name, :created_after, :created_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |