7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/CollectionConfiguration.h>
55 template<
typename LocalPathT = Aws::String>
56 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet =
true; m_localPath = std::forward<LocalPathT>(value); }
57 template<
typename LocalPathT = Aws::String>
67 template<
typename S3OutputPathT = Aws::String>
68 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
69 template<
typename S3OutputPathT = Aws::String>
80 template<
typename HookParametersT = Aws::Map<Aws::String, Aws::String>>
81 void SetHookParameters(HookParametersT&& value) { m_hookParametersHasBeenSet =
true; m_hookParameters = std::forward<HookParametersT>(value); }
82 template<
typename HookParametersT = Aws::Map<Aws::String, Aws::String>>
84 template<
typename HookParametersKeyT = Aws::String,
typename HookParametersValueT = Aws::String>
86 m_hookParametersHasBeenSet =
true; m_hookParameters.emplace(std::forward<HookParametersKeyT>(key), std::forward<HookParametersValueT>(value));
return *
this;
101 template<
typename CollectionConfigurationsT = Aws::Vector<CollectionConfiguration>>
102 void SetCollectionConfigurations(CollectionConfigurationsT&& value) { m_collectionConfigurationsHasBeenSet =
true; m_collectionConfigurations = std::forward<CollectionConfigurationsT>(value); }
103 template<
typename CollectionConfigurationsT = Aws::Vector<CollectionConfiguration>>
105 template<
typename CollectionConfigurationsT = CollectionConfiguration>
106 DebugHookConfig&
AddCollectionConfigurations(CollectionConfigurationsT&& value) { m_collectionConfigurationsHasBeenSet =
true; m_collectionConfigurations.emplace_back(std::forward<CollectionConfigurationsT>(value));
return *
this; }
111 bool m_localPathHasBeenSet =
false;
114 bool m_s3OutputPathHasBeenSet =
false;
117 bool m_hookParametersHasBeenSet =
false;
120 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