@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransformParameters extends Object implements Serializable, Cloneable, StructuredPojo
The algorithm-specific parameters that are associated with the machine learning transform.
Constructor and Description |
---|
TransformParameters() |
Modifier and Type | Method and Description |
---|---|
TransformParameters |
clone() |
boolean |
equals(Object obj) |
FindMatchesParameters |
getFindMatchesParameters()
The parameters for the find matches algorithm.
|
String |
getTransformType()
The type of machine learning transform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFindMatchesParameters(FindMatchesParameters findMatchesParameters)
The parameters for the find matches algorithm.
|
void |
setTransformType(String transformType)
The type of machine learning transform.
|
String |
toString()
Returns a string representation of this object.
|
TransformParameters |
withFindMatchesParameters(FindMatchesParameters findMatchesParameters)
The parameters for the find matches algorithm.
|
TransformParameters |
withTransformType(String transformType)
The type of machine learning transform.
|
TransformParameters |
withTransformType(TransformType transformType)
The type of machine learning transform.
|
public void setTransformType(String transformType)
The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
transformType
- The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
TransformType
public String getTransformType()
The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
TransformType
public TransformParameters withTransformType(String transformType)
The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
transformType
- The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
TransformType
public TransformParameters withTransformType(TransformType transformType)
The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
transformType
- The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
TransformType
public void setFindMatchesParameters(FindMatchesParameters findMatchesParameters)
The parameters for the find matches algorithm.
findMatchesParameters
- The parameters for the find matches algorithm.public FindMatchesParameters getFindMatchesParameters()
The parameters for the find matches algorithm.
public TransformParameters withFindMatchesParameters(FindMatchesParameters findMatchesParameters)
The parameters for the find matches algorithm.
findMatchesParameters
- The parameters for the find matches algorithm.public String toString()
toString
in class Object
Object.toString()
public TransformParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.