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