@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Channel extends Object implements Serializable, Cloneable, StructuredPojo
A channel is a named input source that training algorithms can consume.
Constructor and Description |
---|
Channel() |
Modifier and Type | Method and Description |
---|---|
Channel |
clone() |
boolean |
equals(Object obj) |
String |
getChannelName()
The name of the channel.
|
String |
getCompressionType()
If training data is compressed, the compression type.
|
String |
getContentType()
The MIME type of the data.
|
DataSource |
getDataSource()
The location of the channel data.
|
String |
getRecordWrapperType()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelName(String channelName)
The name of the channel.
|
void |
setCompressionType(String compressionType)
If training data is compressed, the compression type.
|
void |
setContentType(String contentType)
The MIME type of the data.
|
void |
setDataSource(DataSource dataSource)
The location of the channel data.
|
void |
setRecordWrapperType(String recordWrapperType)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Channel |
withChannelName(String channelName)
The name of the channel.
|
Channel |
withCompressionType(CompressionType compressionType)
If training data is compressed, the compression type.
|
Channel |
withCompressionType(String compressionType)
If training data is compressed, the compression type.
|
Channel |
withContentType(String contentType)
The MIME type of the data.
|
Channel |
withDataSource(DataSource dataSource)
The location of the channel data.
|
Channel |
withRecordWrapperType(RecordWrapper recordWrapperType)
|
Channel |
withRecordWrapperType(String recordWrapperType)
|
public void setChannelName(String channelName)
The name of the channel.
channelName
- The name of the channel.public String getChannelName()
The name of the channel.
public Channel withChannelName(String channelName)
The name of the channel.
channelName
- The name of the channel.public void setDataSource(DataSource dataSource)
The location of the channel data.
dataSource
- The location of the channel data.public DataSource getDataSource()
The location of the channel data.
public Channel withDataSource(DataSource dataSource)
The location of the channel data.
dataSource
- The location of the channel data.public void setContentType(String contentType)
The MIME type of the data.
contentType
- The MIME type of the data.public String getContentType()
The MIME type of the data.
public Channel withContentType(String contentType)
The MIME type of the data.
contentType
- The MIME type of the data.public void setCompressionType(String compressionType)
If training data is compressed, the compression type. The default value is None
.
CompressionType
is used only in PIPE input mode. In FILE mode, leave this field unset or set it to
None.
compressionType
- If training data is compressed, the compression type. The default value is None
.
CompressionType
is used only in PIPE input mode. In FILE mode, leave this field unset or set
it to None.CompressionType
public String getCompressionType()
If training data is compressed, the compression type. The default value is None
.
CompressionType
is used only in PIPE input mode. In FILE mode, leave this field unset or set it to
None.
None
.
CompressionType
is used only in PIPE input mode. In FILE mode, leave this field unset or set
it to None.CompressionType
public Channel withCompressionType(String compressionType)
If training data is compressed, the compression type. The default value is None
.
CompressionType
is used only in PIPE input mode. In FILE mode, leave this field unset or set it to
None.
compressionType
- If training data is compressed, the compression type. The default value is None
.
CompressionType
is used only in PIPE input mode. In FILE mode, leave this field unset or set
it to None.CompressionType
public Channel withCompressionType(CompressionType compressionType)
If training data is compressed, the compression type. The default value is None
.
CompressionType
is used only in PIPE input mode. In FILE mode, leave this field unset or set it to
None.
compressionType
- If training data is compressed, the compression type. The default value is None
.
CompressionType
is used only in PIPE input mode. In FILE mode, leave this field unset or set
it to None.CompressionType
public void setRecordWrapperType(String recordWrapperType)
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format, in which caseAmazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.
In FILE mode, leave this field unset or set it to None.
recordWrapperType
- Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format, in which caseAmazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.
In FILE mode, leave this field unset or set it to None.
RecordWrapper
public String getRecordWrapperType()
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format, in which caseAmazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.
In FILE mode, leave this field unset or set it to None.
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format, in which caseAmazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.
In FILE mode, leave this field unset or set it to None.
RecordWrapper
public Channel withRecordWrapperType(String recordWrapperType)
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format, in which caseAmazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.
In FILE mode, leave this field unset or set it to None.
recordWrapperType
- Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format, in which caseAmazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.
In FILE mode, leave this field unset or set it to None.
RecordWrapper
public Channel withRecordWrapperType(RecordWrapper recordWrapperType)
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format, in which caseAmazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.
In FILE mode, leave this field unset or set it to None.
recordWrapperType
- Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format, in which caseAmazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.
In FILE mode, leave this field unset or set it to None.
RecordWrapper
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.