7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/EdgeOutputConfig.h>
11#include <aws/sagemaker/model/EdgePackagingJobStatus.h>
12#include <aws/sagemaker/model/EdgePresetDeploymentOutput.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename EdgePackagingJobArnT = Aws::String>
40 m_edgePackagingJobArnHasBeenSet =
true;
41 m_edgePackagingJobArn = std::forward<EdgePackagingJobArnT>(value);
43 template <
typename EdgePackagingJobArnT = Aws::String>
55 template <
typename EdgePackagingJobNameT = Aws::String>
57 m_edgePackagingJobNameHasBeenSet =
true;
58 m_edgePackagingJobName = std::forward<EdgePackagingJobNameT>(value);
60 template <
typename EdgePackagingJobNameT = Aws::String>
73 template <
typename CompilationJobNameT = Aws::String>
75 m_compilationJobNameHasBeenSet =
true;
76 m_compilationJobName = std::forward<CompilationJobNameT>(value);
78 template <
typename CompilationJobNameT = Aws::String>
90 template <
typename ModelNameT = Aws::String>
92 m_modelNameHasBeenSet =
true;
93 m_modelName = std::forward<ModelNameT>(value);
95 template <
typename ModelNameT = Aws::String>
107 template <
typename ModelVersionT = Aws::String>
109 m_modelVersionHasBeenSet =
true;
110 m_modelVersion = std::forward<ModelVersionT>(value);
112 template <
typename ModelVersionT = Aws::String>
125 template <
typename RoleArnT = Aws::String>
127 m_roleArnHasBeenSet =
true;
128 m_roleArn = std::forward<RoleArnT>(value);
130 template <
typename RoleArnT = Aws::String>
142 template <
typename OutputConfigT = EdgeOutputConfig>
144 m_outputConfigHasBeenSet =
true;
145 m_outputConfig = std::forward<OutputConfigT>(value);
147 template <
typename OutputConfigT = EdgeOutputConfig>
160 template <
typename ResourceKeyT = Aws::String>
162 m_resourceKeyHasBeenSet =
true;
163 m_resourceKey = std::forward<ResourceKeyT>(value);
165 template <
typename ResourceKeyT = Aws::String>
178 m_edgePackagingJobStatusHasBeenSet =
true;
179 m_edgePackagingJobStatus = value;
192 template <
typename EdgePackagingJobStatusMessageT = Aws::String>
194 m_edgePackagingJobStatusMessageHasBeenSet =
true;
195 m_edgePackagingJobStatusMessage = std::forward<EdgePackagingJobStatusMessageT>(value);
197 template <
typename EdgePackagingJobStatusMessageT = Aws::String>
209 template <
typename CreationTimeT = Aws::Utils::DateTime>
211 m_creationTimeHasBeenSet =
true;
212 m_creationTime = std::forward<CreationTimeT>(value);
214 template <
typename CreationTimeT = Aws::Utils::DateTime>
226 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
228 m_lastModifiedTimeHasBeenSet =
true;
229 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
231 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
243 template <
typename ModelArtifactT = Aws::String>
245 m_modelArtifactHasBeenSet =
true;
246 m_modelArtifact = std::forward<ModelArtifactT>(value);
248 template <
typename ModelArtifactT = Aws::String>
260 template <
typename ModelSignatureT = Aws::String>
262 m_modelSignatureHasBeenSet =
true;
263 m_modelSignature = std::forward<ModelSignatureT>(value);
265 template <
typename ModelSignatureT = Aws::String>
277 template <
typename PresetDeploymentOutputT = EdgePresetDeploymentOutput>
279 m_presetDeploymentOutputHasBeenSet =
true;
280 m_presetDeploymentOutput = std::forward<PresetDeploymentOutputT>(value);
282 template <
typename PresetDeploymentOutputT = EdgePresetDeploymentOutput>
292 template <
typename RequestIdT = Aws::String>
294 m_requestIdHasBeenSet =
true;
295 m_requestId = std::forward<RequestIdT>(value);
297 template <
typename RequestIdT = Aws::String>
332 EdgePresetDeploymentOutput m_presetDeploymentOutput;
335 bool m_edgePackagingJobArnHasBeenSet =
false;
336 bool m_edgePackagingJobNameHasBeenSet =
false;
337 bool m_compilationJobNameHasBeenSet =
false;
338 bool m_modelNameHasBeenSet =
false;
339 bool m_modelVersionHasBeenSet =
false;
340 bool m_roleArnHasBeenSet =
false;
341 bool m_outputConfigHasBeenSet =
false;
342 bool m_resourceKeyHasBeenSet =
false;
343 bool m_edgePackagingJobStatusHasBeenSet =
false;
344 bool m_edgePackagingJobStatusMessageHasBeenSet =
false;
345 bool m_creationTimeHasBeenSet =
false;
346 bool m_lastModifiedTimeHasBeenSet =
false;
347 bool m_modelArtifactHasBeenSet =
false;
348 bool m_modelSignatureHasBeenSet =
false;
349 bool m_presetDeploymentOutputHasBeenSet =
false;
350 bool m_requestIdHasBeenSet =
false;
DescribeEdgePackagingJobResult & WithRoleArn(RoleArnT &&value)
AWS_SAGEMAKER_API DescribeEdgePackagingJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEdgePackagingJobStatusMessage(EdgePackagingJobStatusMessageT &&value)
const Aws::String & GetModelName() const
DescribeEdgePackagingJobResult & WithModelName(ModelNameT &&value)
void SetOutputConfig(OutputConfigT &&value)
DescribeEdgePackagingJobResult & WithPresetDeploymentOutput(PresetDeploymentOutputT &&value)
DescribeEdgePackagingJobResult & WithOutputConfig(OutputConfigT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetModelVersion() const
const Aws::String & GetModelSignature() const
const Aws::String & GetRoleArn() const
const Aws::String & GetEdgePackagingJobStatusMessage() const
void SetEdgePackagingJobName(EdgePackagingJobNameT &&value)
const Aws::String & GetEdgePackagingJobName() const
const EdgePresetDeploymentOutput & GetPresetDeploymentOutput() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API DescribeEdgePackagingJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEdgePackagingJobStatus(EdgePackagingJobStatus value)
DescribeEdgePackagingJobResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetResourceKey() const
DescribeEdgePackagingJobResult & WithEdgePackagingJobArn(EdgePackagingJobArnT &&value)
void SetPresetDeploymentOutput(PresetDeploymentOutputT &&value)
DescribeEdgePackagingJobResult & WithCreationTime(CreationTimeT &&value)
DescribeEdgePackagingJobResult & WithModelArtifact(ModelArtifactT &&value)
void SetResourceKey(ResourceKeyT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetModelSignature(ModelSignatureT &&value)
DescribeEdgePackagingJobResult & WithCompilationJobName(CompilationJobNameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DescribeEdgePackagingJobResult()=default
DescribeEdgePackagingJobResult & WithResourceKey(ResourceKeyT &&value)
void SetModelVersion(ModelVersionT &&value)
const Aws::String & GetCompilationJobName() const
void SetModelName(ModelNameT &&value)
const Aws::String & GetModelArtifact() const
DescribeEdgePackagingJobResult & WithModelSignature(ModelSignatureT &&value)
const EdgeOutputConfig & GetOutputConfig() const
const Aws::String & GetRequestId() const
DescribeEdgePackagingJobResult & WithModelVersion(ModelVersionT &&value)
void SetCreationTime(CreationTimeT &&value)
EdgePackagingJobStatus GetEdgePackagingJobStatus() const
DescribeEdgePackagingJobResult & WithEdgePackagingJobStatusMessage(EdgePackagingJobStatusMessageT &&value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobName(EdgePackagingJobNameT &&value)
void SetEdgePackagingJobArn(EdgePackagingJobArnT &&value)
DescribeEdgePackagingJobResult & WithEdgePackagingJobStatus(EdgePackagingJobStatus value)
void SetCompilationJobName(CompilationJobNameT &&value)
void SetModelArtifact(ModelArtifactT &&value)
const Aws::String & GetEdgePackagingJobArn() const
DescribeEdgePackagingJobResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue