7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/bedrock/model/InferenceProfileStatus.h>
12#include <aws/bedrock/model/InferenceProfileType.h>
13#include <aws/bedrock/model/InferenceProfileModel.h>
52 template<
typename InferenceProfileNameT = Aws::String>
53 void SetInferenceProfileName(InferenceProfileNameT&& value) { m_inferenceProfileNameHasBeenSet =
true; m_inferenceProfileName = std::forward<InferenceProfileNameT>(value); }
54 template<
typename InferenceProfileNameT = Aws::String>
64 template<
typename DescriptionT = Aws::String>
65 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
66 template<
typename DescriptionT = Aws::String>
76 template<
typename CreatedAtT = Aws::Utils::DateTime>
77 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
78 template<
typename CreatedAtT = Aws::Utils::DateTime>
88 template<
typename UpdatedAtT = Aws::Utils::DateTime>
89 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
90 template<
typename UpdatedAtT = Aws::Utils::DateTime>
100 template<
typename InferenceProfileArnT = Aws::String>
101 void SetInferenceProfileArn(InferenceProfileArnT&& value) { m_inferenceProfileArnHasBeenSet =
true; m_inferenceProfileArn = std::forward<InferenceProfileArnT>(value); }
102 template<
typename InferenceProfileArnT = Aws::String>
112 template<
typename ModelsT = Aws::Vector<InferenceProfileModel>>
113 void SetModels(ModelsT&& value) { m_modelsHasBeenSet =
true; m_models = std::forward<ModelsT>(value); }
114 template<
typename ModelsT = Aws::Vector<InferenceProfileModel>>
116 template<
typename ModelsT = InferenceProfileModel>
126 template<
typename InferenceProfileIdT = Aws::String>
127 void SetInferenceProfileId(InferenceProfileIdT&& value) { m_inferenceProfileIdHasBeenSet =
true; m_inferenceProfileId = std::forward<InferenceProfileIdT>(value); }
128 template<
typename InferenceProfileIdT = Aws::String>
161 bool m_inferenceProfileNameHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
167 bool m_createdAtHasBeenSet =
false;
170 bool m_updatedAtHasBeenSet =
false;
173 bool m_inferenceProfileArnHasBeenSet =
false;
176 bool m_modelsHasBeenSet =
false;
179 bool m_inferenceProfileIdHasBeenSet =
false;
182 bool m_statusHasBeenSet =
false;
185 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