7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AICloudWatchLogs.h>
43 template <
typename S3OutputLocationT = Aws::String>
45 m_s3OutputLocationHasBeenSet =
true;
46 m_s3OutputLocation = std::forward<S3OutputLocationT>(value);
48 template <
typename S3OutputLocationT = Aws::String>
61 template <
typename CloudWatchLogsT = Aws::Vector<AICloudWatchLogs>>
63 m_cloudWatchLogsHasBeenSet =
true;
64 m_cloudWatchLogs = std::forward<CloudWatchLogsT>(value);
66 template <
typename CloudWatchLogsT = Aws::Vector<AICloudWatchLogs>>
71 template <
typename CloudWatchLogsT = AICloudWatchLogs>
73 m_cloudWatchLogsHasBeenSet =
true;
74 m_cloudWatchLogs.emplace_back(std::forward<CloudWatchLogsT>(value));
82 bool m_s3OutputLocationHasBeenSet =
false;
83 bool m_cloudWatchLogsHasBeenSet =
false;
bool S3OutputLocationHasBeenSet() const
AIBenchmarkOutputResult & WithCloudWatchLogs(CloudWatchLogsT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3OutputLocation(S3OutputLocationT &&value)
const Aws::String & GetS3OutputLocation() const
AWS_SAGEMAKER_API AIBenchmarkOutputResult()=default
bool CloudWatchLogsHasBeenSet() const
AWS_SAGEMAKER_API AIBenchmarkOutputResult & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AICloudWatchLogs > & GetCloudWatchLogs() const
void SetCloudWatchLogs(CloudWatchLogsT &&value)
AIBenchmarkOutputResult & AddCloudWatchLogs(CloudWatchLogsT &&value)
AIBenchmarkOutputResult & WithS3OutputLocation(S3OutputLocationT &&value)
AWS_SAGEMAKER_API AIBenchmarkOutputResult(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue