7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/CustomizationType.h>
9#include <aws/bedrock/model/ModelCustomizationJobStatus.h>
10#include <aws/bedrock/model/StatusDetails.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename JobArnT = Aws::String>
46 m_jobArnHasBeenSet =
true;
47 m_jobArn = std::forward<JobArnT>(value);
49 template <
typename JobArnT = Aws::String>
62 template <
typename BaseModelArnT = Aws::String>
64 m_baseModelArnHasBeenSet =
true;
65 m_baseModelArn = std::forward<BaseModelArnT>(value);
67 template <
typename BaseModelArnT = Aws::String>
80 template <
typename JobNameT = Aws::String>
82 m_jobNameHasBeenSet =
true;
83 m_jobName = std::forward<JobNameT>(value);
85 template <
typename JobNameT = Aws::String>
99 m_statusHasBeenSet =
true;
114 template <
typename StatusDetailsT = StatusDetails>
116 m_statusDetailsHasBeenSet =
true;
117 m_statusDetails = std::forward<StatusDetailsT>(value);
119 template <
typename StatusDetailsT = StatusDetails>
132 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
134 m_lastModifiedTimeHasBeenSet =
true;
135 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
137 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
150 template <
typename CreationTimeT = Aws::Utils::DateTime>
152 m_creationTimeHasBeenSet =
true;
153 m_creationTime = std::forward<CreationTimeT>(value);
155 template <
typename CreationTimeT = Aws::Utils::DateTime>
168 template <
typename EndTimeT = Aws::Utils::DateTime>
170 m_endTimeHasBeenSet =
true;
171 m_endTime = std::forward<EndTimeT>(value);
173 template <
typename EndTimeT = Aws::Utils::DateTime>
186 template <
typename CustomModelArnT = Aws::String>
188 m_customModelArnHasBeenSet =
true;
189 m_customModelArn = std::forward<CustomModelArnT>(value);
191 template <
typename CustomModelArnT = Aws::String>
204 template <
typename CustomModelNameT = Aws::String>
206 m_customModelNameHasBeenSet =
true;
207 m_customModelName = std::forward<CustomModelNameT>(value);
209 template <
typename CustomModelNameT = Aws::String>
226 m_customizationTypeHasBeenSet =
true;
227 m_customizationType = value;
236 bool m_jobArnHasBeenSet =
false;
239 bool m_baseModelArnHasBeenSet =
false;
242 bool m_jobNameHasBeenSet =
false;
245 bool m_statusHasBeenSet =
false;
247 StatusDetails m_statusDetails;
248 bool m_statusDetailsHasBeenSet =
false;
251 bool m_lastModifiedTimeHasBeenSet =
false;
254 bool m_creationTimeHasBeenSet =
false;
257 bool m_endTimeHasBeenSet =
false;
260 bool m_customModelArnHasBeenSet =
false;
263 bool m_customModelNameHasBeenSet =
false;
266 bool m_customizationTypeHasBeenSet =
false;
AWS_BEDROCK_API ModelCustomizationJobSummary()=default
bool EndTimeHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetBaseModelArn() const
void SetEndTime(EndTimeT &&value)
ModelCustomizationJobSummary & WithCustomModelArn(CustomModelArnT &&value)
bool StatusHasBeenSet() const
bool CreationTimeHasBeenSet() const
void SetCustomModelArn(CustomModelArnT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCustomModelArn() const
void SetCustomizationType(CustomizationType value)
ModelCustomizationJobSummary & WithStatus(ModelCustomizationJobStatus value)
ModelCustomizationJobSummary & WithJobName(JobNameT &&value)
bool CustomModelNameHasBeenSet() const
void SetStatus(ModelCustomizationJobStatus value)
AWS_BEDROCK_API ModelCustomizationJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetJobArn(JobArnT &&value)
const Aws::Utils::DateTime & GetEndTime() const
const Aws::Utils::DateTime & GetCreationTime() const
bool JobArnHasBeenSet() const
ModelCustomizationJobSummary & WithCustomModelName(CustomModelNameT &&value)
const Aws::String & GetJobName() const
ModelCustomizationJobSummary & WithBaseModelArn(BaseModelArnT &&value)
bool JobNameHasBeenSet() const
ModelCustomizationJobStatus GetStatus() const
const Aws::String & GetJobArn() const
bool BaseModelArnHasBeenSet() const
ModelCustomizationJobSummary & WithJobArn(JobArnT &&value)
CustomizationType GetCustomizationType() const
const Aws::String & GetCustomModelName() const
bool CustomizationTypeHasBeenSet() const
const StatusDetails & GetStatusDetails() const
AWS_BEDROCK_API ModelCustomizationJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomModelName(CustomModelNameT &&value)
ModelCustomizationJobSummary & WithStatusDetails(StatusDetailsT &&value)
ModelCustomizationJobSummary & WithCustomizationType(CustomizationType value)
ModelCustomizationJobSummary & WithEndTime(EndTimeT &&value)
void SetStatusDetails(StatusDetailsT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool CustomModelArnHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool StatusDetailsHasBeenSet() const
void SetBaseModelArn(BaseModelArnT &&value)
void SetJobName(JobNameT &&value)
ModelCustomizationJobSummary & WithCreationTime(CreationTimeT &&value)
ModelCustomizationJobSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ModelCustomizationJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue