7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
40 template <
typename MlflowExperimentIdT = Aws::String>
42 m_mlflowExperimentIdHasBeenSet =
true;
43 m_mlflowExperimentId = std::forward<MlflowExperimentIdT>(value);
45 template <
typename MlflowExperimentIdT = Aws::String>
58 template <
typename MlflowRunIdT = Aws::String>
60 m_mlflowRunIdHasBeenSet =
true;
61 m_mlflowRunId = std::forward<MlflowRunIdT>(value);
63 template <
typename MlflowRunIdT = Aws::String>
73 bool m_mlflowExperimentIdHasBeenSet =
false;
74 bool m_mlflowRunIdHasBeenSet =
false;
bool MlflowExperimentIdHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
MlflowDetails & WithMlflowRunId(MlflowRunIdT &&value)
bool MlflowRunIdHasBeenSet() const
void SetMlflowExperimentId(MlflowExperimentIdT &&value)
MlflowDetails & WithMlflowExperimentId(MlflowExperimentIdT &&value)
AWS_SAGEMAKER_API MlflowDetails()=default
const Aws::String & GetMlflowRunId() const
const Aws::String & GetMlflowExperimentId() const
void SetMlflowRunId(MlflowRunIdT &&value)
AWS_SAGEMAKER_API MlflowDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API MlflowDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue