7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/CompressionType.h>
10#include <aws/sagemaker/model/DataSource.h>
11#include <aws/sagemaker/model/RecordWrapper.h>
12#include <aws/sagemaker/model/ShuffleConfig.h>
13#include <aws/sagemaker/model/TrainingInputMode.h>
46 template <
typename ChannelNameT = Aws::String>
48 m_channelNameHasBeenSet =
true;
49 m_channelName = std::forward<ChannelNameT>(value);
51 template <
typename ChannelNameT = Aws::String>
64 template <
typename DataSourceT = DataSource>
66 m_dataSourceHasBeenSet =
true;
67 m_dataSource = std::forward<DataSourceT>(value);
69 template <
typename DataSourceT = DataSource>
82 template <
typename ContentTypeT = Aws::String>
84 m_contentTypeHasBeenSet =
true;
85 m_contentType = std::forward<ContentTypeT>(value);
87 template <
typename ContentTypeT = Aws::String>
103 m_compressionTypeHasBeenSet =
true;
104 m_compressionType = value;
126 m_recordWrapperTypeHasBeenSet =
true;
127 m_recordWrapperType = value;
153 m_inputModeHasBeenSet =
true;
181 template <
typename ShuffleConfigT = ShuffleConfig>
183 m_shuffleConfigHasBeenSet =
true;
184 m_shuffleConfig = std::forward<ShuffleConfigT>(value);
186 template <
typename ShuffleConfigT = ShuffleConfig>
205 ShuffleConfig m_shuffleConfig;
206 bool m_channelNameHasBeenSet =
false;
207 bool m_dataSourceHasBeenSet =
false;
208 bool m_contentTypeHasBeenSet =
false;
209 bool m_compressionTypeHasBeenSet =
false;
210 bool m_recordWrapperTypeHasBeenSet =
false;
211 bool m_inputModeHasBeenSet =
false;
212 bool m_shuffleConfigHasBeenSet =
false;
const DataSource & GetDataSource() const
Channel & WithCompressionType(CompressionType value)
void SetRecordWrapperType(RecordWrapper value)
TrainingInputMode GetInputMode() const
void SetChannelName(ChannelNameT &&value)
bool CompressionTypeHasBeenSet() const
const Aws::String & GetContentType() const
bool DataSourceHasBeenSet() const
void SetShuffleConfig(ShuffleConfigT &&value)
bool ContentTypeHasBeenSet() const
const Aws::String & GetChannelName() const
bool InputModeHasBeenSet() const
Channel & WithDataSource(DataSourceT &&value)
Channel & WithShuffleConfig(ShuffleConfigT &&value)
void SetContentType(ContentTypeT &&value)
Channel & WithChannelName(ChannelNameT &&value)
RecordWrapper GetRecordWrapperType() const
Channel & WithContentType(ContentTypeT &&value)
bool ChannelNameHasBeenSet() const
CompressionType GetCompressionType() const
Channel & WithInputMode(TrainingInputMode value)
bool RecordWrapperTypeHasBeenSet() const
void SetDataSource(DataSourceT &&value)
Channel & WithRecordWrapperType(RecordWrapper value)
AWS_SAGEMAKER_API Channel()=default
bool ShuffleConfigHasBeenSet() const
void SetInputMode(TrainingInputMode value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API Channel & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCompressionType(CompressionType value)
AWS_SAGEMAKER_API Channel(Aws::Utils::Json::JsonView jsonValue)
const ShuffleConfig & GetShuffleConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue