7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
40 template <
typename MlflowResourceArnT = Aws::String>
42 m_mlflowResourceArnHasBeenSet =
true;
43 m_mlflowResourceArn = std::forward<MlflowResourceArnT>(value);
45 template <
typename MlflowResourceArnT = Aws::String>
58 template <
typename MlflowExperimentNameT = Aws::String>
60 m_mlflowExperimentNameHasBeenSet =
true;
61 m_mlflowExperimentName = std::forward<MlflowExperimentNameT>(value);
63 template <
typename MlflowExperimentNameT = Aws::String>
73 bool m_mlflowResourceArnHasBeenSet =
false;
74 bool m_mlflowExperimentNameHasBeenSet =
false;
void SetMlflowResourceArn(MlflowResourceArnT &&value)
const Aws::String & GetMlflowResourceArn() const
AWS_SAGEMAKER_API MLflowConfiguration()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool MlflowExperimentNameHasBeenSet() const
MLflowConfiguration & WithMlflowExperimentName(MlflowExperimentNameT &&value)
void SetMlflowExperimentName(MlflowExperimentNameT &&value)
const Aws::String & GetMlflowExperimentName() const
MLflowConfiguration & WithMlflowResourceArn(MlflowResourceArnT &&value)
bool MlflowResourceArnHasBeenSet() const
AWS_SAGEMAKER_API MLflowConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API MLflowConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue