7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/AIMlflowConfig.h>
42 template <
typename S3OutputLocationT = Aws::String>
44 m_s3OutputLocationHasBeenSet =
true;
45 m_s3OutputLocation = std::forward<S3OutputLocationT>(value);
47 template <
typename S3OutputLocationT = Aws::String>
61 template <
typename MlflowConfigT = AIMlflowConfig>
63 m_mlflowConfigHasBeenSet =
true;
64 m_mlflowConfig = std::forward<MlflowConfigT>(value);
66 template <
typename MlflowConfigT = AIMlflowConfig>
76 bool m_s3OutputLocationHasBeenSet =
false;
77 bool m_mlflowConfigHasBeenSet =
false;
const AIMlflowConfig & GetMlflowConfig() const
void SetS3OutputLocation(S3OutputLocationT &&value)
AWS_SAGEMAKER_API AIBenchmarkOutputConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AIBenchmarkOutputConfig & WithMlflowConfig(MlflowConfigT &&value)
void SetMlflowConfig(MlflowConfigT &&value)
bool MlflowConfigHasBeenSet() const
const Aws::String & GetS3OutputLocation() const
AIBenchmarkOutputConfig & WithS3OutputLocation(S3OutputLocationT &&value)
AWS_SAGEMAKER_API AIBenchmarkOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API AIBenchmarkOutputConfig()=default
bool S3OutputLocationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue