Class: Aws::SageMaker::Types::ListPipelineParametersForExecutionResponse

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 ListPipelineParametersForExecution request was truncated, the response includes a NextToken. To retrieve the next set of parameters, use the token in the next request.

Returns:

  • (String)


28905
28906
28907
28908
28909
28910
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28905

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

#pipeline_parametersArray<Types::Parameter>

Contains a list of pipeline parameters. This list can be empty.

Returns:



28905
28906
28907
28908
28909
28910
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28905

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