7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/InferenceProfileModel.h>
9#include <aws/bedrock/model/InferenceProfileStatus.h>
10#include <aws/bedrock/model/InferenceProfileType.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename InferenceProfileNameT = Aws::String>
48 m_inferenceProfileNameHasBeenSet =
true;
49 m_inferenceProfileName = std::forward<InferenceProfileNameT>(value);
51 template <
typename InferenceProfileNameT = Aws::String>
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
82 template <
typename CreatedAtT = Aws::Utils::DateTime>
84 m_createdAtHasBeenSet =
true;
85 m_createdAt = std::forward<CreatedAtT>(value);
87 template <
typename CreatedAtT = Aws::Utils::DateTime>
100 template <
typename UpdatedAtT = Aws::Utils::DateTime>
102 m_updatedAtHasBeenSet =
true;
103 m_updatedAt = std::forward<UpdatedAtT>(value);
105 template <
typename UpdatedAtT = Aws::Utils::DateTime>
118 template <
typename InferenceProfileArnT = Aws::String>
120 m_inferenceProfileArnHasBeenSet =
true;
121 m_inferenceProfileArn = std::forward<InferenceProfileArnT>(value);
123 template <
typename InferenceProfileArnT = Aws::String>
136 template <
typename ModelsT = Aws::Vector<InferenceProfileModel>>
138 m_modelsHasBeenSet =
true;
139 m_models = std::forward<ModelsT>(value);
141 template <
typename ModelsT = Aws::Vector<InferenceProfileModel>>
146 template <
typename ModelsT = InferenceProfileModel>
148 m_modelsHasBeenSet =
true;
149 m_models.emplace_back(std::forward<ModelsT>(value));
160 template <
typename InferenceProfileIdT = Aws::String>
162 m_inferenceProfileIdHasBeenSet =
true;
163 m_inferenceProfileId = std::forward<InferenceProfileIdT>(value);
165 template <
typename InferenceProfileIdT = Aws::String>
180 m_statusHasBeenSet =
true;
202 m_typeHasBeenSet =
true;
212 bool m_inferenceProfileNameHasBeenSet =
false;
215 bool m_descriptionHasBeenSet =
false;
218 bool m_createdAtHasBeenSet =
false;
221 bool m_updatedAtHasBeenSet =
false;
224 bool m_inferenceProfileArnHasBeenSet =
false;
227 bool m_modelsHasBeenSet =
false;
230 bool m_inferenceProfileIdHasBeenSet =
false;
233 bool m_statusHasBeenSet =
false;
236 bool m_typeHasBeenSet =
false;
const Aws::String & GetDescription() const
bool CreatedAtHasBeenSet() const
void SetType(InferenceProfileType value)
InferenceProfileType GetType() const
const Aws::Vector< InferenceProfileModel > & GetModels() const
InferenceProfileSummary & WithCreatedAt(CreatedAtT &&value)
InferenceProfileSummary & WithDescription(DescriptionT &&value)
InferenceProfileSummary & WithStatus(InferenceProfileStatus value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool UpdatedAtHasBeenSet() const
InferenceProfileStatus GetStatus() const
void SetInferenceProfileName(InferenceProfileNameT &&value)
AWS_BEDROCK_API InferenceProfileSummary()=default
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetDescription(DescriptionT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
void SetModels(ModelsT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetInferenceProfileArn() const
bool InferenceProfileNameHasBeenSet() const
bool TypeHasBeenSet() const
bool StatusHasBeenSet() const
InferenceProfileSummary & AddModels(ModelsT &&value)
InferenceProfileSummary & WithInferenceProfileId(InferenceProfileIdT &&value)
bool InferenceProfileIdHasBeenSet() const
const Aws::String & GetInferenceProfileName() const
bool InferenceProfileArnHasBeenSet() const
void SetStatus(InferenceProfileStatus value)
bool ModelsHasBeenSet() const
void SetInferenceProfileId(InferenceProfileIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetInferenceProfileId() const
AWS_BEDROCK_API InferenceProfileSummary(Aws::Utils::Json::JsonView jsonValue)
InferenceProfileSummary & WithModels(ModelsT &&value)
InferenceProfileSummary & WithInferenceProfileName(InferenceProfileNameT &&value)
AWS_BEDROCK_API InferenceProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
InferenceProfileSummary & WithUpdatedAt(UpdatedAtT &&value)
InferenceProfileSummary & WithType(InferenceProfileType value)
InferenceProfileSummary & WithInferenceProfileArn(InferenceProfileArnT &&value)
bool DescriptionHasBeenSet() const
void SetInferenceProfileArn(InferenceProfileArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue