7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/ClarifyInferenceConfig.h>
10#include <aws/sagemaker/model/ClarifyShapConfig.h>
46 template <
typename EnableExplanationsT = Aws::String>
48 m_enableExplanationsHasBeenSet =
true;
49 m_enableExplanations = std::forward<EnableExplanationsT>(value);
51 template <
typename EnableExplanationsT = Aws::String>
64 template <
typename InferenceConfigT = ClarifyInferenceConfig>
66 m_inferenceConfigHasBeenSet =
true;
67 m_inferenceConfig = std::forward<InferenceConfigT>(value);
69 template <
typename InferenceConfigT = ClarifyInferenceConfig>
82 template <
typename ShapConfigT = ClarifyShapConfig>
84 m_shapConfigHasBeenSet =
true;
85 m_shapConfig = std::forward<ShapConfigT>(value);
87 template <
typename ShapConfigT = ClarifyShapConfig>
99 bool m_enableExplanationsHasBeenSet =
false;
100 bool m_inferenceConfigHasBeenSet =
false;
101 bool m_shapConfigHasBeenSet =
false;
void SetEnableExplanations(EnableExplanationsT &&value)
const ClarifyShapConfig & GetShapConfig() const
ClarifyExplainerConfig & WithEnableExplanations(EnableExplanationsT &&value)
const Aws::String & GetEnableExplanations() const
AWS_SAGEMAKER_API ClarifyExplainerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ClarifyExplainerConfig()=default
const ClarifyInferenceConfig & GetInferenceConfig() const
ClarifyExplainerConfig & WithShapConfig(ShapConfigT &&value)
AWS_SAGEMAKER_API ClarifyExplainerConfig(Aws::Utils::Json::JsonView jsonValue)
void SetShapConfig(ShapConfigT &&value)
bool EnableExplanationsHasBeenSet() const
ClarifyExplainerConfig & WithInferenceConfig(InferenceConfigT &&value)
bool ShapConfigHasBeenSet() const
void SetInferenceConfig(InferenceConfigT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool InferenceConfigHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue