7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename ModelNameT = Aws::String>
43 m_modelNameHasBeenSet =
true;
44 m_modelName = std::forward<ModelNameT>(value);
46 template <
typename ModelNameT = Aws::String>
59 template <
typename ModelVersionT = Aws::String>
61 m_modelVersionHasBeenSet =
true;
62 m_modelVersion = std::forward<ModelVersionT>(value);
64 template <
typename ModelVersionT = Aws::String>
77 template <
typename LatestSampleTimeT = Aws::Utils::DateTime>
79 m_latestSampleTimeHasBeenSet =
true;
80 m_latestSampleTime = std::forward<LatestSampleTimeT>(value);
82 template <
typename LatestSampleTimeT = Aws::Utils::DateTime>
95 template <
typename LatestInferenceT = Aws::Utils::DateTime>
97 m_latestInferenceHasBeenSet =
true;
98 m_latestInference = std::forward<LatestInferenceT>(value);
100 template <
typename LatestInferenceT = Aws::Utils::DateTime>
114 bool m_modelNameHasBeenSet =
false;
115 bool m_modelVersionHasBeenSet =
false;
116 bool m_latestSampleTimeHasBeenSet =
false;
117 bool m_latestInferenceHasBeenSet =
false;
EdgeModel & WithModelVersion(ModelVersionT &&value)
AWS_SAGEMAKER_API EdgeModel(Aws::Utils::Json::JsonView jsonValue)
void SetModelName(ModelNameT &&value)
bool LatestSampleTimeHasBeenSet() const
void SetModelVersion(ModelVersionT &&value)
const Aws::Utils::DateTime & GetLatestSampleTime() const
const Aws::Utils::DateTime & GetLatestInference() const
bool ModelVersionHasBeenSet() const
AWS_SAGEMAKER_API EdgeModel()=default
AWS_SAGEMAKER_API EdgeModel & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetModelVersion() const
EdgeModel & WithModelName(ModelNameT &&value)
EdgeModel & WithLatestSampleTime(LatestSampleTimeT &&value)
bool ModelNameHasBeenSet() const
EdgeModel & WithLatestInference(LatestInferenceT &&value)
void SetLatestSampleTime(LatestSampleTimeT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetModelName() const
void SetLatestInference(LatestInferenceT &&value)
bool LatestInferenceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue