Class: Aws::SageMaker::Types::ListPipelineVersionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 versions that were created after a specified time.

Returns:

  • (Time)


35710
35711
35712
35713
35714
35715
35716
35717
35718
35719
# File 'lib/aws-sdk-sagemaker/types.rb', line 35710

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

#created_beforeTime

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

Returns:

  • (Time)


35710
35711
35712
35713
35714
35715
35716
35717
35718
35719
# File 'lib/aws-sdk-sagemaker/types.rb', line 35710

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

#max_resultsInteger

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

Returns:

  • (Integer)


35710
35711
35712
35713
35714
35715
35716
35717
35718
35719
# File 'lib/aws-sdk-sagemaker/types.rb', line 35710

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

#next_tokenString

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.

Returns:

  • (String)


35710
35711
35712
35713
35714
35715
35716
35717
35718
35719
# File 'lib/aws-sdk-sagemaker/types.rb', line 35710

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

#pipeline_nameString

The Amazon Resource Name (ARN) of the pipeline.

Returns:

  • (String)


35710
35711
35712
35713
35714
35715
35716
35717
35718
35719
# File 'lib/aws-sdk-sagemaker/types.rb', line 35710

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

#sort_orderString

The sort order for the results.

Returns:

  • (String)


35710
35711
35712
35713
35714
35715
35716
35717
35718
35719
# File 'lib/aws-sdk-sagemaker/types.rb', line 35710

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