7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/ModelClientConfig.h>
11#include <aws/sagemaker/model/BatchStrategy.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/sagemaker/model/TransformInput.h>
14#include <aws/sagemaker/model/TransformOutput.h>
15#include <aws/sagemaker/model/BatchDataCaptureConfig.h>
16#include <aws/sagemaker/model/TransformResources.h>
17#include <aws/sagemaker/model/DataProcessing.h>
18#include <aws/core/utils/memory/stl/AWSVector.h>
19#include <aws/sagemaker/model/ExperimentConfig.h>
20#include <aws/sagemaker/model/Tag.h>
57 inline void SetTransformJobName(
const char* value) { m_transformJobNameHasBeenSet =
true; m_transformJobName.assign(value); }
73 inline void SetModelName(
const char* value) { m_modelNameHasBeenSet =
true; m_modelName.assign(value); }
128 inline void SetMaxPayloadInMB(
int value) { m_maxPayloadInMBHasBeenSet =
true; m_maxPayloadInMB = value; }
272 bool m_transformJobNameHasBeenSet =
false;
275 bool m_modelNameHasBeenSet =
false;
277 int m_maxConcurrentTransforms;
278 bool m_maxConcurrentTransformsHasBeenSet =
false;
281 bool m_modelClientConfigHasBeenSet =
false;
283 int m_maxPayloadInMB;
284 bool m_maxPayloadInMBHasBeenSet =
false;
287 bool m_batchStrategyHasBeenSet =
false;
290 bool m_environmentHasBeenSet =
false;
293 bool m_transformInputHasBeenSet =
false;
296 bool m_transformOutputHasBeenSet =
false;
299 bool m_dataCaptureConfigHasBeenSet =
false;
302 bool m_transformResourcesHasBeenSet =
false;
305 bool m_dataProcessingHasBeenSet =
false;
308 bool m_tagsHasBeenSet =
false;
311 bool m_experimentConfigHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector