7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ClarifyShapBaselineConfig.h>
9#include <aws/sagemaker/model/ClarifyTextConfig.h>
65 inline void SetNumberOfSamples(
int value) { m_numberOfSamplesHasBeenSet =
true; m_numberOfSamples = value; }
76 inline void SetUseLogit(
bool value) { m_useLogitHasBeenSet =
true; m_useLogit = value; }
86 inline int GetSeed()
const{
return m_seed; }
88 inline void SetSeed(
int value) { m_seedHasBeenSet =
true; m_seed = value; }
108 bool m_shapBaselineConfigHasBeenSet =
false;
110 int m_numberOfSamples;
111 bool m_numberOfSamplesHasBeenSet =
false;
114 bool m_useLogitHasBeenSet =
false;
117 bool m_seedHasBeenSet =
false;
120 bool m_textConfigHasBeenSet =
false;
const ClarifyShapBaselineConfig & GetShapBaselineConfig() const
void SetTextConfig(ClarifyTextConfig &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
int GetNumberOfSamples() const
ClarifyShapConfig & WithShapBaselineConfig(ClarifyShapBaselineConfig &&value)
AWS_SAGEMAKER_API ClarifyShapConfig(Aws::Utils::Json::JsonView jsonValue)
void SetUseLogit(bool value)
AWS_SAGEMAKER_API ClarifyShapConfig()
bool SeedHasBeenSet() const
bool TextConfigHasBeenSet() const
ClarifyShapConfig & WithTextConfig(const ClarifyTextConfig &value)
bool UseLogitHasBeenSet() const
ClarifyShapConfig & WithNumberOfSamples(int value)
ClarifyShapConfig & WithTextConfig(ClarifyTextConfig &&value)
bool NumberOfSamplesHasBeenSet() const
AWS_SAGEMAKER_API ClarifyShapConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetShapBaselineConfig(const ClarifyShapBaselineConfig &value)
void SetNumberOfSamples(int value)
void SetTextConfig(const ClarifyTextConfig &value)
bool ShapBaselineConfigHasBeenSet() const
void SetShapBaselineConfig(ClarifyShapBaselineConfig &&value)
const ClarifyTextConfig & GetTextConfig() const
ClarifyShapConfig & WithSeed(int value)
ClarifyShapConfig & WithUseLogit(bool value)
ClarifyShapConfig & WithShapBaselineConfig(const ClarifyShapBaselineConfig &value)
Aws::Utils::Json::JsonValue JsonValue