AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CollectionConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/VectorConfig.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SageMaker
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_SAGEMAKER_API CollectionConfig();
35 AWS_SAGEMAKER_API CollectionConfig(Aws::Utils::Json::JsonView jsonValue);
37 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline const VectorConfig& GetVectorConfig() const{ return m_vectorConfig; }
46 inline bool VectorConfigHasBeenSet() const { return m_vectorConfigHasBeenSet; }
47 inline void SetVectorConfig(const VectorConfig& value) { m_vectorConfigHasBeenSet = true; m_vectorConfig = value; }
48 inline void SetVectorConfig(VectorConfig&& value) { m_vectorConfigHasBeenSet = true; m_vectorConfig = std::move(value); }
49 inline CollectionConfig& WithVectorConfig(const VectorConfig& value) { SetVectorConfig(value); return *this;}
50 inline CollectionConfig& WithVectorConfig(VectorConfig&& value) { SetVectorConfig(std::move(value)); return *this;}
52 private:
53
54 VectorConfig m_vectorConfig;
55 bool m_vectorConfigHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace SageMaker
60} // namespace Aws
const VectorConfig & GetVectorConfig() const
void SetVectorConfig(VectorConfig &&value)
void SetVectorConfig(const VectorConfig &value)
CollectionConfig & WithVectorConfig(const VectorConfig &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
CollectionConfig & WithVectorConfig(VectorConfig &&value)
AWS_SAGEMAKER_API CollectionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API CollectionConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue