7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ModelArnT = Aws::String>
43 m_modelArnHasBeenSet =
true;
44 m_modelArn = std::forward<ModelArnT>(value);
46 template <
typename ModelArnT = Aws::String>
59 template <
typename ModelNameT = Aws::String>
61 m_modelNameHasBeenSet =
true;
62 m_modelName = std::forward<ModelNameT>(value);
64 template <
typename ModelNameT = Aws::String>
77 template <
typename CreationTimeT = Aws::Utils::DateTime>
79 m_creationTimeHasBeenSet =
true;
80 m_creationTime = std::forward<CreationTimeT>(value);
82 template <
typename CreationTimeT = Aws::Utils::DateTime>
96 m_instructSupportedHasBeenSet =
true;
97 m_instructSupported = value;
111 template <
typename ModelArchitectureT = Aws::String>
113 m_modelArchitectureHasBeenSet =
true;
114 m_modelArchitecture = std::forward<ModelArchitectureT>(value);
116 template <
typename ModelArchitectureT = Aws::String>
124 bool m_modelArnHasBeenSet =
false;
127 bool m_modelNameHasBeenSet =
false;
130 bool m_creationTimeHasBeenSet =
false;
132 bool m_instructSupported{
false};
133 bool m_instructSupportedHasBeenSet =
false;
136 bool m_modelArchitectureHasBeenSet =
false;
ImportedModelSummary & WithModelName(ModelNameT &&value)
AWS_BEDROCK_API ImportedModelSummary()=default
void SetModelArchitecture(ModelArchitectureT &&value)
void SetInstructSupported(bool value)
bool ModelArchitectureHasBeenSet() const
bool ModelNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
ImportedModelSummary & WithModelArn(ModelArnT &&value)
void SetCreationTime(CreationTimeT &&value)
bool InstructSupportedHasBeenSet() const
ImportedModelSummary & WithModelArchitecture(ModelArchitectureT &&value)
bool GetInstructSupported() const
void SetModelName(ModelNameT &&value)
AWS_BEDROCK_API ImportedModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API ImportedModelSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool ModelArnHasBeenSet() const
void SetModelArn(ModelArnT &&value)
const Aws::String & GetModelArchitecture() const
const Aws::String & GetModelArn() const
ImportedModelSummary & WithInstructSupported(bool value)
bool CreationTimeHasBeenSet() const
ImportedModelSummary & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetModelName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue