Interface SageMakerPipelineParameters.Builder

    • Method Detail

      • pipelineParameterList

        SageMakerPipelineParameters.Builder pipelineParameterList​(Collection<SageMakerPipelineParameter> pipelineParameterList)

        List of parameter names and values to use when executing the SageMaker Model Building Pipeline.

        Parameters:
        pipelineParameterList - List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineParameterList

        SageMakerPipelineParameters.Builder pipelineParameterList​(SageMakerPipelineParameter... pipelineParameterList)

        List of parameter names and values to use when executing the SageMaker Model Building Pipeline.

        Parameters:
        pipelineParameterList - List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.