Interface SageMakerPipelineParameter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SageMakerPipelineParameter.Builder,SageMakerPipelineParameter>, SdkBuilder<SageMakerPipelineParameter.Builder,SageMakerPipelineParameter>, SdkPojo
Enclosing class:
SageMakerPipelineParameter

public static interface SageMakerPipelineParameter.Builder extends SdkPojo, CopyableBuilder<SageMakerPipelineParameter.Builder,SageMakerPipelineParameter>
  • Method Details

    • 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

      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.