Class: Aws::SageMaker::Types::ListPipelineParametersForExecutionRequest

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

#max_resultsInteger

The maximum number of parameters to return in the response.

Returns:

  • (Integer)


28924
28925
28926
28927
28928
28929
28930
# File 'lib/aws-sdk-sagemaker/types.rb', line 28924

class ListPipelineParametersForExecutionRequest < Struct.new(
  :pipeline_execution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

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


28924
28925
28926
28927
28928
28929
28930
# File 'lib/aws-sdk-sagemaker/types.rb', line 28924

class ListPipelineParametersForExecutionRequest < Struct.new(
  :pipeline_execution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_arnString

The Amazon Resource Name (ARN) of the pipeline execution.

Returns:

  • (String)


28924
28925
28926
28927
28928
28929
28930
# File 'lib/aws-sdk-sagemaker/types.rb', line 28924

class ListPipelineParametersForExecutionRequest < Struct.new(
  :pipeline_execution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end