7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/InferenceExperimentType.h>
10#include <aws/sagemaker/model/InferenceExperimentSchedule.h>
11#include <aws/sagemaker/model/InferenceExperimentStatus.h>
12#include <aws/core/utils/DateTime.h>
53 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
104 inline void SetStatusReason(
const char* value) { m_statusReasonHasBeenSet =
true; m_statusReason.assign(value); }
118 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
170 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
178 bool m_nameHasBeenSet =
false;
181 bool m_typeHasBeenSet =
false;
184 bool m_scheduleHasBeenSet =
false;
187 bool m_statusHasBeenSet =
false;
190 bool m_statusReasonHasBeenSet =
false;
193 bool m_descriptionHasBeenSet =
false;
196 bool m_creationTimeHasBeenSet =
false;
199 bool m_completionTimeHasBeenSet =
false;
202 bool m_lastModifiedTimeHasBeenSet =
false;
205 bool m_roleArnHasBeenSet =
false;
const InferenceExperimentStatus & GetStatus() const
InferenceExperimentSummary & WithDescription(Aws::String &&value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
InferenceExperimentSummary & WithStatusReason(const char *value)
void SetCreationTime(Aws::Utils::DateTime &&value)
bool ScheduleHasBeenSet() const
void SetType(const InferenceExperimentType &value)
const InferenceExperimentType & GetType() const
void SetStatusReason(Aws::String &&value)
void SetDescription(const char *value)
InferenceExperimentSummary & WithCreationTime(Aws::Utils::DateTime &&value)
InferenceExperimentSummary & WithRoleArn(Aws::String &&value)
InferenceExperimentSummary & WithStatus(InferenceExperimentStatus &&value)
void SetSchedule(InferenceExperimentSchedule &&value)
bool CompletionTimeHasBeenSet() const
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
InferenceExperimentSummary & WithName(Aws::String &&value)
void SetCompletionTime(const Aws::Utils::DateTime &value)
void SetStatus(InferenceExperimentStatus &&value)
const Aws::String & GetName() const
void SetDescription(const Aws::String &value)
const Aws::String & GetDescription() const
InferenceExperimentSummary & WithType(InferenceExperimentType &&value)
bool CreationTimeHasBeenSet() const
void SetStatusReason(const char *value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API InferenceExperimentSummary()
void SetRoleArn(const Aws::String &value)
InferenceExperimentSummary & WithStatusReason(const Aws::String &value)
bool StatusHasBeenSet() const
void SetRoleArn(Aws::String &&value)
InferenceExperimentSummary & WithType(const InferenceExperimentType &value)
void SetType(InferenceExperimentType &&value)
InferenceExperimentSummary & WithRoleArn(const Aws::String &value)
InferenceExperimentSummary & WithName(const Aws::String &value)
InferenceExperimentSummary & WithSchedule(const InferenceExperimentSchedule &value)
void SetRoleArn(const char *value)
bool LastModifiedTimeHasBeenSet() const
InferenceExperimentSummary & WithStatusReason(Aws::String &&value)
const Aws::Utils::DateTime & GetCompletionTime() const
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetDescription(Aws::String &&value)
bool StatusReasonHasBeenSet() const
InferenceExperimentSummary & WithRoleArn(const char *value)
InferenceExperimentSummary & WithName(const char *value)
const Aws::String & GetStatusReason() const
InferenceExperimentSummary & WithCreationTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool DescriptionHasBeenSet() const
const InferenceExperimentSchedule & GetSchedule() const
AWS_SAGEMAKER_API InferenceExperimentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const char *value)
void SetName(const Aws::String &value)
InferenceExperimentSummary & WithSchedule(InferenceExperimentSchedule &&value)
void SetSchedule(const InferenceExperimentSchedule &value)
InferenceExperimentSummary & WithCompletionTime(Aws::Utils::DateTime &&value)
InferenceExperimentSummary & WithStatus(const InferenceExperimentStatus &value)
InferenceExperimentSummary & WithDescription(const Aws::String &value)
void SetStatus(const InferenceExperimentStatus &value)
bool RoleArnHasBeenSet() const
bool TypeHasBeenSet() const
void SetCompletionTime(Aws::Utils::DateTime &&value)
const Aws::String & GetRoleArn() const
void SetName(Aws::String &&value)
InferenceExperimentSummary & WithLastModifiedTime(Aws::Utils::DateTime &&value)
bool NameHasBeenSet() const
void SetStatusReason(const Aws::String &value)
InferenceExperimentSummary & WithLastModifiedTime(const Aws::Utils::DateTime &value)
InferenceExperimentSummary & WithDescription(const char *value)
InferenceExperimentSummary & WithCompletionTime(const Aws::Utils::DateTime &value)
AWS_SAGEMAKER_API InferenceExperimentSummary(Aws::Utils::Json::JsonView jsonValue)
InferenceExperimentStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue