7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/CollectionConfiguration.h>
49 template <
typename LocalPathT = Aws::String>
51 m_localPathHasBeenSet =
true;
52 m_localPath = std::forward<LocalPathT>(value);
54 template <
typename LocalPathT = Aws::String>
67 template <
typename S3OutputPathT = Aws::String>
69 m_s3OutputPathHasBeenSet =
true;
70 m_s3OutputPath = std::forward<S3OutputPathT>(value);
72 template <
typename S3OutputPathT = Aws::String>
86 template <
typename HookParametersT = Aws::Map<Aws::String, Aws::String>>
88 m_hookParametersHasBeenSet =
true;
89 m_hookParameters = std::forward<HookParametersT>(value);
91 template <
typename HookParametersT = Aws::Map<Aws::String, Aws::String>>
96 template <
typename HookParametersKeyT = Aws::String,
typename HookParametersValueT = Aws::String>
98 m_hookParametersHasBeenSet =
true;
99 m_hookParameters.emplace(std::forward<HookParametersKeyT>(key), std::forward<HookParametersValueT>(value));
115 template <
typename CollectionConfigurationsT = Aws::Vector<CollectionConfiguration>>
117 m_collectionConfigurationsHasBeenSet =
true;
118 m_collectionConfigurations = std::forward<CollectionConfigurationsT>(value);
120 template <
typename CollectionConfigurationsT = Aws::Vector<CollectionConfiguration>>
125 template <
typename CollectionConfigurationsT = CollectionConfiguration>
127 m_collectionConfigurationsHasBeenSet =
true;
128 m_collectionConfigurations.emplace_back(std::forward<CollectionConfigurationsT>(value));
140 bool m_localPathHasBeenSet =
false;
141 bool m_s3OutputPathHasBeenSet =
false;
142 bool m_hookParametersHasBeenSet =
false;
143 bool m_collectionConfigurationsHasBeenSet =
false;
AWS_SAGEMAKER_API DebugHookConfig(Aws::Utils::Json::JsonView jsonValue)
void SetCollectionConfigurations(CollectionConfigurationsT &&value)
const Aws::Vector< CollectionConfiguration > & GetCollectionConfigurations() const
void SetLocalPath(LocalPathT &&value)
const Aws::Map< Aws::String, Aws::String > & GetHookParameters() const
void SetHookParameters(HookParametersT &&value)
DebugHookConfig & WithHookParameters(HookParametersT &&value)
bool CollectionConfigurationsHasBeenSet() const
AWS_SAGEMAKER_API DebugHookConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocalPath() const
bool HookParametersHasBeenSet() const
bool S3OutputPathHasBeenSet() const
const Aws::String & GetS3OutputPath() const
AWS_SAGEMAKER_API DebugHookConfig()=default
DebugHookConfig & WithS3OutputPath(S3OutputPathT &&value)
DebugHookConfig & AddHookParameters(HookParametersKeyT &&key, HookParametersValueT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
DebugHookConfig & AddCollectionConfigurations(CollectionConfigurationsT &&value)
bool LocalPathHasBeenSet() const
void SetS3OutputPath(S3OutputPathT &&value)
DebugHookConfig & WithLocalPath(LocalPathT &&value)
DebugHookConfig & WithCollectionConfigurations(CollectionConfigurationsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue