7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/DataSource.h>
10#include <aws/sagemaker/model/CompressionType.h>
11#include <aws/sagemaker/model/RecordWrapper.h>
12#include <aws/sagemaker/model/TrainingInputMode.h>
13#include <aws/sagemaker/model/ShuffleConfig.h>
52 template<
typename ChannelNameT = Aws::String>
53 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
54 template<
typename ChannelNameT = Aws::String>
64 template<
typename DataSourceT = DataSource>
65 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
66 template<
typename DataSourceT = DataSource>
76 template<
typename ContentTypeT = Aws::String>
77 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
78 template<
typename ContentTypeT = Aws::String>
151 template<
typename ShuffleConfigT = ShuffleConfig>
152 void SetShuffleConfig(ShuffleConfigT&& value) { m_shuffleConfigHasBeenSet =
true; m_shuffleConfig = std::forward<ShuffleConfigT>(value); }
153 template<
typename ShuffleConfigT = ShuffleConfig>
159 bool m_channelNameHasBeenSet =
false;
162 bool m_dataSourceHasBeenSet =
false;
165 bool m_contentTypeHasBeenSet =
false;
168 bool m_compressionTypeHasBeenSet =
false;
171 bool m_recordWrapperTypeHasBeenSet =
false;
174 bool m_inputModeHasBeenSet =
false;
176 ShuffleConfig m_shuffleConfig;
177 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