7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/MonitoringDatasetFormat.h>
10#include <aws/sagemaker/model/ProcessingS3InputMode.h>
11#include <aws/sagemaker/model/ProcessingS3DataDistributionType.h>
49 template<
typename DataCapturedDestinationS3UriT = Aws::String>
50 void SetDataCapturedDestinationS3Uri(DataCapturedDestinationS3UriT&& value) { m_dataCapturedDestinationS3UriHasBeenSet =
true; m_dataCapturedDestinationS3Uri = std::forward<DataCapturedDestinationS3UriT>(value); }
51 template<
typename DataCapturedDestinationS3UriT = Aws::String>
61 template<
typename DatasetFormatT = MonitoringDatasetFormat>
62 void SetDatasetFormat(DatasetFormatT&& value) { m_datasetFormatHasBeenSet =
true; m_datasetFormat = std::forward<DatasetFormatT>(value); }
63 template<
typename DatasetFormatT = MonitoringDatasetFormat>
74 template<
typename LocalPathT = Aws::String>
75 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet =
true; m_localPath = std::forward<LocalPathT>(value); }
76 template<
typename LocalPathT = Aws::String>
110 template<
typename FeaturesAttributeT = Aws::String>
111 void SetFeaturesAttribute(FeaturesAttributeT&& value) { m_featuresAttributeHasBeenSet =
true; m_featuresAttribute = std::forward<FeaturesAttributeT>(value); }
112 template<
typename FeaturesAttributeT = Aws::String>
122 template<
typename InferenceAttributeT = Aws::String>
123 void SetInferenceAttribute(InferenceAttributeT&& value) { m_inferenceAttributeHasBeenSet =
true; m_inferenceAttribute = std::forward<InferenceAttributeT>(value); }
124 template<
typename InferenceAttributeT = Aws::String>
135 template<
typename ProbabilityAttributeT = Aws::String>
136 void SetProbabilityAttribute(ProbabilityAttributeT&& value) { m_probabilityAttributeHasBeenSet =
true; m_probabilityAttribute = std::forward<ProbabilityAttributeT>(value); }
137 template<
typename ProbabilityAttributeT = Aws::String>
161 template<
typename StartTimeOffsetT = Aws::String>
162 void SetStartTimeOffset(StartTimeOffsetT&& value) { m_startTimeOffsetHasBeenSet =
true; m_startTimeOffset = std::forward<StartTimeOffsetT>(value); }
163 template<
typename StartTimeOffsetT = Aws::String>
176 template<
typename EndTimeOffsetT = Aws::String>
177 void SetEndTimeOffset(EndTimeOffsetT&& value) { m_endTimeOffsetHasBeenSet =
true; m_endTimeOffset = std::forward<EndTimeOffsetT>(value); }
178 template<
typename EndTimeOffsetT = Aws::String>
188 template<
typename ExcludeFeaturesAttributeT = Aws::String>
189 void SetExcludeFeaturesAttribute(ExcludeFeaturesAttributeT&& value) { m_excludeFeaturesAttributeHasBeenSet =
true; m_excludeFeaturesAttribute = std::forward<ExcludeFeaturesAttributeT>(value); }
190 template<
typename ExcludeFeaturesAttributeT = Aws::String>
196 bool m_dataCapturedDestinationS3UriHasBeenSet =
false;
199 bool m_datasetFormatHasBeenSet =
false;
202 bool m_localPathHasBeenSet =
false;
205 bool m_s3InputModeHasBeenSet =
false;
208 bool m_s3DataDistributionTypeHasBeenSet =
false;
211 bool m_featuresAttributeHasBeenSet =
false;
214 bool m_inferenceAttributeHasBeenSet =
false;
217 bool m_probabilityAttributeHasBeenSet =
false;
219 double m_probabilityThresholdAttribute{0.0};
220 bool m_probabilityThresholdAttributeHasBeenSet =
false;
223 bool m_startTimeOffsetHasBeenSet =
false;
226 bool m_endTimeOffsetHasBeenSet =
false;
229 bool m_excludeFeaturesAttributeHasBeenSet =
false;
ProcessingS3DataDistributionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue