AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
MLflowConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
28 public:
29 AWS_SAGEMAKER_API MLflowConfiguration() = default;
30 AWS_SAGEMAKER_API MLflowConfiguration(Aws::Utils::Json::JsonView jsonValue);
32 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetMlflowResourceArn() const { return m_mlflowResourceArn; }
39 inline bool MlflowResourceArnHasBeenSet() const { return m_mlflowResourceArnHasBeenSet; }
40 template <typename MlflowResourceArnT = Aws::String>
41 void SetMlflowResourceArn(MlflowResourceArnT&& value) {
42 m_mlflowResourceArnHasBeenSet = true;
43 m_mlflowResourceArn = std::forward<MlflowResourceArnT>(value);
44 }
45 template <typename MlflowResourceArnT = Aws::String>
46 MLflowConfiguration& WithMlflowResourceArn(MlflowResourceArnT&& value) {
47 SetMlflowResourceArn(std::forward<MlflowResourceArnT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetMlflowExperimentName() const { return m_mlflowExperimentName; }
57 inline bool MlflowExperimentNameHasBeenSet() const { return m_mlflowExperimentNameHasBeenSet; }
58 template <typename MlflowExperimentNameT = Aws::String>
59 void SetMlflowExperimentName(MlflowExperimentNameT&& value) {
60 m_mlflowExperimentNameHasBeenSet = true;
61 m_mlflowExperimentName = std::forward<MlflowExperimentNameT>(value);
62 }
63 template <typename MlflowExperimentNameT = Aws::String>
64 MLflowConfiguration& WithMlflowExperimentName(MlflowExperimentNameT&& value) {
65 SetMlflowExperimentName(std::forward<MlflowExperimentNameT>(value));
66 return *this;
67 }
69 private:
70 Aws::String m_mlflowResourceArn;
71
72 Aws::String m_mlflowExperimentName;
73 bool m_mlflowResourceArnHasBeenSet = false;
74 bool m_mlflowExperimentNameHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace SageMaker
79} // namespace Aws
void SetMlflowResourceArn(MlflowResourceArnT &&value)
const Aws::String & GetMlflowResourceArn() const
AWS_SAGEMAKER_API MLflowConfiguration()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
MLflowConfiguration & WithMlflowExperimentName(MlflowExperimentNameT &&value)
void SetMlflowExperimentName(MlflowExperimentNameT &&value)
const Aws::String & GetMlflowExperimentName() const
MLflowConfiguration & WithMlflowResourceArn(MlflowResourceArnT &&value)
AWS_SAGEMAKER_API MLflowConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API MLflowConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue