7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/machinelearning/MachineLearning_EXPORTS.h>
11#include <aws/machinelearning/model/EntityStatus.h>
12#include <aws/machinelearning/model/MLModelType.h>
13#include <aws/machinelearning/model/RealtimeEndpointInfo.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace MachineLearning {
46 template <
typename MLModelIdT = Aws::String>
48 m_mLModelIdHasBeenSet =
true;
49 m_mLModelId = std::forward<MLModelIdT>(value);
51 template <
typename MLModelIdT = Aws::String>
63 template <
typename TrainingDataSourceIdT = Aws::String>
65 m_trainingDataSourceIdHasBeenSet =
true;
66 m_trainingDataSourceId = std::forward<TrainingDataSourceIdT>(value);
68 template <
typename TrainingDataSourceIdT = Aws::String>
82 template <
typename CreatedByIamUserT = Aws::String>
84 m_createdByIamUserHasBeenSet =
true;
85 m_createdByIamUser = std::forward<CreatedByIamUserT>(value);
87 template <
typename CreatedByIamUserT = Aws::String>
100 template <
typename CreatedAtT = Aws::Utils::DateTime>
102 m_createdAtHasBeenSet =
true;
103 m_createdAt = std::forward<CreatedAtT>(value);
105 template <
typename CreatedAtT = Aws::Utils::DateTime>
118 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
120 m_lastUpdatedAtHasBeenSet =
true;
121 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
123 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
135 template <
typename NameT = Aws::String>
137 m_nameHasBeenSet =
true;
138 m_name = std::forward<NameT>(value);
140 template <
typename NameT = Aws::String>
142 SetName(std::forward<NameT>(value));
160 m_statusHasBeenSet =
true;
173 m_sizeInBytesHasBeenSet =
true;
174 m_sizeInBytes = value;
187 template <
typename Endpo
intInfoT = RealtimeEndpo
intInfo>
189 m_endpointInfoHasBeenSet =
true;
190 m_endpointInfo = std::forward<EndpointInfoT>(value);
192 template <
typename Endpo
intInfoT = RealtimeEndpo
intInfo>
233 template <
typename TrainingParametersT = Aws::Map<Aws::String, Aws::String>>
235 m_trainingParametersHasBeenSet =
true;
236 m_trainingParameters = std::forward<TrainingParametersT>(value);
238 template <
typename TrainingParametersT = Aws::Map<Aws::String, Aws::String>>
243 template <
typename TrainingParametersKeyT = Aws::String,
typename TrainingParametersValueT = Aws::String>
245 m_trainingParametersHasBeenSet =
true;
246 m_trainingParameters.emplace(std::forward<TrainingParametersKeyT>(key), std::forward<TrainingParametersValueT>(value));
257 template <
typename InputDataLocationS3T = Aws::String>
259 m_inputDataLocationS3HasBeenSet =
true;
260 m_inputDataLocationS3 = std::forward<InputDataLocationS3T>(value);
262 template <
typename InputDataLocationS3T = Aws::String>
280 m_mLModelTypeHasBeenSet =
true;
281 m_mLModelType = value;
300 m_scoreThresholdHasBeenSet =
true;
301 m_scoreThreshold = value;
315 template <
typename ScoreThresholdLastUpdatedAtT = Aws::Utils::DateTime>
317 m_scoreThresholdLastUpdatedAtHasBeenSet =
true;
318 m_scoreThresholdLastUpdatedAt = std::forward<ScoreThresholdLastUpdatedAtT>(value);
320 template <
typename ScoreThresholdLastUpdatedAtT = Aws::Utils::DateTime>
333 template <
typename LogUriT = Aws::String>
335 m_logUriHasBeenSet =
true;
336 m_logUri = std::forward<LogUriT>(value);
338 template <
typename LogUriT = Aws::String>
351 template <
typename MessageT = Aws::String>
353 m_messageHasBeenSet =
true;
354 m_message = std::forward<MessageT>(value);
356 template <
typename MessageT = Aws::String>
372 m_computeTimeHasBeenSet =
true;
373 m_computeTime = value;
389 template <
typename FinishedAtT = Aws::Utils::DateTime>
391 m_finishedAtHasBeenSet =
true;
392 m_finishedAt = std::forward<FinishedAtT>(value);
394 template <
typename FinishedAtT = Aws::Utils::DateTime>
408 template <
typename StartedAtT = Aws::Utils::DateTime>
410 m_startedAtHasBeenSet =
true;
411 m_startedAt = std::forward<StartedAtT>(value);
413 template <
typename StartedAtT = Aws::Utils::DateTime>
429 template <
typename RecipeT = Aws::String>
431 m_recipeHasBeenSet =
true;
432 m_recipe = std::forward<RecipeT>(value);
434 template <
typename RecipeT = Aws::String>
448 template <
typename SchemaT = Aws::String>
450 m_schemaHasBeenSet =
true;
451 m_schema = std::forward<SchemaT>(value);
453 template <
typename SchemaT = Aws::String>
463 template <
typename RequestIdT = Aws::String>
465 m_requestIdHasBeenSet =
true;
466 m_requestId = std::forward<RequestIdT>(value);
468 template <
typename RequestIdT = Aws::String>
489 long long m_sizeInBytes{0};
491 RealtimeEndpointInfo m_endpointInfo;
499 double m_scoreThreshold{0.0};
507 long long m_computeTime{0};
518 bool m_mLModelIdHasBeenSet =
false;
519 bool m_trainingDataSourceIdHasBeenSet =
false;
520 bool m_createdByIamUserHasBeenSet =
false;
521 bool m_createdAtHasBeenSet =
false;
522 bool m_lastUpdatedAtHasBeenSet =
false;
523 bool m_nameHasBeenSet =
false;
524 bool m_statusHasBeenSet =
false;
525 bool m_sizeInBytesHasBeenSet =
false;
526 bool m_endpointInfoHasBeenSet =
false;
527 bool m_trainingParametersHasBeenSet =
false;
528 bool m_inputDataLocationS3HasBeenSet =
false;
529 bool m_mLModelTypeHasBeenSet =
false;
530 bool m_scoreThresholdHasBeenSet =
false;
531 bool m_scoreThresholdLastUpdatedAtHasBeenSet =
false;
532 bool m_logUriHasBeenSet =
false;
533 bool m_messageHasBeenSet =
false;
534 bool m_computeTimeHasBeenSet =
false;
535 bool m_finishedAtHasBeenSet =
false;
536 bool m_startedAtHasBeenSet =
false;
537 bool m_recipeHasBeenSet =
false;
538 bool m_schemaHasBeenSet =
false;
539 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)
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