class Aws::SageMaker::Types::Parameter

Assigns a value to a named Pipeline parameter.

@note When making an API call, you may pass Parameter

data as a hash:

    {
      name: "PipelineParameterName", # required
      value: "String1024", # required
    }

@!attribute [rw] name

The name of the parameter to assign a value to. This parameter name
must match a named parameter in the pipeline definition.
@return [String]

@!attribute [rw] value

The literal value for the parameter.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Parameter AWS API Documentation

Constants

SENSITIVE