7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LocalPathT = Aws::String>
49 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet =
true; m_localPath = std::forward<LocalPathT>(value); }
50 template<
typename LocalPathT = Aws::String>
60 template<
typename S3OutputPathT = Aws::String>
61 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
62 template<
typename S3OutputPathT = Aws::String>
68 bool m_localPathHasBeenSet =
false;
71 bool m_s3OutputPathHasBeenSet =
false;
bool LocalPathHasBeenSet() const
AWS_SAGEMAKER_API TensorBoardOutputConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocalPath(LocalPathT &&value)
AWS_SAGEMAKER_API TensorBoardOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3OutputPathHasBeenSet() const
TensorBoardOutputConfig & WithS3OutputPath(S3OutputPathT &&value)
AWS_SAGEMAKER_API TensorBoardOutputConfig()=default
void SetS3OutputPath(S3OutputPathT &&value)
TensorBoardOutputConfig & WithLocalPath(LocalPathT &&value)
const Aws::String & GetLocalPath() const
const Aws::String & GetS3OutputPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue