7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetMetricName(
const char* value) { m_metricNameHasBeenSet =
true; m_metricName.assign(value); }
63 inline void SetSourceArn(
const char* value) { m_sourceArnHasBeenSet =
true; m_sourceArn.assign(value); }
85 inline double GetMax()
const{
return m_max; }
87 inline void SetMax(
double value) { m_maxHasBeenSet =
true; m_max = value; }
95 inline double GetMin()
const{
return m_min; }
97 inline void SetMin(
double value) { m_minHasBeenSet =
true; m_min = value; }
105 inline double GetLast()
const{
return m_last; }
107 inline void SetLast(
double value) { m_lastHasBeenSet =
true; m_last = value; }
117 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
125 inline double GetAvg()
const{
return m_avg; }
127 inline void SetAvg(
double value) { m_avgHasBeenSet =
true; m_avg = value; }
137 inline void SetStdDev(
double value) { m_stdDevHasBeenSet =
true; m_stdDev = value; }
143 bool m_metricNameHasBeenSet =
false;
146 bool m_sourceArnHasBeenSet =
false;
149 bool m_timeStampHasBeenSet =
false;
152 bool m_maxHasBeenSet =
false;
155 bool m_minHasBeenSet =
false;
158 bool m_lastHasBeenSet =
false;
161 bool m_countHasBeenSet =
false;
164 bool m_avgHasBeenSet =
false;
167 bool m_stdDevHasBeenSet =
false;
void SetStdDev(double value)
void SetMetricName(const char *value)
TrialComponentMetricSummary & WithMin(double value)
TrialComponentMetricSummary & WithMetricName(const Aws::String &value)
TrialComponentMetricSummary & WithTimeStamp(const Aws::Utils::DateTime &value)
void SetMetricName(Aws::String &&value)
void SetLast(double value)
TrialComponentMetricSummary & WithTimeStamp(Aws::Utils::DateTime &&value)
TrialComponentMetricSummary & WithSourceArn(Aws::String &&value)
void SetMin(double value)
const Aws::Utils::DateTime & GetTimeStamp() const
TrialComponentMetricSummary & WithMetricName(Aws::String &&value)
void SetSourceArn(const Aws::String &value)
void SetSourceArn(const char *value)
AWS_SAGEMAKER_API TrialComponentMetricSummary(Aws::Utils::Json::JsonView jsonValue)
void SetTimeStamp(const Aws::Utils::DateTime &value)
bool LastHasBeenSet() const
bool MinHasBeenSet() const
TrialComponentMetricSummary & WithSourceArn(const Aws::String &value)
void SetMax(double value)
TrialComponentMetricSummary & WithLast(double value)
const Aws::String & GetMetricName() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool MaxHasBeenSet() const
TrialComponentMetricSummary & WithCount(int value)
bool CountHasBeenSet() const
void SetTimeStamp(Aws::Utils::DateTime &&value)
bool AvgHasBeenSet() const
bool MetricNameHasBeenSet() const
AWS_SAGEMAKER_API TrialComponentMetricSummary()
bool SourceArnHasBeenSet() const
TrialComponentMetricSummary & WithAvg(double value)
bool StdDevHasBeenSet() const
TrialComponentMetricSummary & WithSourceArn(const char *value)
TrialComponentMetricSummary & WithMetricName(const char *value)
TrialComponentMetricSummary & WithStdDev(double value)
void SetSourceArn(Aws::String &&value)
TrialComponentMetricSummary & WithMax(double value)
const Aws::String & GetSourceArn() const
bool TimeStampHasBeenSet() const
void SetAvg(double value)
void SetMetricName(const Aws::String &value)
AWS_SAGEMAKER_API TrialComponentMetricSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue