7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/MonitoringDatasetFormat.h>
10#include <aws/sagemaker/model/ProcessingS3DataDistributionType.h>
11#include <aws/sagemaker/model/ProcessingS3InputMode.h>
43 template <
typename DataCapturedDestinationS3UriT = Aws::String>
45 m_dataCapturedDestinationS3UriHasBeenSet =
true;
46 m_dataCapturedDestinationS3Uri = std::forward<DataCapturedDestinationS3UriT>(value);
48 template <
typename DataCapturedDestinationS3UriT = Aws::String>
61 template <
typename DatasetFormatT = MonitoringDatasetFormat>
63 m_datasetFormatHasBeenSet =
true;
64 m_datasetFormat = std::forward<DatasetFormatT>(value);
66 template <
typename DatasetFormatT = MonitoringDatasetFormat>
80 template <
typename LocalPathT = Aws::String>
82 m_localPathHasBeenSet =
true;
83 m_localPath = std::forward<LocalPathT>(value);
85 template <
typename LocalPathT = Aws::String>
102 m_s3InputModeHasBeenSet =
true;
103 m_s3InputMode = value;
119 m_s3DataDistributionTypeHasBeenSet =
true;
120 m_s3DataDistributionType = value;
134 template <
typename FeaturesAttributeT = Aws::String>
136 m_featuresAttributeHasBeenSet =
true;
137 m_featuresAttribute = std::forward<FeaturesAttributeT>(value);
139 template <
typename FeaturesAttributeT = Aws::String>
152 template <
typename InferenceAttributeT = Aws::String>
154 m_inferenceAttributeHasBeenSet =
true;
155 m_inferenceAttribute = std::forward<InferenceAttributeT>(value);
157 template <
typename InferenceAttributeT = Aws::String>
171 template <
typename ProbabilityAttributeT = Aws::String>
173 m_probabilityAttributeHasBeenSet =
true;
174 m_probabilityAttribute = std::forward<ProbabilityAttributeT>(value);
176 template <
typename ProbabilityAttributeT = Aws::String>
191 m_probabilityThresholdAttributeHasBeenSet =
true;
192 m_probabilityThresholdAttribute = value;
209 template <
typename StartTimeOffsetT = Aws::String>
211 m_startTimeOffsetHasBeenSet =
true;
212 m_startTimeOffset = std::forward<StartTimeOffsetT>(value);
214 template <
typename StartTimeOffsetT = Aws::String>
230 template <
typename EndTimeOffsetT = Aws::String>
232 m_endTimeOffsetHasBeenSet =
true;
233 m_endTimeOffset = std::forward<EndTimeOffsetT>(value);
235 template <
typename EndTimeOffsetT = Aws::String>
248 template <
typename ExcludeFeaturesAttributeT = Aws::String>
250 m_excludeFeaturesAttributeHasBeenSet =
true;
251 m_excludeFeaturesAttribute = std::forward<ExcludeFeaturesAttributeT>(value);
253 template <
typename ExcludeFeaturesAttributeT = Aws::String>
276 double m_probabilityThresholdAttribute{0.0};
283 bool m_dataCapturedDestinationS3UriHasBeenSet =
false;
284 bool m_datasetFormatHasBeenSet =
false;
285 bool m_localPathHasBeenSet =
false;
286 bool m_s3InputModeHasBeenSet =
false;
287 bool m_s3DataDistributionTypeHasBeenSet =
false;
288 bool m_featuresAttributeHasBeenSet =
false;
289 bool m_inferenceAttributeHasBeenSet =
false;
290 bool m_probabilityAttributeHasBeenSet =
false;
291 bool m_probabilityThresholdAttributeHasBeenSet =
false;
292 bool m_startTimeOffsetHasBeenSet =
false;
293 bool m_endTimeOffsetHasBeenSet =
false;
294 bool m_excludeFeaturesAttributeHasBeenSet =
false;
ProcessingS3DataDistributionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue