Class: Aws::SageMaker::Types::ListPipelineExecutionsResponse

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

#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)


29614
29615
29616
29617
29618
29619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29614

class ListPipelineExecutionsResponse < Struct.new(
  :pipeline_execution_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_summariesArray<Types::PipelineExecutionSummary>

Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.



29614
29615
29616
29617
29618
29619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29614

class ListPipelineExecutionsResponse < Struct.new(
  :pipeline_execution_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end