class Aws::SageMaker::Types::ListPipelinesRequest
@note When making an API call, you may pass ListPipelinesRequest
data as a hash: { pipeline_name_prefix: "PipelineName", created_after: Time.now, created_before: Time.now, sort_by: "Name", # accepts Name, CreationTime sort_order: "Ascending", # accepts Ascending, Descending next_token: "NextToken", max_results: 1, }
@!attribute [rw] pipeline_name_prefix
The prefix of the pipeline name. @return [String]
@!attribute [rw] created_after
A filter that returns the pipelines that were created after a specified time. @return [Time]
@!attribute [rw] created_before
A filter that returns the pipelines that were created before a specified time. @return [Time]
@!attribute [rw] sort_by
The field by which to sort results. The default is `CreatedTime`. @return [String]
@!attribute [rw] sort_order
The sort order for results. @return [String]
@!attribute [rw] next_token
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. @return [String]
@!attribute [rw] max_results
The maximum number of pipelines to return in the response. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelinesRequest AWS API Documentation
Constants
- SENSITIVE