class Aws::SageMaker::Types::ListPipelineExecutionsRequest

@note When making an API call, you may pass ListPipelineExecutionsRequest

data as a hash:

    {
      pipeline_name: "PipelineName", # required
      created_after: Time.now,
      created_before: Time.now,
      sort_by: "CreationTime", # accepts CreationTime, PipelineExecutionArn
      sort_order: "Ascending", # accepts Ascending, Descending
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] pipeline_name

The name of the pipeline.
@return [String]

@!attribute [rw] created_after

A filter that returns the pipeline executions that were created
after a specified time.
@return [Time]

@!attribute [rw] created_before

A filter that returns the pipeline executions 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 `ListPipelineExecutions` request was
truncated, the response includes a `NextToken`. To retrieve the next
set of pipeline executions, use the token in the next request.
@return [String]

@!attribute [rw] max_results

The maximum number of pipeline executions to return in the response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutionsRequest AWS API Documentation

Constants

SENSITIVE