7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/TransformJobStatus.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/core/utils/DateTime.h>
18#include <aws/sagemaker/model/DataProcessing.h>
19#include <aws/sagemaker/model/ExperimentConfig.h>
20#include <aws/core/utils/memory/stl/AWSVector.h>
21#include <aws/sagemaker/model/Tag.h>
64 inline void SetTransformJobName(
const char* value) { m_transformJobNameHasBeenSet =
true; m_transformJobName.assign(value); }
78 inline void SetTransformJobArn(
const char* value) { m_transformJobArnHasBeenSet =
true; m_transformJobArn.assign(value); }
111 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
125 inline void SetModelName(
const char* value) { m_modelNameHasBeenSet =
true; m_modelName.assign(value); }
170 inline void SetMaxPayloadInMB(
int value) { m_maxPayloadInMBHasBeenSet =
true; m_maxPayloadInMB = value; }
205 inline TransformJob&
AddEnvironment(
const char* key,
const char* value) { m_environmentHasBeenSet =
true; m_environment.emplace(key, value);
return *
this; }
297 inline void SetLabelingJobArn(
const char* value) { m_labelingJobArnHasBeenSet =
true; m_labelingJobArn.assign(value); }
312 inline void SetAutoMLJobArn(
const char* value) { m_autoMLJobArnHasBeenSet =
true; m_autoMLJobArn.assign(value); }
354 bool m_transformJobNameHasBeenSet =
false;
357 bool m_transformJobArnHasBeenSet =
false;
360 bool m_transformJobStatusHasBeenSet =
false;
363 bool m_failureReasonHasBeenSet =
false;
366 bool m_modelNameHasBeenSet =
false;
368 int m_maxConcurrentTransforms;
369 bool m_maxConcurrentTransformsHasBeenSet =
false;
372 bool m_modelClientConfigHasBeenSet =
false;
374 int m_maxPayloadInMB;
375 bool m_maxPayloadInMBHasBeenSet =
false;
378 bool m_batchStrategyHasBeenSet =
false;
381 bool m_environmentHasBeenSet =
false;
384 bool m_transformInputHasBeenSet =
false;
387 bool m_transformOutputHasBeenSet =
false;
390 bool m_dataCaptureConfigHasBeenSet =
false;
393 bool m_transformResourcesHasBeenSet =
false;
396 bool m_creationTimeHasBeenSet =
false;
399 bool m_transformStartTimeHasBeenSet =
false;
402 bool m_transformEndTimeHasBeenSet =
false;
405 bool m_labelingJobArnHasBeenSet =
false;
408 bool m_autoMLJobArnHasBeenSet =
false;
411 bool m_dataProcessingHasBeenSet =
false;
414 bool m_experimentConfigHasBeenSet =
false;
417 bool m_tagsHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue