7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ScheduleStatus.h>
10#include <aws/sagemaker/model/MonitoringType.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/MonitoringScheduleConfig.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/sagemaker/model/MonitoringExecutionSummary.h>
15#include <aws/sagemaker/model/BatchTransformInput.h>
16#include <aws/sagemaker/model/MonitoringAlertSummary.h>
55 template<
typename MonitoringScheduleArnT = Aws::String>
56 void SetMonitoringScheduleArn(MonitoringScheduleArnT&& value) { m_monitoringScheduleArnHasBeenSet =
true; m_monitoringScheduleArn = std::forward<MonitoringScheduleArnT>(value); }
57 template<
typename MonitoringScheduleArnT = Aws::String>
67 template<
typename MonitoringScheduleNameT = Aws::String>
68 void SetMonitoringScheduleName(MonitoringScheduleNameT&& value) { m_monitoringScheduleNameHasBeenSet =
true; m_monitoringScheduleName = std::forward<MonitoringScheduleNameT>(value); }
69 template<
typename MonitoringScheduleNameT = Aws::String>
99 template<
typename FailureReasonT = Aws::String>
100 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
101 template<
typename FailureReasonT = Aws::String>
111 template<
typename CreationTimeT = Aws::Utils::DateTime>
112 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
113 template<
typename CreationTimeT = Aws::Utils::DateTime>
123 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
124 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
125 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 template<
typename MonitoringScheduleConfigT = MonitoringScheduleConfig>
134 void SetMonitoringScheduleConfig(MonitoringScheduleConfigT&& value) { m_monitoringScheduleConfigHasBeenSet =
true; m_monitoringScheduleConfig = std::forward<MonitoringScheduleConfigT>(value); }
135 template<
typename MonitoringScheduleConfigT = MonitoringScheduleConfig>
145 template<
typename Endpo
intNameT = Aws::String>
146 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
147 template<
typename Endpo
intNameT = Aws::String>
157 template<
typename MonitoringAlertSummariesT = Aws::Vector<MonitoringAlertSummary>>
158 void SetMonitoringAlertSummaries(MonitoringAlertSummariesT&& value) { m_monitoringAlertSummariesHasBeenSet =
true; m_monitoringAlertSummaries = std::forward<MonitoringAlertSummariesT>(value); }
159 template<
typename MonitoringAlertSummariesT = Aws::Vector<MonitoringAlertSummary>>
161 template<
typename MonitoringAlertSummariesT = MonitoringAlertSummary>
169 template<
typename LastMonitoringExecutionSummaryT = MonitoringExecutionSummary>
170 void SetLastMonitoringExecutionSummary(LastMonitoringExecutionSummaryT&& value) { m_lastMonitoringExecutionSummaryHasBeenSet =
true; m_lastMonitoringExecutionSummary = std::forward<LastMonitoringExecutionSummaryT>(value); }
171 template<
typename LastMonitoringExecutionSummaryT = MonitoringExecutionSummary>
179 template<
typename BatchTransformInputT = BatchTransformInput>
180 void SetBatchTransformInput(BatchTransformInputT&& value) { m_batchTransformInputHasBeenSet =
true; m_batchTransformInput = std::forward<BatchTransformInputT>(value); }
181 template<
typename BatchTransformInputT = BatchTransformInput>
187 bool m_monitoringScheduleArnHasBeenSet =
false;
190 bool m_monitoringScheduleNameHasBeenSet =
false;
193 bool m_monitoringScheduleStatusHasBeenSet =
false;
196 bool m_monitoringTypeHasBeenSet =
false;
199 bool m_failureReasonHasBeenSet =
false;
202 bool m_creationTimeHasBeenSet =
false;
205 bool m_lastModifiedTimeHasBeenSet =
false;
207 MonitoringScheduleConfig m_monitoringScheduleConfig;
208 bool m_monitoringScheduleConfigHasBeenSet =
false;
211 bool m_endpointNameHasBeenSet =
false;
214 bool m_monitoringAlertSummariesHasBeenSet =
false;
216 MonitoringExecutionSummary m_lastMonitoringExecutionSummary;
217 bool m_lastMonitoringExecutionSummaryHasBeenSet =
false;
219 BatchTransformInput m_batchTransformInput;
220 bool m_batchTransformInputHasBeenSet =
false;
void SetMonitoringType(MonitoringType value)
bool MonitoringScheduleArnHasBeenSet() const
bool FailureReasonHasBeenSet() const
const Aws::String & GetMonitoringScheduleName() const
ModelDashboardMonitoringSchedule & WithMonitoringType(MonitoringType value)
ModelDashboardMonitoringSchedule & WithMonitoringScheduleArn(MonitoringScheduleArnT &&value)
const Aws::String & GetFailureReason() const
bool MonitoringScheduleStatusHasBeenSet() const
bool BatchTransformInputHasBeenSet() const
const Aws::Vector< MonitoringAlertSummary > & GetMonitoringAlertSummaries() const
const Aws::String & GetEndpointName() const
ModelDashboardMonitoringSchedule & WithMonitoringScheduleConfig(MonitoringScheduleConfigT &&value)
AWS_SAGEMAKER_API ModelDashboardMonitoringSchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
ModelDashboardMonitoringSchedule & WithEndpointName(EndpointNameT &&value)
void SetBatchTransformInput(BatchTransformInputT &&value)
ModelDashboardMonitoringSchedule & AddMonitoringAlertSummaries(MonitoringAlertSummariesT &&value)
bool MonitoringAlertSummariesHasBeenSet() const
ModelDashboardMonitoringSchedule & WithBatchTransformInput(BatchTransformInputT &&value)
const MonitoringScheduleConfig & GetMonitoringScheduleConfig() const
bool MonitoringTypeHasBeenSet() const
bool LastMonitoringExecutionSummaryHasBeenSet() const
ScheduleStatus GetMonitoringScheduleStatus() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
MonitoringType GetMonitoringType() const
const MonitoringExecutionSummary & GetLastMonitoringExecutionSummary() const
void SetLastMonitoringExecutionSummary(LastMonitoringExecutionSummaryT &&value)
ModelDashboardMonitoringSchedule & WithFailureReason(FailureReasonT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API ModelDashboardMonitoringSchedule()=default
void SetMonitoringScheduleName(MonitoringScheduleNameT &&value)
void SetMonitoringAlertSummaries(MonitoringAlertSummariesT &&value)
bool CreationTimeHasBeenSet() const
const BatchTransformInput & GetBatchTransformInput() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool MonitoringScheduleNameHasBeenSet() const
void SetMonitoringScheduleStatus(ScheduleStatus value)
void SetMonitoringScheduleConfig(MonitoringScheduleConfigT &&value)
AWS_SAGEMAKER_API ModelDashboardMonitoringSchedule(Aws::Utils::Json::JsonView jsonValue)
ModelDashboardMonitoringSchedule & WithMonitoringScheduleName(MonitoringScheduleNameT &&value)
bool EndpointNameHasBeenSet() const
ModelDashboardMonitoringSchedule & WithLastModifiedTime(LastModifiedTimeT &&value)
ModelDashboardMonitoringSchedule & WithMonitoringScheduleStatus(ScheduleStatus value)
const Aws::String & GetMonitoringScheduleArn() const
bool LastModifiedTimeHasBeenSet() const
void SetMonitoringScheduleArn(MonitoringScheduleArnT &&value)
void SetFailureReason(FailureReasonT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
ModelDashboardMonitoringSchedule & WithMonitoringAlertSummaries(MonitoringAlertSummariesT &&value)
ModelDashboardMonitoringSchedule & WithLastMonitoringExecutionSummary(LastMonitoringExecutionSummaryT &&value)
ModelDashboardMonitoringSchedule & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
bool MonitoringScheduleConfigHasBeenSet() const
void SetEndpointName(EndpointNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue