Interface SageMakerPipelineParameter.Builder

    • Method Detail

      • name

        SageMakerPipelineParameter.Builder name​(String name)

        Name of parameter to start execution of a SageMaker Model Building Pipeline.

        Parameters:
        name - Name of parameter to start execution of a SageMaker Model Building Pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        SageMakerPipelineParameter.Builder value​(String value)

        Value of parameter to start execution of a SageMaker Model Building Pipeline.

        Parameters:
        value - Value of parameter to start execution of a SageMaker Model Building Pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.