7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename MlflowResourceArnT = Aws::String>
43 m_mlflowResourceArnHasBeenSet =
true;
44 m_mlflowResourceArn = std::forward<MlflowResourceArnT>(value);
46 template <
typename MlflowResourceArnT = Aws::String>
59 template <
typename MlflowExperimentNameT = Aws::String>
61 m_mlflowExperimentNameHasBeenSet =
true;
62 m_mlflowExperimentName = std::forward<MlflowExperimentNameT>(value);
64 template <
typename MlflowExperimentNameT = Aws::String>
77 template <
typename MlflowRunNameT = Aws::String>
79 m_mlflowRunNameHasBeenSet =
true;
80 m_mlflowRunName = std::forward<MlflowRunNameT>(value);
82 template <
typename MlflowRunNameT = Aws::String>
94 bool m_mlflowResourceArnHasBeenSet =
false;
95 bool m_mlflowExperimentNameHasBeenSet =
false;
96 bool m_mlflowRunNameHasBeenSet =
false;
bool MlflowRunNameHasBeenSet() const
AIMlflowConfig & WithMlflowExperimentName(MlflowExperimentNameT &&value)
AIMlflowConfig & WithMlflowRunName(MlflowRunNameT &&value)
void SetMlflowRunName(MlflowRunNameT &&value)
void SetMlflowExperimentName(MlflowExperimentNameT &&value)
const Aws::String & GetMlflowRunName() const
const Aws::String & GetMlflowExperimentName() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMlflowResourceArn(MlflowResourceArnT &&value)
AWS_SAGEMAKER_API AIMlflowConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AIMlflowConfig & WithMlflowResourceArn(MlflowResourceArnT &&value)
bool MlflowExperimentNameHasBeenSet() const
AWS_SAGEMAKER_API AIMlflowConfig(Aws::Utils::Json::JsonView jsonValue)
bool MlflowResourceArnHasBeenSet() const
const Aws::String & GetMlflowResourceArn() const
AWS_SAGEMAKER_API AIMlflowConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue