AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
MlflowDetails.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 MlflowDetails() = default;
30 AWS_SAGEMAKER_API MlflowDetails(Aws::Utils::Json::JsonView jsonValue);
31 AWS_SAGEMAKER_API MlflowDetails& operator=(Aws::Utils::Json::JsonView jsonValue);
32 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetMlflowExperimentId() const { return m_mlflowExperimentId; }
39 inline bool MlflowExperimentIdHasBeenSet() const { return m_mlflowExperimentIdHasBeenSet; }
40 template <typename MlflowExperimentIdT = Aws::String>
41 void SetMlflowExperimentId(MlflowExperimentIdT&& value) {
42 m_mlflowExperimentIdHasBeenSet = true;
43 m_mlflowExperimentId = std::forward<MlflowExperimentIdT>(value);
44 }
45 template <typename MlflowExperimentIdT = Aws::String>
46 MlflowDetails& WithMlflowExperimentId(MlflowExperimentIdT&& value) {
47 SetMlflowExperimentId(std::forward<MlflowExperimentIdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetMlflowRunId() const { return m_mlflowRunId; }
57 inline bool MlflowRunIdHasBeenSet() const { return m_mlflowRunIdHasBeenSet; }
58 template <typename MlflowRunIdT = Aws::String>
59 void SetMlflowRunId(MlflowRunIdT&& value) {
60 m_mlflowRunIdHasBeenSet = true;
61 m_mlflowRunId = std::forward<MlflowRunIdT>(value);
62 }
63 template <typename MlflowRunIdT = Aws::String>
64 MlflowDetails& WithMlflowRunId(MlflowRunIdT&& value) {
65 SetMlflowRunId(std::forward<MlflowRunIdT>(value));
66 return *this;
67 }
69 private:
70 Aws::String m_mlflowExperimentId;
71
72 Aws::String m_mlflowRunId;
73 bool m_mlflowExperimentIdHasBeenSet = false;
74 bool m_mlflowRunIdHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace SageMaker
79} // namespace Aws
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
MlflowDetails & WithMlflowRunId(MlflowRunIdT &&value)
void SetMlflowExperimentId(MlflowExperimentIdT &&value)
MlflowDetails & WithMlflowExperimentId(MlflowExperimentIdT &&value)
AWS_SAGEMAKER_API MlflowDetails()=default
const Aws::String & GetMlflowRunId() const
const Aws::String & GetMlflowExperimentId() const
void SetMlflowRunId(MlflowRunIdT &&value)
AWS_SAGEMAKER_API MlflowDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API MlflowDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue