7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/TargetDevice.h>
10#include <aws/sagemaker/model/TargetPlatform.h>
56 template<
typename S3OutputLocationT = Aws::String>
57 void SetS3OutputLocation(S3OutputLocationT&& value) { m_s3OutputLocationHasBeenSet =
true; m_s3OutputLocation = std::forward<S3OutputLocationT>(value); }
58 template<
typename S3OutputLocationT = Aws::String>
104 template<
typename TargetPlatformT = TargetPlatform>
105 void SetTargetPlatform(TargetPlatformT&& value) { m_targetPlatformHasBeenSet =
true; m_targetPlatform = std::forward<TargetPlatformT>(value); }
106 template<
typename TargetPlatformT = TargetPlatform>
160 template<
typename CompilerOptionsT = Aws::String>
161 void SetCompilerOptions(CompilerOptionsT&& value) { m_compilerOptionsHasBeenSet =
true; m_compilerOptions = std::forward<CompilerOptionsT>(value); }
162 template<
typename CompilerOptionsT = Aws::String>
186 template<
typename KmsKeyIdT = Aws::String>
187 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
188 template<
typename KmsKeyIdT = Aws::String>
194 bool m_s3OutputLocationHasBeenSet =
false;
197 bool m_targetDeviceHasBeenSet =
false;
199 TargetPlatform m_targetPlatform;
200 bool m_targetPlatformHasBeenSet =
false;
203 bool m_compilerOptionsHasBeenSet =
false;
206 bool m_kmsKeyIdHasBeenSet =
false;
OutputConfig & WithTargetPlatform(TargetPlatformT &&value)
bool TargetPlatformHasBeenSet() const
OutputConfig & WithTargetDevice(TargetDevice value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool KmsKeyIdHasBeenSet() const
OutputConfig & WithCompilerOptions(CompilerOptionsT &&value)
bool TargetDeviceHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetS3OutputLocation() const
bool CompilerOptionsHasBeenSet() const
void SetCompilerOptions(CompilerOptionsT &&value)
AWS_SAGEMAKER_API OutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3OutputLocationHasBeenSet() const
const TargetPlatform & GetTargetPlatform() const
const Aws::String & GetCompilerOptions() const
void SetTargetDevice(TargetDevice value)
const Aws::String & GetKmsKeyId() const
OutputConfig & WithKmsKeyId(KmsKeyIdT &&value)
void SetTargetPlatform(TargetPlatformT &&value)
AWS_SAGEMAKER_API OutputConfig()=default
OutputConfig & WithS3OutputLocation(S3OutputLocationT &&value)
TargetDevice GetTargetDevice() const
AWS_SAGEMAKER_API OutputConfig(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