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>
57 inline void SetLocalPath(
const char* value) { m_localPathHasBeenSet =
true; m_localPath.assign(value); }
71 inline void SetS3OutputPath(
const char* value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath.assign(value); }
94 inline DebugHookConfig&
AddHookParameters(
const char* key,
const char* value) { m_hookParametersHasBeenSet =
true; m_hookParameters.emplace(key, value);
return *
this; }
118 bool m_localPathHasBeenSet =
false;
121 bool m_s3OutputPathHasBeenSet =
false;
124 bool m_hookParametersHasBeenSet =
false;
127 bool m_collectionConfigurationsHasBeenSet =
false;
AWS_SAGEMAKER_API DebugHookConfig(Aws::Utils::Json::JsonView jsonValue)
DebugHookConfig & AddHookParameters(const Aws::String &key, Aws::String &&value)
DebugHookConfig & WithS3OutputPath(const Aws::String &value)
DebugHookConfig & WithS3OutputPath(const char *value)
const Aws::Vector< CollectionConfiguration > & GetCollectionConfigurations() const
DebugHookConfig & WithHookParameters(const Aws::Map< Aws::String, Aws::String > &value)
void SetLocalPath(Aws::String &&value)
void SetS3OutputPath(const Aws::String &value)
DebugHookConfig & WithCollectionConfigurations(const Aws::Vector< CollectionConfiguration > &value)
const Aws::Map< Aws::String, Aws::String > & GetHookParameters() const
void SetHookParameters(Aws::Map< Aws::String, Aws::String > &&value)
DebugHookConfig & AddHookParameters(Aws::String &&key, Aws::String &&value)
void SetHookParameters(const Aws::Map< Aws::String, Aws::String > &value)
DebugHookConfig & AddHookParameters(const char *key, Aws::String &&value)
DebugHookConfig & AddHookParameters(Aws::String &&key, const char *value)
DebugHookConfig & AddHookParameters(const Aws::String &key, const Aws::String &value)
void SetS3OutputPath(Aws::String &&value)
void SetCollectionConfigurations(const Aws::Vector< CollectionConfiguration > &value)
void SetCollectionConfigurations(Aws::Vector< CollectionConfiguration > &&value)
bool CollectionConfigurationsHasBeenSet() const
AWS_SAGEMAKER_API DebugHookConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocalPath() const
void SetLocalPath(const Aws::String &value)
DebugHookConfig & WithLocalPath(const Aws::String &value)
bool HookParametersHasBeenSet() const
bool S3OutputPathHasBeenSet() const
DebugHookConfig & AddHookParameters(Aws::String &&key, const Aws::String &value)
const Aws::String & GetS3OutputPath() const
void SetLocalPath(const char *value)
DebugHookConfig & WithHookParameters(Aws::Map< Aws::String, Aws::String > &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3OutputPath(const char *value)
bool LocalPathHasBeenSet() const
DebugHookConfig & AddCollectionConfigurations(CollectionConfiguration &&value)
DebugHookConfig & AddHookParameters(const char *key, const char *value)
DebugHookConfig & WithCollectionConfigurations(Aws::Vector< CollectionConfiguration > &&value)
AWS_SAGEMAKER_API DebugHookConfig()
DebugHookConfig & WithLocalPath(Aws::String &&value)
DebugHookConfig & WithLocalPath(const char *value)
DebugHookConfig & WithS3OutputPath(Aws::String &&value)
DebugHookConfig & AddCollectionConfigurations(const CollectionConfiguration &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