Class: Aws::SageMaker::Types::ListPipelineExecutionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

A filter that returns the pipeline executions that were created after a specified time.

Returns:

  • (Time)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
28853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28843

class ListPipelineExecutionsRequest < Struct.new(
  :pipeline_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

A filter that returns the pipeline executions that were created before a specified time.

Returns:

  • (Time)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
28853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28843

class ListPipelineExecutionsRequest < Struct.new(
  :pipeline_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of pipeline executions to return in the response.

Returns:

  • (Integer)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
28853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28843

class ListPipelineExecutionsRequest < Struct.new(
  :pipeline_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
28853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28843

class ListPipelineExecutionsRequest < Struct.new(
  :pipeline_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name or Amazon Resource Name (ARN) of the pipeline.

Returns:

  • (String)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
28853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28843

class ListPipelineExecutionsRequest < Struct.new(
  :pipeline_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The field by which to sort results. The default is CreatedTime.

Returns:

  • (String)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
28853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28843

class ListPipelineExecutionsRequest < Struct.new(
  :pipeline_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order for results.

Returns:

  • (String)


28843
28844
28845
28846
28847
28848
28849
28850
28851
28852
28853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28843

class ListPipelineExecutionsRequest < Struct.new(
  :pipeline_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end