@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SageMakerPipelineParameters extends Object implements Serializable, Cloneable, StructuredPojo
The templated target type for the Amazon SageMaker
StartPipelineExecution
API operation.
Constructor and Description |
---|
SageMakerPipelineParameters() |
Modifier and Type | Method and Description |
---|---|
SageMakerPipelineParameters |
clone() |
boolean |
equals(Object obj) |
List<SageMakerPipelineParameter> |
getPipelineParameterList()
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList)
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
|
String |
toString()
Returns a string representation of this object.
|
SageMakerPipelineParameters |
withPipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList)
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
|
SageMakerPipelineParameters |
withPipelineParameterList(SageMakerPipelineParameter... pipelineParameterList)
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
|
public List<SageMakerPipelineParameter> getPipelineParameterList()
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
public void setPipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList)
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
pipelineParameterList
- List of parameter names and values to use when executing the SageMaker Model Building Pipeline.public SageMakerPipelineParameters withPipelineParameterList(SageMakerPipelineParameter... pipelineParameterList)
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setPipelineParameterList(java.util.Collection)
or
withPipelineParameterList(java.util.Collection)
if you want to override the existing values.
pipelineParameterList
- List of parameter names and values to use when executing the SageMaker Model Building Pipeline.public SageMakerPipelineParameters withPipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList)
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
pipelineParameterList
- List of parameter names and values to use when executing the SageMaker Model Building Pipeline.public String toString()
toString
in class Object
Object.toString()
public SageMakerPipelineParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.