7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/ModelInvocationJobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/bedrock/model/ModelInvocationJobInputDataConfig.h>
12#include <aws/bedrock/model/ModelInvocationJobOutputDataConfig.h>
13#include <aws/bedrock/model/VpcConfig.h>
51 template<
typename JobArnT = Aws::String>
52 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
53 template<
typename JobArnT = Aws::String>
63 template<
typename JobNameT = Aws::String>
64 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
65 template<
typename JobNameT = Aws::String>
75 template<
typename ModelIdT = Aws::String>
76 void SetModelId(ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
77 template<
typename ModelIdT = Aws::String>
91 template<
typename ClientRequestTokenT = Aws::String>
92 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
93 template<
typename ClientRequestTokenT = Aws::String>
107 template<
typename RoleArnT = Aws::String>
108 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
109 template<
typename RoleArnT = Aws::String>
157 template<
typename MessageT = Aws::String>
158 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
159 template<
typename MessageT = Aws::String>
169 template<
typename SubmitTimeT = Aws::Utils::DateTime>
170 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
171 template<
typename SubmitTimeT = Aws::Utils::DateTime>
181 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
182 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
183 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
193 template<
typename EndTimeT = Aws::Utils::DateTime>
194 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
195 template<
typename EndTimeT = Aws::Utils::DateTime>
205 template<
typename InputDataConfigT = ModelInvocationJobInputDataConfig>
206 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
207 template<
typename InputDataConfigT = ModelInvocationJobInputDataConfig>
217 template<
typename OutputDataConfigT = ModelInvocationJobOutputDataConfig>
218 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
219 template<
typename OutputDataConfigT = ModelInvocationJobOutputDataConfig>
232 template<
typename VpcConfigT = VpcConfig>
233 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
234 template<
typename VpcConfigT = VpcConfig>
255 template<
typename JobExpirationTimeT = Aws::Utils::DateTime>
256 void SetJobExpirationTime(JobExpirationTimeT&& value) { m_jobExpirationTimeHasBeenSet =
true; m_jobExpirationTime = std::forward<JobExpirationTimeT>(value); }
257 template<
typename JobExpirationTimeT = Aws::Utils::DateTime>
263 bool m_jobArnHasBeenSet =
false;
266 bool m_jobNameHasBeenSet =
false;
269 bool m_modelIdHasBeenSet =
false;
272 bool m_clientRequestTokenHasBeenSet =
false;
275 bool m_roleArnHasBeenSet =
false;
278 bool m_statusHasBeenSet =
false;
281 bool m_messageHasBeenSet =
false;
284 bool m_submitTimeHasBeenSet =
false;
287 bool m_lastModifiedTimeHasBeenSet =
false;
290 bool m_endTimeHasBeenSet =
false;
292 ModelInvocationJobInputDataConfig m_inputDataConfig;
293 bool m_inputDataConfigHasBeenSet =
false;
295 ModelInvocationJobOutputDataConfig m_outputDataConfig;
296 bool m_outputDataConfigHasBeenSet =
false;
298 VpcConfig m_vpcConfig;
299 bool m_vpcConfigHasBeenSet =
false;
301 int m_timeoutDurationInHours{0};
302 bool m_timeoutDurationInHoursHasBeenSet =
false;
305 bool m_jobExpirationTimeHasBeenSet =
false;
void SetJobArn(JobArnT &&value)
const ModelInvocationJobOutputDataConfig & GetOutputDataConfig() const
ModelInvocationJobSummary & WithMessage(MessageT &&value)
void SetStatus(ModelInvocationJobStatus value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetJobArn() const
AWS_BEDROCK_API ModelInvocationJobSummary()=default
void SetEndTime(EndTimeT &&value)
ModelInvocationJobSummary & WithEndTime(EndTimeT &&value)
AWS_BEDROCK_API ModelInvocationJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientRequestToken() const
ModelInvocationJobSummary & WithInputDataConfig(InputDataConfigT &&value)
int GetTimeoutDurationInHours() const
ModelInvocationJobSummary & WithTimeoutDurationInHours(int value)
ModelInvocationJobSummary & WithSubmitTime(SubmitTimeT &&value)
ModelInvocationJobSummary & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetJobName() const
void SetOutputDataConfig(OutputDataConfigT &&value)
bool ClientRequestTokenHasBeenSet() const
ModelInvocationJobSummary & WithJobExpirationTime(JobExpirationTimeT &&value)
const VpcConfig & GetVpcConfig() const
bool JobNameHasBeenSet() const
void SetJobExpirationTime(JobExpirationTimeT &&value)
const Aws::Utils::DateTime & GetSubmitTime() const
ModelInvocationJobStatus GetStatus() const
const Aws::String & GetModelId() const
bool JobExpirationTimeHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
bool EndTimeHasBeenSet() const
bool TimeoutDurationInHoursHasBeenSet() const
bool RoleArnHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetMessage() const
bool JobArnHasBeenSet() const
ModelInvocationJobSummary & WithRoleArn(RoleArnT &&value)
bool MessageHasBeenSet() const
bool VpcConfigHasBeenSet() const
ModelInvocationJobSummary & WithStatus(ModelInvocationJobStatus value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
ModelInvocationJobSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ModelInvocationJobSummary & WithJobName(JobNameT &&value)
void SetModelId(ModelIdT &&value)
void SetRoleArn(RoleArnT &&value)
void SetJobName(JobNameT &&value)
void SetSubmitTime(SubmitTimeT &&value)
ModelInvocationJobSummary & WithJobArn(JobArnT &&value)
AWS_BEDROCK_API ModelInvocationJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetClientRequestToken(ClientRequestTokenT &&value)
const ModelInvocationJobInputDataConfig & GetInputDataConfig() const
bool StatusHasBeenSet() const
ModelInvocationJobSummary & WithVpcConfig(VpcConfigT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool OutputDataConfigHasBeenSet() const
const Aws::String & GetRoleArn() const
void SetMessage(MessageT &&value)
bool ModelIdHasBeenSet() const
bool SubmitTimeHasBeenSet() const
void SetVpcConfig(VpcConfigT &&value)
void SetInputDataConfig(InputDataConfigT &&value)
void SetTimeoutDurationInHours(int value)
const Aws::Utils::DateTime & GetJobExpirationTime() const
bool InputDataConfigHasBeenSet() const
ModelInvocationJobSummary & WithOutputDataConfig(OutputDataConfigT &&value)
ModelInvocationJobSummary & WithModelId(ModelIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue