7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetLocalPath(
const char* value) { m_localPathHasBeenSet =
true; m_localPath.assign(value); }
64 inline void SetS3OutputPath(
const char* value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath.assign(value); }
72 bool m_localPathHasBeenSet =
false;
75 bool m_s3OutputPathHasBeenSet =
false;
AWS_SAGEMAKER_API TensorBoardOutputConfig()
bool LocalPathHasBeenSet() const
void SetLocalPath(const Aws::String &value)
AWS_SAGEMAKER_API TensorBoardOutputConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocalPath(Aws::String &&value)
void SetS3OutputPath(Aws::String &&value)
void SetS3OutputPath(const Aws::String &value)
TensorBoardOutputConfig & WithLocalPath(Aws::String &&value)
void SetLocalPath(const char *value)
AWS_SAGEMAKER_API TensorBoardOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
TensorBoardOutputConfig & WithS3OutputPath(Aws::String &&value)
TensorBoardOutputConfig & WithS3OutputPath(const char *value)
bool S3OutputPathHasBeenSet() const
TensorBoardOutputConfig & WithLocalPath(const char *value)
void SetS3OutputPath(const char *value)
TensorBoardOutputConfig & WithLocalPath(const Aws::String &value)
const Aws::String & GetLocalPath() const
const Aws::String & GetS3OutputPath() const
TensorBoardOutputConfig & WithS3OutputPath(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue