7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ClarifyInferenceConfig.h>
10#include <aws/sagemaker/model/ClarifyShapConfig.h>
52 template<
typename EnableExplanationsT = Aws::String>
53 void SetEnableExplanations(EnableExplanationsT&& value) { m_enableExplanationsHasBeenSet =
true; m_enableExplanations = std::forward<EnableExplanationsT>(value); }
54 template<
typename EnableExplanationsT = Aws::String>
64 template<
typename InferenceConfigT = ClarifyInferenceConfig>
65 void SetInferenceConfig(InferenceConfigT&& value) { m_inferenceConfigHasBeenSet =
true; m_inferenceConfig = std::forward<InferenceConfigT>(value); }
66 template<
typename InferenceConfigT = ClarifyInferenceConfig>
76 template<
typename ShapConfigT = ClarifyShapConfig>
77 void SetShapConfig(ShapConfigT&& value) { m_shapConfigHasBeenSet =
true; m_shapConfig = std::forward<ShapConfigT>(value); }
78 template<
typename ShapConfigT = ClarifyShapConfig>
84 bool m_enableExplanationsHasBeenSet =
false;
87 bool m_inferenceConfigHasBeenSet =
false;
90 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