7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename LocalPathT = Aws::String>
44 m_localPathHasBeenSet =
true;
45 m_localPath = std::forward<LocalPathT>(value);
47 template <
typename LocalPathT = Aws::String>
60 template <
typename S3OutputPathT = Aws::String>
62 m_s3OutputPathHasBeenSet =
true;
63 m_s3OutputPath = std::forward<S3OutputPathT>(value);
65 template <
typename S3OutputPathT = Aws::String>
75 bool m_localPathHasBeenSet =
false;
76 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