@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipeTargetSageMakerPipelineParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for using a SageMaker pipeline as a target.
| Constructor and Description |
|---|
PipeTargetSageMakerPipelineParameters() |
| Modifier and Type | Method and Description |
|---|---|
PipeTargetSageMakerPipelineParameters |
clone() |
boolean |
equals(Object obj) |
List<SageMakerPipelineParameter> |
getPipelineParameterList()
List of Parameter names and values for SageMaker Model Building Pipeline execution.
|
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 for SageMaker Model Building Pipeline execution.
|
String |
toString()
Returns a string representation of this object.
|
PipeTargetSageMakerPipelineParameters |
withPipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList)
List of Parameter names and values for SageMaker Model Building Pipeline execution.
|
PipeTargetSageMakerPipelineParameters |
withPipelineParameterList(SageMakerPipelineParameter... pipelineParameterList)
List of Parameter names and values for SageMaker Model Building Pipeline execution.
|
public PipeTargetSageMakerPipelineParameters()
public List<SageMakerPipelineParameter> getPipelineParameterList()
List of Parameter names and values for SageMaker Model Building Pipeline execution.
public void setPipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList)
List of Parameter names and values for SageMaker Model Building Pipeline execution.
pipelineParameterList - List of Parameter names and values for SageMaker Model Building Pipeline execution.public PipeTargetSageMakerPipelineParameters withPipelineParameterList(SageMakerPipelineParameter... pipelineParameterList)
List of Parameter names and values for SageMaker Model Building Pipeline execution.
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 for SageMaker Model Building Pipeline execution.public PipeTargetSageMakerPipelineParameters withPipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList)
List of Parameter names and values for SageMaker Model Building Pipeline execution.
pipelineParameterList - List of Parameter names and values for SageMaker Model Building Pipeline execution.public String toString()
toString in class ObjectObject.toString()public PipeTargetSageMakerPipelineParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.