NAME
Paws::SageMaker::ListPipelineParametersForExecutionResponse
ATTRIBUTES
NextToken => Str
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.
PipelineParameters => ArrayRef[Paws::SageMaker::Parameter]
Contains a list of pipeline parameters. This list can be empty.