7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/CustomModelUnits.h>
9#include <aws/bedrock/model/ModelDataSource.h>
10#include <aws/core/http/HttpResponse.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ModelArnT = Aws::String>
40 m_modelArnHasBeenSet =
true;
41 m_modelArn = std::forward<ModelArnT>(value);
43 template <
typename ModelArnT = Aws::String>
55 template <
typename ModelNameT = Aws::String>
57 m_modelNameHasBeenSet =
true;
58 m_modelName = std::forward<ModelNameT>(value);
60 template <
typename ModelNameT = Aws::String>
72 template <
typename JobNameT = Aws::String>
74 m_jobNameHasBeenSet =
true;
75 m_jobName = std::forward<JobNameT>(value);
77 template <
typename JobNameT = Aws::String>
89 template <
typename JobArnT = Aws::String>
91 m_jobArnHasBeenSet =
true;
92 m_jobArn = std::forward<JobArnT>(value);
94 template <
typename JobArnT = Aws::String>
106 template <
typename ModelDataSourceT = ModelDataSource>
108 m_modelDataSourceHasBeenSet =
true;
109 m_modelDataSource = std::forward<ModelDataSourceT>(value);
111 template <
typename ModelDataSourceT = ModelDataSource>
123 template <
typename CreationTimeT = Aws::Utils::DateTime>
125 m_creationTimeHasBeenSet =
true;
126 m_creationTime = std::forward<CreationTimeT>(value);
128 template <
typename CreationTimeT = Aws::Utils::DateTime>
140 template <
typename ModelArchitectureT = Aws::String>
142 m_modelArchitectureHasBeenSet =
true;
143 m_modelArchitecture = std::forward<ModelArchitectureT>(value);
145 template <
typename ModelArchitectureT = Aws::String>
157 template <
typename ModelKmsKeyArnT = Aws::String>
159 m_modelKmsKeyArnHasBeenSet =
true;
160 m_modelKmsKeyArn = std::forward<ModelKmsKeyArnT>(value);
162 template <
typename ModelKmsKeyArnT = Aws::String>
175 m_instructSupportedHasBeenSet =
true;
176 m_instructSupported = value;
190 template <
typename CustomModelUnitsT = CustomModelUnits>
192 m_customModelUnitsHasBeenSet =
true;
193 m_customModelUnits = std::forward<CustomModelUnitsT>(value);
195 template <
typename CustomModelUnitsT = CustomModelUnits>
205 template <
typename RequestIdT = Aws::String>
207 m_requestIdHasBeenSet =
true;
208 m_requestId = std::forward<RequestIdT>(value);
210 template <
typename RequestIdT = Aws::String>
235 bool m_instructSupported{
false};
237 CustomModelUnits m_customModelUnits;
241 bool m_modelArnHasBeenSet =
false;
242 bool m_modelNameHasBeenSet =
false;
243 bool m_jobNameHasBeenSet =
false;
244 bool m_jobArnHasBeenSet =
false;
245 bool m_modelDataSourceHasBeenSet =
false;
246 bool m_creationTimeHasBeenSet =
false;
247 bool m_modelArchitectureHasBeenSet =
false;
248 bool m_modelKmsKeyArnHasBeenSet =
false;
249 bool m_instructSupportedHasBeenSet =
false;
250 bool m_customModelUnitsHasBeenSet =
false;
251 bool m_requestIdHasBeenSet =
false;
AWS_BEDROCK_API GetImportedModelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetModelName(ModelNameT &&value)
GetImportedModelResult & WithModelKmsKeyArn(ModelKmsKeyArnT &&value)
const Aws::String & GetModelName() const
const Aws::String & GetJobArn() const
AWS_BEDROCK_API GetImportedModelResult()=default
void SetInstructSupported(bool value)
GetImportedModelResult & WithCustomModelUnits(CustomModelUnitsT &&value)
GetImportedModelResult & WithModelName(ModelNameT &&value)
const Aws::String & GetModelKmsKeyArn() const
const Aws::String & GetModelArchitecture() const
void SetModelArn(ModelArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
GetImportedModelResult & WithJobArn(JobArnT &&value)
AWS_BEDROCK_API GetImportedModelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCustomModelUnits(CustomModelUnitsT &&value)
void SetModelKmsKeyArn(ModelKmsKeyArnT &&value)
GetImportedModelResult & WithRequestId(RequestIdT &&value)
const CustomModelUnits & GetCustomModelUnits() const
const Aws::String & GetRequestId() const
void SetJobArn(JobArnT &&value)
void SetModelDataSource(ModelDataSourceT &&value)
void SetRequestId(RequestIdT &&value)
GetImportedModelResult & WithCreationTime(CreationTimeT &&value)
GetImportedModelResult & WithModelArchitecture(ModelArchitectureT &&value)
GetImportedModelResult & WithJobName(JobNameT &&value)
void SetModelArchitecture(ModelArchitectureT &&value)
const ModelDataSource & GetModelDataSource() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetModelArn() const
GetImportedModelResult & WithInstructSupported(bool value)
const Aws::String & GetJobName() const
GetImportedModelResult & WithModelArn(ModelArnT &&value)
void SetJobName(JobNameT &&value)
GetImportedModelResult & WithModelDataSource(ModelDataSourceT &&value)
void SetCreationTime(CreationTimeT &&value)
bool GetInstructSupported() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue