@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLChannel extends Object implements Serializable, Cloneable, StructuredPojo
A channel is a named input source that training algorithms can consume. For more information, see .
| Constructor and Description | 
|---|
| AutoMLChannel() | 
| Modifier and Type | Method and Description | 
|---|---|
| AutoMLChannel | clone() | 
| boolean | equals(Object obj) | 
| String | getCompressionType()
 You can use  GziporNone. | 
| AutoMLDataSource | getDataSource()
 The data source for an AutoML channel. | 
| String | getTargetAttributeName()
 The name of the target variable in supervised learning, usually represented by 'y'. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCompressionType(String compressionType)
 You can use  GziporNone. | 
| void | setDataSource(AutoMLDataSource dataSource)
 The data source for an AutoML channel. | 
| void | setTargetAttributeName(String targetAttributeName)
 The name of the target variable in supervised learning, usually represented by 'y'. | 
| String | toString()Returns a string representation of this object. | 
| AutoMLChannel | withCompressionType(CompressionType compressionType)
 You can use  GziporNone. | 
| AutoMLChannel | withCompressionType(String compressionType)
 You can use  GziporNone. | 
| AutoMLChannel | withDataSource(AutoMLDataSource dataSource)
 The data source for an AutoML channel. | 
| AutoMLChannel | withTargetAttributeName(String targetAttributeName)
 The name of the target variable in supervised learning, usually represented by 'y'. | 
public void setDataSource(AutoMLDataSource dataSource)
The data source for an AutoML channel.
dataSource - The data source for an AutoML channel.public AutoMLDataSource getDataSource()
The data source for an AutoML channel.
public AutoMLChannel withDataSource(AutoMLDataSource dataSource)
The data source for an AutoML channel.
dataSource - The data source for an AutoML channel.public void setCompressionType(String compressionType)
 You can use Gzip or None. The default value is None.
 
compressionType - You can use Gzip or None. The default value is None.CompressionTypepublic String getCompressionType()
 You can use Gzip or None. The default value is None.
 
Gzip or None. The default value is None.CompressionTypepublic AutoMLChannel withCompressionType(String compressionType)
 You can use Gzip or None. The default value is None.
 
compressionType - You can use Gzip or None. The default value is None.CompressionTypepublic AutoMLChannel withCompressionType(CompressionType compressionType)
 You can use Gzip or None. The default value is None.
 
compressionType - You can use Gzip or None. The default value is None.CompressionTypepublic void setTargetAttributeName(String targetAttributeName)
The name of the target variable in supervised learning, usually represented by 'y'.
targetAttributeName - The name of the target variable in supervised learning, usually represented by 'y'.public String getTargetAttributeName()
The name of the target variable in supervised learning, usually represented by 'y'.
public AutoMLChannel withTargetAttributeName(String targetAttributeName)
The name of the target variable in supervised learning, usually represented by 'y'.
targetAttributeName - The name of the target variable in supervised learning, usually represented by 'y'.public String toString()
toString in class ObjectObject.toString()public AutoMLChannel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.