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/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ModelArnT = Aws::String>
39 m_modelArnHasBeenSet =
true;
40 m_modelArn = std::forward<ModelArnT>(value);
42 template <
typename ModelArnT = Aws::String>
54 template <
typename ModelNameT = Aws::String>
56 m_modelNameHasBeenSet =
true;
57 m_modelName = std::forward<ModelNameT>(value);
59 template <
typename ModelNameT = Aws::String>
71 template <
typename JobNameT = Aws::String>
73 m_jobNameHasBeenSet =
true;
74 m_jobName = std::forward<JobNameT>(value);
76 template <
typename JobNameT = Aws::String>
88 template <
typename JobArnT = Aws::String>
90 m_jobArnHasBeenSet =
true;
91 m_jobArn = std::forward<JobArnT>(value);
93 template <
typename JobArnT = Aws::String>
105 template <
typename ModelDataSourceT = ModelDataSource>
107 m_modelDataSourceHasBeenSet =
true;
108 m_modelDataSource = std::forward<ModelDataSourceT>(value);
110 template <
typename ModelDataSourceT = ModelDataSource>
122 template <
typename CreationTimeT = Aws::Utils::DateTime>
124 m_creationTimeHasBeenSet =
true;
125 m_creationTime = std::forward<CreationTimeT>(value);
127 template <
typename CreationTimeT = Aws::Utils::DateTime>
139 template <
typename ModelArchitectureT = Aws::String>
141 m_modelArchitectureHasBeenSet =
true;
142 m_modelArchitecture = std::forward<ModelArchitectureT>(value);
144 template <
typename ModelArchitectureT = Aws::String>
156 template <
typename ModelKmsKeyArnT = Aws::String>
158 m_modelKmsKeyArnHasBeenSet =
true;
159 m_modelKmsKeyArn = std::forward<ModelKmsKeyArnT>(value);
161 template <
typename ModelKmsKeyArnT = Aws::String>
174 m_instructSupportedHasBeenSet =
true;
175 m_instructSupported = value;
189 template <
typename CustomModelUnitsT = CustomModelUnits>
191 m_customModelUnitsHasBeenSet =
true;
192 m_customModelUnits = std::forward<CustomModelUnitsT>(value);
194 template <
typename CustomModelUnitsT = CustomModelUnits>
204 template <
typename RequestIdT = Aws::String>
206 m_requestIdHasBeenSet =
true;
207 m_requestId = std::forward<RequestIdT>(value);
209 template <
typename RequestIdT = Aws::String>
217 bool m_modelArnHasBeenSet =
false;
220 bool m_modelNameHasBeenSet =
false;
223 bool m_jobNameHasBeenSet =
false;
226 bool m_jobArnHasBeenSet =
false;
229 bool m_modelDataSourceHasBeenSet =
false;
232 bool m_creationTimeHasBeenSet =
false;
235 bool m_modelArchitectureHasBeenSet =
false;
238 bool m_modelKmsKeyArnHasBeenSet =
false;
240 bool m_instructSupported{
false};
241 bool m_instructSupportedHasBeenSet =
false;
243 CustomModelUnits m_customModelUnits;
244 bool m_customModelUnitsHasBeenSet =
false;
247 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
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue