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

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

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


28945
28946
28947
28948
28949
28950
# File 'lib/aws-sdk-sagemaker/types.rb', line 28945

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:



28945
28946
28947
28948
28949
28950
# File 'lib/aws-sdk-sagemaker/types.rb', line 28945

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