7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/bedrock/model/FoundationModelLifecycle.h>
11#include <aws/bedrock/model/ModelModality.h>
12#include <aws/bedrock/model/ModelCustomization.h>
13#include <aws/bedrock/model/InferenceType.h>
53 inline void SetModelArn(
const char* value) { m_modelArnHasBeenSet =
true; m_modelArn.assign(value); }
67 inline void SetModelId(
const char* value) { m_modelIdHasBeenSet =
true; m_modelId.assign(value); }
81 inline void SetModelName(
const char* value) { m_modelNameHasBeenSet =
true; m_modelName.assign(value); }
95 inline void SetProviderName(
const char* value) { m_providerNameHasBeenSet =
true; m_providerName.assign(value); }
182 bool m_modelArnHasBeenSet =
false;
185 bool m_modelIdHasBeenSet =
false;
188 bool m_modelNameHasBeenSet =
false;
191 bool m_providerNameHasBeenSet =
false;
194 bool m_inputModalitiesHasBeenSet =
false;
197 bool m_outputModalitiesHasBeenSet =
false;
199 bool m_responseStreamingSupported;
200 bool m_responseStreamingSupportedHasBeenSet =
false;
203 bool m_customizationsSupportedHasBeenSet =
false;
206 bool m_inferenceTypesSupportedHasBeenSet =
false;
209 bool m_modelLifecycleHasBeenSet =
false;
void SetProviderName(const Aws::String &value)
void SetModelArn(const Aws::String &value)
FoundationModelSummary & WithInferenceTypesSupported(Aws::Vector< InferenceType > &&value)
AWS_BEDROCK_API FoundationModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
FoundationModelSummary & WithCustomizationsSupported(const Aws::Vector< ModelCustomization > &value)
FoundationModelSummary & WithOutputModalities(Aws::Vector< ModelModality > &&value)
FoundationModelSummary & WithInputModalities(const Aws::Vector< ModelModality > &value)
FoundationModelSummary & WithModelName(const char *value)
void SetResponseStreamingSupported(bool value)
bool ModelIdHasBeenSet() const
const Aws::String & GetModelId() const
FoundationModelSummary & WithOutputModalities(const Aws::Vector< ModelModality > &value)
AWS_BEDROCK_API FoundationModelSummary(Aws::Utils::Json::JsonView jsonValue)
FoundationModelSummary & AddInputModalities(const ModelModality &value)
bool InputModalitiesHasBeenSet() const
FoundationModelSummary & WithModelLifecycle(const FoundationModelLifecycle &value)
void SetModelArn(const char *value)
FoundationModelSummary & WithProviderName(Aws::String &&value)
void SetModelId(const char *value)
bool ModelLifecycleHasBeenSet() const
FoundationModelSummary & WithCustomizationsSupported(Aws::Vector< ModelCustomization > &&value)
FoundationModelSummary & AddOutputModalities(ModelModality &&value)
void SetModelId(Aws::String &&value)
FoundationModelSummary & AddCustomizationsSupported(const ModelCustomization &value)
bool ProviderNameHasBeenSet() const
FoundationModelSummary & WithModelLifecycle(FoundationModelLifecycle &&value)
FoundationModelSummary & WithModelId(const char *value)
void SetModelName(const Aws::String &value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
FoundationModelSummary & WithModelId(const Aws::String &value)
FoundationModelSummary & WithProviderName(const Aws::String &value)
const Aws::String & GetProviderName() const
FoundationModelSummary & WithInputModalities(Aws::Vector< ModelModality > &&value)
void SetInferenceTypesSupported(Aws::Vector< InferenceType > &&value)
const Aws::String & GetModelArn() const
FoundationModelSummary & AddInputModalities(ModelModality &&value)
void SetProviderName(const char *value)
void SetModelId(const Aws::String &value)
void SetProviderName(Aws::String &&value)
FoundationModelSummary & WithModelId(Aws::String &&value)
FoundationModelSummary & AddCustomizationsSupported(ModelCustomization &&value)
FoundationModelSummary & WithResponseStreamingSupported(bool value)
const Aws::Vector< InferenceType > & GetInferenceTypesSupported() const
const FoundationModelLifecycle & GetModelLifecycle() const
FoundationModelSummary & AddInferenceTypesSupported(const InferenceType &value)
void SetInputModalities(const Aws::Vector< ModelModality > &value)
bool ResponseStreamingSupportedHasBeenSet() const
bool GetResponseStreamingSupported() const
const Aws::String & GetModelName() const
FoundationModelSummary & WithModelName(const Aws::String &value)
FoundationModelSummary & WithModelArn(const char *value)
bool ModelArnHasBeenSet() const
void SetOutputModalities(Aws::Vector< ModelModality > &&value)
FoundationModelSummary & WithInferenceTypesSupported(const Aws::Vector< InferenceType > &value)
void SetModelName(Aws::String &&value)
void SetModelLifecycle(FoundationModelLifecycle &&value)
const Aws::Vector< ModelModality > & GetInputModalities() const
FoundationModelSummary & WithModelArn(const Aws::String &value)
void SetInputModalities(Aws::Vector< ModelModality > &&value)
bool CustomizationsSupportedHasBeenSet() const
void SetOutputModalities(const Aws::Vector< ModelModality > &value)
void SetInferenceTypesSupported(const Aws::Vector< InferenceType > &value)
FoundationModelSummary & AddOutputModalities(const ModelModality &value)
bool OutputModalitiesHasBeenSet() const
void SetCustomizationsSupported(const Aws::Vector< ModelCustomization > &value)
void SetCustomizationsSupported(Aws::Vector< ModelCustomization > &&value)
bool ModelNameHasBeenSet() const
void SetModelArn(Aws::String &&value)
FoundationModelSummary & AddInferenceTypesSupported(InferenceType &&value)
FoundationModelSummary & WithModelArn(Aws::String &&value)
const Aws::Vector< ModelModality > & GetOutputModalities() const
const Aws::Vector< ModelCustomization > & GetCustomizationsSupported() const
FoundationModelSummary & WithModelName(Aws::String &&value)
AWS_BEDROCK_API FoundationModelSummary()
void SetModelName(const char *value)
void SetModelLifecycle(const FoundationModelLifecycle &value)
FoundationModelSummary & WithProviderName(const char *value)
bool InferenceTypesSupportedHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue