7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/machinelearning/MachineLearning_EXPORTS.h>
12#include <aws/machinelearning/model/EntityStatus.h>
13#include <aws/machinelearning/model/MLModelType.h>
14#include <aws/machinelearning/model/RealtimeEndpointInfo.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace MachineLearning {
47 template <
typename MLModelIdT = Aws::String>
49 m_mLModelIdHasBeenSet =
true;
50 m_mLModelId = std::forward<MLModelIdT>(value);
52 template <
typename MLModelIdT = Aws::String>
64 template <
typename TrainingDataSourceIdT = Aws::String>
66 m_trainingDataSourceIdHasBeenSet =
true;
67 m_trainingDataSourceId = std::forward<TrainingDataSourceIdT>(value);
69 template <
typename TrainingDataSourceIdT = Aws::String>
83 template <
typename CreatedByIamUserT = Aws::String>
85 m_createdByIamUserHasBeenSet =
true;
86 m_createdByIamUser = std::forward<CreatedByIamUserT>(value);
88 template <
typename CreatedByIamUserT = Aws::String>
101 template <
typename CreatedAtT = Aws::Utils::DateTime>
103 m_createdAtHasBeenSet =
true;
104 m_createdAt = std::forward<CreatedAtT>(value);
106 template <
typename CreatedAtT = Aws::Utils::DateTime>
119 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
121 m_lastUpdatedAtHasBeenSet =
true;
122 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
124 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
136 template <
typename NameT = Aws::String>
138 m_nameHasBeenSet =
true;
139 m_name = std::forward<NameT>(value);
141 template <
typename NameT = Aws::String>
143 SetName(std::forward<NameT>(value));
161 m_statusHasBeenSet =
true;
174 m_sizeInBytesHasBeenSet =
true;
175 m_sizeInBytes = value;
188 template <
typename Endpo
intInfoT = RealtimeEndpo
intInfo>
190 m_endpointInfoHasBeenSet =
true;
191 m_endpointInfo = std::forward<EndpointInfoT>(value);
193 template <
typename Endpo
intInfoT = RealtimeEndpo
intInfo>
234 template <
typename TrainingParametersT = Aws::Map<Aws::String, Aws::String>>
236 m_trainingParametersHasBeenSet =
true;
237 m_trainingParameters = std::forward<TrainingParametersT>(value);
239 template <
typename TrainingParametersT = Aws::Map<Aws::String, Aws::String>>
244 template <
typename TrainingParametersKeyT = Aws::String,
typename TrainingParametersValueT = Aws::String>
246 m_trainingParametersHasBeenSet =
true;
247 m_trainingParameters.emplace(std::forward<TrainingParametersKeyT>(key), std::forward<TrainingParametersValueT>(value));
258 template <
typename InputDataLocationS3T = Aws::String>
260 m_inputDataLocationS3HasBeenSet =
true;
261 m_inputDataLocationS3 = std::forward<InputDataLocationS3T>(value);
263 template <
typename InputDataLocationS3T = Aws::String>
281 m_mLModelTypeHasBeenSet =
true;
282 m_mLModelType = value;
301 m_scoreThresholdHasBeenSet =
true;
302 m_scoreThreshold = value;
316 template <
typename ScoreThresholdLastUpdatedAtT = Aws::Utils::DateTime>
318 m_scoreThresholdLastUpdatedAtHasBeenSet =
true;
319 m_scoreThresholdLastUpdatedAt = std::forward<ScoreThresholdLastUpdatedAtT>(value);
321 template <
typename ScoreThresholdLastUpdatedAtT = Aws::Utils::DateTime>
334 template <
typename LogUriT = Aws::String>
336 m_logUriHasBeenSet =
true;
337 m_logUri = std::forward<LogUriT>(value);
339 template <
typename LogUriT = Aws::String>
352 template <
typename MessageT = Aws::String>
354 m_messageHasBeenSet =
true;
355 m_message = std::forward<MessageT>(value);
357 template <
typename MessageT = Aws::String>
373 m_computeTimeHasBeenSet =
true;
374 m_computeTime = value;
390 template <
typename FinishedAtT = Aws::Utils::DateTime>
392 m_finishedAtHasBeenSet =
true;
393 m_finishedAt = std::forward<FinishedAtT>(value);
395 template <
typename FinishedAtT = Aws::Utils::DateTime>
409 template <
typename StartedAtT = Aws::Utils::DateTime>
411 m_startedAtHasBeenSet =
true;
412 m_startedAt = std::forward<StartedAtT>(value);
414 template <
typename StartedAtT = Aws::Utils::DateTime>
430 template <
typename RecipeT = Aws::String>
432 m_recipeHasBeenSet =
true;
433 m_recipe = std::forward<RecipeT>(value);
435 template <
typename RecipeT = Aws::String>
449 template <
typename SchemaT = Aws::String>
451 m_schemaHasBeenSet =
true;
452 m_schema = std::forward<SchemaT>(value);
454 template <
typename SchemaT = Aws::String>
464 template <
typename RequestIdT = Aws::String>
466 m_requestIdHasBeenSet =
true;
467 m_requestId = std::forward<RequestIdT>(value);
469 template <
typename RequestIdT = Aws::String>
492 long long m_sizeInBytes{0};
494 RealtimeEndpointInfo m_endpointInfo;
502 double m_scoreThreshold{0.0};
510 long long m_computeTime{0};
522 bool m_mLModelIdHasBeenSet =
false;
523 bool m_trainingDataSourceIdHasBeenSet =
false;
524 bool m_createdByIamUserHasBeenSet =
false;
525 bool m_createdAtHasBeenSet =
false;
526 bool m_lastUpdatedAtHasBeenSet =
false;
527 bool m_nameHasBeenSet =
false;
528 bool m_statusHasBeenSet =
false;
529 bool m_sizeInBytesHasBeenSet =
false;
530 bool m_endpointInfoHasBeenSet =
false;
531 bool m_trainingParametersHasBeenSet =
false;
532 bool m_inputDataLocationS3HasBeenSet =
false;
533 bool m_mLModelTypeHasBeenSet =
false;
534 bool m_scoreThresholdHasBeenSet =
false;
535 bool m_scoreThresholdLastUpdatedAtHasBeenSet =
false;
536 bool m_logUriHasBeenSet =
false;
537 bool m_messageHasBeenSet =
false;
538 bool m_computeTimeHasBeenSet =
false;
539 bool m_finishedAtHasBeenSet =
false;
540 bool m_startedAtHasBeenSet =
false;
541 bool m_recipeHasBeenSet =
false;
542 bool m_schemaHasBeenSet =
false;
543 bool m_requestIdHasBeenSet =
false;
GetMLModelResult & WithLogUri(LogUriT &&value)
GetMLModelResult & WithEndpointInfo(EndpointInfoT &&value)
void SetScoreThreshold(double value)
void SetTrainingParameters(TrainingParametersT &&value)
void SetCreatedAt(CreatedAtT &&value)
GetMLModelResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetSchema(SchemaT &&value)
void SetRecipe(RecipeT &&value)
void SetFinishedAt(FinishedAtT &&value)
double GetScoreThreshold() const
GetMLModelResult & WithMessage(MessageT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
GetMLModelResult & WithSchema(SchemaT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetMLModelResult & WithTrainingDataSourceId(TrainingDataSourceIdT &&value)
const Aws::Utils::DateTime & GetStartedAt() const
void SetStartedAt(StartedAtT &&value)
GetMLModelResult & WithRecipe(RecipeT &&value)
const Aws::String & GetMLModelId() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetStatus(EntityStatus value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetInputDataLocationS3() const
void SetLogUri(LogUriT &&value)
GetMLModelResult & WithCreatedAt(CreatedAtT &&value)
const RealtimeEndpointInfo & GetEndpointInfo() const
void SetTrainingDataSourceId(TrainingDataSourceIdT &&value)
const Aws::String & GetLogUri() const
const Aws::String & GetName() const
const Aws::String & GetSchema() const
long long GetSizeInBytes() const
GetMLModelResult & WithCreatedByIamUser(CreatedByIamUserT &&value)
void SetMLModelId(MLModelIdT &&value)
const Aws::String & GetRecipe() const
GetMLModelResult & WithScoreThreshold(double value)
const Aws::Utils::DateTime & GetFinishedAt() const
void SetInputDataLocationS3(InputDataLocationS3T &&value)
GetMLModelResult & WithScoreThresholdLastUpdatedAt(ScoreThresholdLastUpdatedAtT &&value)
void SetEndpointInfo(EndpointInfoT &&value)
GetMLModelResult & AddTrainingParameters(TrainingParametersKeyT &&key, TrainingParametersValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTrainingParameters() const
AWS_MACHINELEARNING_API GetMLModelResult()=default
GetMLModelResult & WithMLModelType(MLModelType value)
MLModelType GetMLModelType() const
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
GetMLModelResult & WithComputeTime(long long value)
AWS_MACHINELEARNING_API GetMLModelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMLModelResult & WithStartedAt(StartedAtT &&value)
const Aws::String & GetRequestId() const
void SetComputeTime(long long value)
void SetSizeInBytes(long long value)
AWS_MACHINELEARNING_API GetMLModelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMLModelResult & WithSizeInBytes(long long value)
long long GetComputeTime() const
GetMLModelResult & WithTrainingParameters(TrainingParametersT &&value)
GetMLModelResult & WithMLModelId(MLModelIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetTrainingDataSourceId() const
void SetMLModelType(MLModelType value)
void SetRequestId(RequestIdT &&value)
GetMLModelResult & WithFinishedAt(FinishedAtT &&value)
GetMLModelResult & WithStatus(EntityStatus value)
const Aws::String & GetCreatedByIamUser() const
GetMLModelResult & WithInputDataLocationS3(InputDataLocationS3T &&value)
EntityStatus GetStatus() const
void SetCreatedByIamUser(CreatedByIamUserT &&value)
GetMLModelResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetScoreThresholdLastUpdatedAt() const
GetMLModelResult & WithName(NameT &&value)
void SetScoreThresholdLastUpdatedAt(ScoreThresholdLastUpdatedAtT &&value)
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
Aws::Utils::Json::JsonValue JsonValue