7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ProcessingS3InputMode.h>
10#include <aws/sagemaker/model/ProcessingS3DataDistributionType.h>
49 template<
typename Endpo
intNameT = Aws::String>
50 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
51 template<
typename Endpo
intNameT = Aws::String>
62 template<
typename LocalPathT = Aws::String>
63 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet =
true; m_localPath = std::forward<LocalPathT>(value); }
64 template<
typename LocalPathT = Aws::String>
98 template<
typename FeaturesAttributeT = Aws::String>
99 void SetFeaturesAttribute(FeaturesAttributeT&& value) { m_featuresAttributeHasBeenSet =
true; m_featuresAttribute = std::forward<FeaturesAttributeT>(value); }
100 template<
typename FeaturesAttributeT = Aws::String>
110 template<
typename InferenceAttributeT = Aws::String>
111 void SetInferenceAttribute(InferenceAttributeT&& value) { m_inferenceAttributeHasBeenSet =
true; m_inferenceAttribute = std::forward<InferenceAttributeT>(value); }
112 template<
typename InferenceAttributeT = Aws::String>
123 template<
typename ProbabilityAttributeT = Aws::String>
124 void SetProbabilityAttribute(ProbabilityAttributeT&& value) { m_probabilityAttributeHasBeenSet =
true; m_probabilityAttribute = std::forward<ProbabilityAttributeT>(value); }
125 template<
typename ProbabilityAttributeT = Aws::String>
149 template<
typename StartTimeOffsetT = Aws::String>
150 void SetStartTimeOffset(StartTimeOffsetT&& value) { m_startTimeOffsetHasBeenSet =
true; m_startTimeOffset = std::forward<StartTimeOffsetT>(value); }
151 template<
typename StartTimeOffsetT = Aws::String>
164 template<
typename EndTimeOffsetT = Aws::String>
165 void SetEndTimeOffset(EndTimeOffsetT&& value) { m_endTimeOffsetHasBeenSet =
true; m_endTimeOffset = std::forward<EndTimeOffsetT>(value); }
166 template<
typename EndTimeOffsetT = Aws::String>
176 template<
typename ExcludeFeaturesAttributeT = Aws::String>
177 void SetExcludeFeaturesAttribute(ExcludeFeaturesAttributeT&& value) { m_excludeFeaturesAttributeHasBeenSet =
true; m_excludeFeaturesAttribute = std::forward<ExcludeFeaturesAttributeT>(value); }
178 template<
typename ExcludeFeaturesAttributeT = Aws::String>
184 bool m_endpointNameHasBeenSet =
false;
187 bool m_localPathHasBeenSet =
false;
190 bool m_s3InputModeHasBeenSet =
false;
193 bool m_s3DataDistributionTypeHasBeenSet =
false;
196 bool m_featuresAttributeHasBeenSet =
false;
199 bool m_inferenceAttributeHasBeenSet =
false;
202 bool m_probabilityAttributeHasBeenSet =
false;
204 double m_probabilityThresholdAttribute{0.0};
205 bool m_probabilityThresholdAttributeHasBeenSet =
false;
208 bool m_startTimeOffsetHasBeenSet =
false;
211 bool m_endTimeOffsetHasBeenSet =
false;
214 bool m_excludeFeaturesAttributeHasBeenSet =
false;
ProcessingS3DataDistributionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue