7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/EndpointOutputConfiguration.h>
11#include <aws/sagemaker/model/InferenceMetrics.h>
12#include <aws/sagemaker/model/ModelConfiguration.h>
13#include <aws/sagemaker/model/RecommendationMetrics.h>
44 template <
typename MetricsT = RecommendationMetrics>
46 m_metricsHasBeenSet =
true;
47 m_metrics = std::forward<MetricsT>(value);
49 template <
typename MetricsT = RecommendationMetrics>
60 template <
typename Endpo
intMetricsT = InferenceMetrics>
62 m_endpointMetricsHasBeenSet =
true;
63 m_endpointMetrics = std::forward<EndpointMetricsT>(value);
65 template <
typename Endpo
intMetricsT = InferenceMetrics>
76 template <
typename Endpo
intConfigurationT = Endpo
intOutputConfiguration>
78 m_endpointConfigurationHasBeenSet =
true;
79 m_endpointConfiguration = std::forward<EndpointConfigurationT>(value);
81 template <
typename Endpo
intConfigurationT = Endpo
intOutputConfiguration>
92 template <
typename ModelConfigurationT = ModelConfiguration>
94 m_modelConfigurationHasBeenSet =
true;
95 m_modelConfiguration = std::forward<ModelConfigurationT>(value);
97 template <
typename ModelConfigurationT = ModelConfiguration>
110 template <
typename FailureReasonT = Aws::String>
112 m_failureReasonHasBeenSet =
true;
113 m_failureReason = std::forward<FailureReasonT>(value);
115 template <
typename FailureReasonT = Aws::String>
128 template <
typename InvocationEndTimeT = Aws::Utils::DateTime>
130 m_invocationEndTimeHasBeenSet =
true;
131 m_invocationEndTime = std::forward<InvocationEndTimeT>(value);
133 template <
typename InvocationEndTimeT = Aws::Utils::DateTime>
146 template <
typename InvocationStartTimeT = Aws::Utils::DateTime>
148 m_invocationStartTimeHasBeenSet =
true;
149 m_invocationStartTime = std::forward<InvocationStartTimeT>(value);
151 template <
typename InvocationStartTimeT = Aws::Utils::DateTime>
171 bool m_metricsHasBeenSet =
false;
172 bool m_endpointMetricsHasBeenSet =
false;
173 bool m_endpointConfigurationHasBeenSet =
false;
174 bool m_modelConfigurationHasBeenSet =
false;
175 bool m_failureReasonHasBeenSet =
false;
176 bool m_invocationEndTimeHasBeenSet =
false;
177 bool m_invocationStartTimeHasBeenSet =
false;
void SetMetrics(MetricsT &&value)
AWS_SAGEMAKER_API RecommendationJobInferenceBenchmark()=default
const Aws::String & GetFailureReason() const
void SetModelConfiguration(ModelConfigurationT &&value)
RecommendationJobInferenceBenchmark & WithInvocationStartTime(InvocationStartTimeT &&value)
AWS_SAGEMAKER_API RecommendationJobInferenceBenchmark & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EndpointConfigurationHasBeenSet() const
RecommendationJobInferenceBenchmark & WithInvocationEndTime(InvocationEndTimeT &&value)
RecommendationJobInferenceBenchmark & WithModelConfiguration(ModelConfigurationT &&value)
const Aws::Utils::DateTime & GetInvocationStartTime() const
RecommendationJobInferenceBenchmark & WithFailureReason(FailureReasonT &&value)
const RecommendationMetrics & GetMetrics() const
bool MetricsHasBeenSet() const
bool ModelConfigurationHasBeenSet() const
bool InvocationStartTimeHasBeenSet() const
void SetEndpointConfiguration(EndpointConfigurationT &&value)
RecommendationJobInferenceBenchmark & WithEndpointConfiguration(EndpointConfigurationT &&value)
bool InvocationEndTimeHasBeenSet() const
RecommendationJobInferenceBenchmark & WithEndpointMetrics(EndpointMetricsT &&value)
const ModelConfiguration & GetModelConfiguration() const
RecommendationJobInferenceBenchmark & WithMetrics(MetricsT &&value)
void SetEndpointMetrics(EndpointMetricsT &&value)
void SetInvocationEndTime(InvocationEndTimeT &&value)
void SetFailureReason(FailureReasonT &&value)
const Aws::Utils::DateTime & GetInvocationEndTime() const
bool EndpointMetricsHasBeenSet() const
bool FailureReasonHasBeenSet() const
const InferenceMetrics & GetEndpointMetrics() const
void SetInvocationStartTime(InvocationStartTimeT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const EndpointOutputConfiguration & GetEndpointConfiguration() const
AWS_SAGEMAKER_API RecommendationJobInferenceBenchmark(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue