7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/ModelDataSource.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/bedrock/model/CustomModelUnits.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ModelArnT = Aws::String>
44 void SetModelArn(ModelArnT&& value) { m_modelArnHasBeenSet =
true; m_modelArn = std::forward<ModelArnT>(value); }
45 template<
typename ModelArnT = Aws::String>
54 template<
typename ModelNameT = Aws::String>
55 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
56 template<
typename ModelNameT = Aws::String>
65 template<
typename JobNameT = Aws::String>
66 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
67 template<
typename JobNameT = Aws::String>
76 template<
typename JobArnT = Aws::String>
77 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
78 template<
typename JobArnT = Aws::String>
87 template<
typename ModelDataSourceT = ModelDataSource>
88 void SetModelDataSource(ModelDataSourceT&& value) { m_modelDataSourceHasBeenSet =
true; m_modelDataSource = std::forward<ModelDataSourceT>(value); }
89 template<
typename ModelDataSourceT = ModelDataSource>
98 template<
typename CreationTimeT = Aws::Utils::DateTime>
99 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
109 template<
typename ModelArchitectureT = Aws::String>
110 void SetModelArchitecture(ModelArchitectureT&& value) { m_modelArchitectureHasBeenSet =
true; m_modelArchitecture = std::forward<ModelArchitectureT>(value); }
111 template<
typename ModelArchitectureT = Aws::String>
120 template<
typename ModelKmsKeyArnT = Aws::String>
121 void SetModelKmsKeyArn(ModelKmsKeyArnT&& value) { m_modelKmsKeyArnHasBeenSet =
true; m_modelKmsKeyArn = std::forward<ModelKmsKeyArnT>(value); }
122 template<
typename ModelKmsKeyArnT = Aws::String>
131 inline void SetInstructSupported(
bool value) { m_instructSupportedHasBeenSet =
true; m_instructSupported = value; }
141 template<
typename CustomModelUnitsT = CustomModelUnits>
142 void SetCustomModelUnits(CustomModelUnitsT&& value) { m_customModelUnitsHasBeenSet =
true; m_customModelUnits = std::forward<CustomModelUnitsT>(value); }
143 template<
typename CustomModelUnitsT = CustomModelUnits>
150 template<
typename RequestIdT = Aws::String>
151 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
152 template<
typename RequestIdT = Aws::String>
158 bool m_modelArnHasBeenSet =
false;
161 bool m_modelNameHasBeenSet =
false;
164 bool m_jobNameHasBeenSet =
false;
167 bool m_jobArnHasBeenSet =
false;
170 bool m_modelDataSourceHasBeenSet =
false;
173 bool m_creationTimeHasBeenSet =
false;
176 bool m_modelArchitectureHasBeenSet =
false;
179 bool m_modelKmsKeyArnHasBeenSet =
false;
181 bool m_instructSupported{
false};
182 bool m_instructSupportedHasBeenSet =
false;
184 CustomModelUnits m_customModelUnits;
185 bool m_customModelUnitsHasBeenSet =
false;
188 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