7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/EdgeOutputConfig.h>
12#include <aws/sagemaker/model/EdgePackagingJobStatus.h>
13#include <aws/sagemaker/model/EdgePresetDeploymentOutput.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename EdgePackagingJobArnT = Aws::String>
41 m_edgePackagingJobArnHasBeenSet =
true;
42 m_edgePackagingJobArn = std::forward<EdgePackagingJobArnT>(value);
44 template <
typename EdgePackagingJobArnT = Aws::String>
56 template <
typename EdgePackagingJobNameT = Aws::String>
58 m_edgePackagingJobNameHasBeenSet =
true;
59 m_edgePackagingJobName = std::forward<EdgePackagingJobNameT>(value);
61 template <
typename EdgePackagingJobNameT = Aws::String>
74 template <
typename CompilationJobNameT = Aws::String>
76 m_compilationJobNameHasBeenSet =
true;
77 m_compilationJobName = std::forward<CompilationJobNameT>(value);
79 template <
typename CompilationJobNameT = Aws::String>
91 template <
typename ModelNameT = Aws::String>
93 m_modelNameHasBeenSet =
true;
94 m_modelName = std::forward<ModelNameT>(value);
96 template <
typename ModelNameT = Aws::String>
108 template <
typename ModelVersionT = Aws::String>
110 m_modelVersionHasBeenSet =
true;
111 m_modelVersion = std::forward<ModelVersionT>(value);
113 template <
typename ModelVersionT = Aws::String>
126 template <
typename RoleArnT = Aws::String>
128 m_roleArnHasBeenSet =
true;
129 m_roleArn = std::forward<RoleArnT>(value);
131 template <
typename RoleArnT = Aws::String>
143 template <
typename OutputConfigT = EdgeOutputConfig>
145 m_outputConfigHasBeenSet =
true;
146 m_outputConfig = std::forward<OutputConfigT>(value);
148 template <
typename OutputConfigT = EdgeOutputConfig>
161 template <
typename ResourceKeyT = Aws::String>
163 m_resourceKeyHasBeenSet =
true;
164 m_resourceKey = std::forward<ResourceKeyT>(value);
166 template <
typename ResourceKeyT = Aws::String>
179 m_edgePackagingJobStatusHasBeenSet =
true;
180 m_edgePackagingJobStatus = value;
193 template <
typename EdgePackagingJobStatusMessageT = Aws::String>
195 m_edgePackagingJobStatusMessageHasBeenSet =
true;
196 m_edgePackagingJobStatusMessage = std::forward<EdgePackagingJobStatusMessageT>(value);
198 template <
typename EdgePackagingJobStatusMessageT = Aws::String>
210 template <
typename CreationTimeT = Aws::Utils::DateTime>
212 m_creationTimeHasBeenSet =
true;
213 m_creationTime = std::forward<CreationTimeT>(value);
215 template <
typename CreationTimeT = Aws::Utils::DateTime>
227 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
229 m_lastModifiedTimeHasBeenSet =
true;
230 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
232 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
244 template <
typename ModelArtifactT = Aws::String>
246 m_modelArtifactHasBeenSet =
true;
247 m_modelArtifact = std::forward<ModelArtifactT>(value);
249 template <
typename ModelArtifactT = Aws::String>
261 template <
typename ModelSignatureT = Aws::String>
263 m_modelSignatureHasBeenSet =
true;
264 m_modelSignature = std::forward<ModelSignatureT>(value);
266 template <
typename ModelSignatureT = Aws::String>
278 template <
typename PresetDeploymentOutputT = EdgePresetDeploymentOutput>
280 m_presetDeploymentOutputHasBeenSet =
true;
281 m_presetDeploymentOutput = std::forward<PresetDeploymentOutputT>(value);
283 template <
typename PresetDeploymentOutputT = EdgePresetDeploymentOutput>
293 template <
typename RequestIdT = Aws::String>
295 m_requestIdHasBeenSet =
true;
296 m_requestId = std::forward<RequestIdT>(value);
298 template <
typename RequestIdT = Aws::String>
335 EdgePresetDeploymentOutput m_presetDeploymentOutput;
339 bool m_edgePackagingJobArnHasBeenSet =
false;
340 bool m_edgePackagingJobNameHasBeenSet =
false;
341 bool m_compilationJobNameHasBeenSet =
false;
342 bool m_modelNameHasBeenSet =
false;
343 bool m_modelVersionHasBeenSet =
false;
344 bool m_roleArnHasBeenSet =
false;
345 bool m_outputConfigHasBeenSet =
false;
346 bool m_resourceKeyHasBeenSet =
false;
347 bool m_edgePackagingJobStatusHasBeenSet =
false;
348 bool m_edgePackagingJobStatusMessageHasBeenSet =
false;
349 bool m_creationTimeHasBeenSet =
false;
350 bool m_lastModifiedTimeHasBeenSet =
false;
351 bool m_modelArtifactHasBeenSet =
false;
352 bool m_modelSignatureHasBeenSet =
false;
353 bool m_presetDeploymentOutputHasBeenSet =
false;
354 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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