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 ModelPackageGroupIdentifierT = Aws::String>
63 m_modelPackageGroupIdentifierHasBeenSet =
true;
64 m_modelPackageGroupIdentifier = std::forward<ModelPackageGroupIdentifierT>(value);
66 template <
typename ModelPackageGroupIdentifierT = Aws::String>
80 template <
typename MlflowConfigT = AIMlflowConfig>
82 m_mlflowConfigHasBeenSet =
true;
83 m_mlflowConfig = std::forward<MlflowConfigT>(value);
85 template <
typename MlflowConfigT = AIMlflowConfig>
97 bool m_s3OutputLocationHasBeenSet =
false;
98 bool m_modelPackageGroupIdentifierHasBeenSet =
false;
99 bool m_mlflowConfigHasBeenSet =
false;
const Aws::String & GetModelPackageGroupIdentifier() const
AIRecommendationOutputConfig & WithS3OutputLocation(S3OutputLocationT &&value)
AIRecommendationOutputConfig & WithModelPackageGroupIdentifier(ModelPackageGroupIdentifierT &&value)
bool MlflowConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3OutputLocationHasBeenSet() const
const Aws::String & GetS3OutputLocation() const
const AIMlflowConfig & GetMlflowConfig() const
AWS_SAGEMAKER_API AIRecommendationOutputConfig()=default
void SetModelPackageGroupIdentifier(ModelPackageGroupIdentifierT &&value)
bool ModelPackageGroupIdentifierHasBeenSet() const
AIRecommendationOutputConfig & WithMlflowConfig(MlflowConfigT &&value)
AWS_SAGEMAKER_API AIRecommendationOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMlflowConfig(MlflowConfigT &&value)
AWS_SAGEMAKER_API AIRecommendationOutputConfig(Aws::Utils::Json::JsonView jsonValue)
void SetS3OutputLocation(S3OutputLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue