7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/UUID.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
12#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
13#include <aws/lookoutequipment/model/DataPreProcessingConfiguration.h>
14#include <aws/lookoutequipment/model/DatasetSchema.h>
15#include <aws/lookoutequipment/model/LabelsInputConfiguration.h>
16#include <aws/lookoutequipment/model/ModelDiagnosticsOutputConfiguration.h>
17#include <aws/lookoutequipment/model/Tag.h>
22namespace LookoutEquipment {
47 template <
typename ModelNameT = Aws::String>
49 m_modelNameHasBeenSet =
true;
50 m_modelName = std::forward<ModelNameT>(value);
52 template <
typename ModelNameT = Aws::String>
65 template <
typename DatasetNameT = Aws::String>
67 m_datasetNameHasBeenSet =
true;
68 m_datasetName = std::forward<DatasetNameT>(value);
70 template <
typename DatasetNameT = Aws::String>
83 template <
typename DatasetSchemaT = DatasetSchema>
85 m_datasetSchemaHasBeenSet =
true;
86 m_datasetSchema = std::forward<DatasetSchemaT>(value);
88 template <
typename DatasetSchemaT = DatasetSchema>
102 template <
typename LabelsInputConfigurationT = LabelsInputConfiguration>
104 m_labelsInputConfigurationHasBeenSet =
true;
105 m_labelsInputConfiguration = std::forward<LabelsInputConfigurationT>(value);
107 template <
typename LabelsInputConfigurationT = LabelsInputConfiguration>
121 template <
typename ClientTokenT = Aws::String>
123 m_clientTokenHasBeenSet =
true;
124 m_clientToken = std::forward<ClientTokenT>(value);
126 template <
typename ClientTokenT = Aws::String>
140 template <
typename TrainingDataStartTimeT = Aws::Utils::DateTime>
142 m_trainingDataStartTimeHasBeenSet =
true;
143 m_trainingDataStartTime = std::forward<TrainingDataStartTimeT>(value);
145 template <
typename TrainingDataStartTimeT = Aws::Utils::DateTime>
159 template <
typename TrainingDataEndTimeT = Aws::Utils::DateTime>
161 m_trainingDataEndTimeHasBeenSet =
true;
162 m_trainingDataEndTime = std::forward<TrainingDataEndTimeT>(value);
164 template <
typename TrainingDataEndTimeT = Aws::Utils::DateTime>
178 template <
typename EvaluationDataStartTimeT = Aws::Utils::DateTime>
180 m_evaluationDataStartTimeHasBeenSet =
true;
181 m_evaluationDataStartTime = std::forward<EvaluationDataStartTimeT>(value);
183 template <
typename EvaluationDataStartTimeT = Aws::Utils::DateTime>
197 template <
typename EvaluationDataEndTimeT = Aws::Utils::DateTime>
199 m_evaluationDataEndTimeHasBeenSet =
true;
200 m_evaluationDataEndTime = std::forward<EvaluationDataEndTimeT>(value);
202 template <
typename EvaluationDataEndTimeT = Aws::Utils::DateTime>
216 template <
typename RoleArnT = Aws::String>
218 m_roleArnHasBeenSet =
true;
219 m_roleArn = std::forward<RoleArnT>(value);
221 template <
typename RoleArnT = Aws::String>
242 template <
typename DataPreProcessingConfigurationT = DataPreProcessingConfiguration>
244 m_dataPreProcessingConfigurationHasBeenSet =
true;
245 m_dataPreProcessingConfiguration = std::forward<DataPreProcessingConfigurationT>(value);
247 template <
typename DataPreProcessingConfigurationT = DataPreProcessingConfiguration>
261 template <
typename ServerS
ideKmsKeyIdT = Aws::String>
263 m_serverSideKmsKeyIdHasBeenSet =
true;
264 m_serverSideKmsKeyId = std::forward<ServerSideKmsKeyIdT>(value);
266 template <
typename ServerS
ideKmsKeyIdT = Aws::String>
279 template <
typename TagsT = Aws::Vector<Tag>>
281 m_tagsHasBeenSet =
true;
282 m_tags = std::forward<TagsT>(value);
284 template <
typename TagsT = Aws::Vector<Tag>>
286 SetTags(std::forward<TagsT>(value));
289 template <
typename TagsT = Tag>
291 m_tagsHasBeenSet =
true;
292 m_tags.emplace_back(std::forward<TagsT>(value));
305 template <
typename OffConditionT = Aws::String>
307 m_offConditionHasBeenSet =
true;
308 m_offCondition = std::forward<OffConditionT>(value);
310 template <
typename OffConditionT = Aws::String>
324 return m_modelDiagnosticsOutputConfiguration;
327 template <
typename ModelDiagnosticsOutputConfigurationT = ModelDiagnosticsOutputConfiguration>
329 m_modelDiagnosticsOutputConfigurationHasBeenSet =
true;
330 m_modelDiagnosticsOutputConfiguration = std::forward<ModelDiagnosticsOutputConfigurationT>(value);
332 template <
typename ModelDiagnosticsOutputConfigurationT = ModelDiagnosticsOutputConfiguration>
340 bool m_modelNameHasBeenSet =
false;
343 bool m_datasetNameHasBeenSet =
false;
346 bool m_datasetSchemaHasBeenSet =
false;
349 bool m_labelsInputConfigurationHasBeenSet =
false;
352 bool m_clientTokenHasBeenSet =
true;
355 bool m_trainingDataStartTimeHasBeenSet =
false;
358 bool m_trainingDataEndTimeHasBeenSet =
false;
361 bool m_evaluationDataStartTimeHasBeenSet =
false;
364 bool m_evaluationDataEndTimeHasBeenSet =
false;
367 bool m_roleArnHasBeenSet =
false;
369 DataPreProcessingConfiguration m_dataPreProcessingConfiguration;
370 bool m_dataPreProcessingConfigurationHasBeenSet =
false;
373 bool m_serverSideKmsKeyIdHasBeenSet =
false;
376 bool m_tagsHasBeenSet =
false;
379 bool m_offConditionHasBeenSet =
false;
381 ModelDiagnosticsOutputConfiguration m_modelDiagnosticsOutputConfiguration;
382 bool m_modelDiagnosticsOutputConfigurationHasBeenSet =
false;
CreateModelRequest & WithEvaluationDataEndTime(EvaluationDataEndTimeT &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
void SetEvaluationDataStartTime(EvaluationDataStartTimeT &&value)
const Aws::String & GetDatasetName() const
bool ClientTokenHasBeenSet() const
CreateModelRequest & WithLabelsInputConfiguration(LabelsInputConfigurationT &&value)
const Aws::Utils::DateTime & GetTrainingDataStartTime() const
const Aws::Utils::DateTime & GetEvaluationDataStartTime() const
const Aws::Utils::DateTime & GetEvaluationDataEndTime() const
const Aws::Vector< Tag > & GetTags() const
void SetTrainingDataEndTime(TrainingDataEndTimeT &&value)
CreateModelRequest & WithClientToken(ClientTokenT &&value)
void SetDataPreProcessingConfiguration(DataPreProcessingConfigurationT &&value)
const DataPreProcessingConfiguration & GetDataPreProcessingConfiguration() const
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(TagsT &&value)
const Aws::Utils::DateTime & GetTrainingDataEndTime() const
void SetClientToken(ClientTokenT &&value)
void SetEvaluationDataEndTime(EvaluationDataEndTimeT &&value)
bool ServerSideKmsKeyIdHasBeenSet() const
const DatasetSchema & GetDatasetSchema() const
bool ModelDiagnosticsOutputConfigurationHasBeenSet() const
bool OffConditionHasBeenSet() const
const Aws::String & GetOffCondition() const
bool TagsHasBeenSet() const
CreateModelRequest & WithEvaluationDataStartTime(EvaluationDataStartTimeT &&value)
const ModelDiagnosticsOutputConfiguration & GetModelDiagnosticsOutputConfiguration() const
bool ModelNameHasBeenSet() const
CreateModelRequest & AddTags(TagsT &&value)
const Aws::String & GetServerSideKmsKeyId() const
void SetDatasetName(DatasetNameT &&value)
bool RoleArnHasBeenSet() const
bool DataPreProcessingConfigurationHasBeenSet() const
CreateModelRequest & WithTrainingDataStartTime(TrainingDataStartTimeT &&value)
void SetModelName(ModelNameT &&value)
CreateModelRequest & WithTrainingDataEndTime(TrainingDataEndTimeT &&value)
CreateModelRequest & WithRoleArn(RoleArnT &&value)
void SetOffCondition(OffConditionT &&value)
CreateModelRequest & WithDataPreProcessingConfiguration(DataPreProcessingConfigurationT &&value)
CreateModelRequest & WithModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfigurationT &&value)
const LabelsInputConfiguration & GetLabelsInputConfiguration() const
bool DatasetNameHasBeenSet() const
CreateModelRequest & WithModelName(ModelNameT &&value)
bool TrainingDataStartTimeHasBeenSet() const
void SetTrainingDataStartTime(TrainingDataStartTimeT &&value)
CreateModelRequest & WithDatasetSchema(DatasetSchemaT &&value)
const Aws::String & GetClientToken() const
CreateModelRequest & WithServerSideKmsKeyId(ServerSideKmsKeyIdT &&value)
CreateModelRequest & WithDatasetName(DatasetNameT &&value)
const Aws::String & GetModelName() const
bool DatasetSchemaHasBeenSet() const
void SetDatasetSchema(DatasetSchemaT &&value)
CreateModelRequest & WithTags(TagsT &&value)
bool LabelsInputConfigurationHasBeenSet() const
CreateModelRequest & WithOffCondition(OffConditionT &&value)
AWS_LOOKOUTEQUIPMENT_API CreateModelRequest()=default
void SetRoleArn(RoleArnT &&value)
void SetLabelsInputConfiguration(LabelsInputConfigurationT &&value)
void SetServerSideKmsKeyId(ServerSideKmsKeyIdT &&value)
const Aws::String & GetRoleArn() const
bool EvaluationDataStartTimeHasBeenSet() const
bool TrainingDataEndTimeHasBeenSet() const
bool EvaluationDataEndTimeHasBeenSet() const
void SetModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector