/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace SageMaker { namespace Model { class DescribeEdgePackagingJobResult { public: AWS_SAGEMAKER_API DescribeEdgePackagingJobResult(); AWS_SAGEMAKER_API DescribeEdgePackagingJobResult(const Aws::AmazonWebServiceResult& result); AWS_SAGEMAKER_API DescribeEdgePackagingJobResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The Amazon Resource Name (ARN) of the edge packaging job.

*/ inline const Aws::String& GetEdgePackagingJobArn() const{ return m_edgePackagingJobArn; } /** *

The Amazon Resource Name (ARN) of the edge packaging job.

*/ inline void SetEdgePackagingJobArn(const Aws::String& value) { m_edgePackagingJobArn = value; } /** *

The Amazon Resource Name (ARN) of the edge packaging job.

*/ inline void SetEdgePackagingJobArn(Aws::String&& value) { m_edgePackagingJobArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the edge packaging job.

*/ inline void SetEdgePackagingJobArn(const char* value) { m_edgePackagingJobArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the edge packaging job.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobArn(const Aws::String& value) { SetEdgePackagingJobArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the edge packaging job.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobArn(Aws::String&& value) { SetEdgePackagingJobArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the edge packaging job.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobArn(const char* value) { SetEdgePackagingJobArn(value); return *this;} /** *

The name of the edge packaging job.

*/ inline const Aws::String& GetEdgePackagingJobName() const{ return m_edgePackagingJobName; } /** *

The name of the edge packaging job.

*/ inline void SetEdgePackagingJobName(const Aws::String& value) { m_edgePackagingJobName = value; } /** *

The name of the edge packaging job.

*/ inline void SetEdgePackagingJobName(Aws::String&& value) { m_edgePackagingJobName = std::move(value); } /** *

The name of the edge packaging job.

*/ inline void SetEdgePackagingJobName(const char* value) { m_edgePackagingJobName.assign(value); } /** *

The name of the edge packaging job.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobName(const Aws::String& value) { SetEdgePackagingJobName(value); return *this;} /** *

The name of the edge packaging job.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobName(Aws::String&& value) { SetEdgePackagingJobName(std::move(value)); return *this;} /** *

The name of the edge packaging job.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobName(const char* value) { SetEdgePackagingJobName(value); return *this;} /** *

The name of the SageMaker Neo compilation job that is used to locate model * artifacts that are being packaged.

*/ inline const Aws::String& GetCompilationJobName() const{ return m_compilationJobName; } /** *

The name of the SageMaker Neo compilation job that is used to locate model * artifacts that are being packaged.

*/ inline void SetCompilationJobName(const Aws::String& value) { m_compilationJobName = value; } /** *

The name of the SageMaker Neo compilation job that is used to locate model * artifacts that are being packaged.

*/ inline void SetCompilationJobName(Aws::String&& value) { m_compilationJobName = std::move(value); } /** *

The name of the SageMaker Neo compilation job that is used to locate model * artifacts that are being packaged.

*/ inline void SetCompilationJobName(const char* value) { m_compilationJobName.assign(value); } /** *

The name of the SageMaker Neo compilation job that is used to locate model * artifacts that are being packaged.

*/ inline DescribeEdgePackagingJobResult& WithCompilationJobName(const Aws::String& value) { SetCompilationJobName(value); return *this;} /** *

The name of the SageMaker Neo compilation job that is used to locate model * artifacts that are being packaged.

*/ inline DescribeEdgePackagingJobResult& WithCompilationJobName(Aws::String&& value) { SetCompilationJobName(std::move(value)); return *this;} /** *

The name of the SageMaker Neo compilation job that is used to locate model * artifacts that are being packaged.

*/ inline DescribeEdgePackagingJobResult& WithCompilationJobName(const char* value) { SetCompilationJobName(value); return *this;} /** *

The name of the model.

*/ inline const Aws::String& GetModelName() const{ return m_modelName; } /** *

The name of the model.

*/ inline void SetModelName(const Aws::String& value) { m_modelName = value; } /** *

The name of the model.

*/ inline void SetModelName(Aws::String&& value) { m_modelName = std::move(value); } /** *

The name of the model.

*/ inline void SetModelName(const char* value) { m_modelName.assign(value); } /** *

The name of the model.

*/ inline DescribeEdgePackagingJobResult& WithModelName(const Aws::String& value) { SetModelName(value); return *this;} /** *

The name of the model.

*/ inline DescribeEdgePackagingJobResult& WithModelName(Aws::String&& value) { SetModelName(std::move(value)); return *this;} /** *

The name of the model.

*/ inline DescribeEdgePackagingJobResult& WithModelName(const char* value) { SetModelName(value); return *this;} /** *

The version of the model.

*/ inline const Aws::String& GetModelVersion() const{ return m_modelVersion; } /** *

The version of the model.

*/ inline void SetModelVersion(const Aws::String& value) { m_modelVersion = value; } /** *

The version of the model.

*/ inline void SetModelVersion(Aws::String&& value) { m_modelVersion = std::move(value); } /** *

The version of the model.

*/ inline void SetModelVersion(const char* value) { m_modelVersion.assign(value); } /** *

The version of the model.

*/ inline DescribeEdgePackagingJobResult& WithModelVersion(const Aws::String& value) { SetModelVersion(value); return *this;} /** *

The version of the model.

*/ inline DescribeEdgePackagingJobResult& WithModelVersion(Aws::String&& value) { SetModelVersion(std::move(value)); return *this;} /** *

The version of the model.

*/ inline DescribeEdgePackagingJobResult& WithModelVersion(const char* value) { SetModelVersion(value); return *this;} /** *

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker * to download and upload the model, and to contact Neo.

*/ inline const Aws::String& GetRoleArn() const{ return m_roleArn; } /** *

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker * to download and upload the model, and to contact Neo.

*/ inline void SetRoleArn(const Aws::String& value) { m_roleArn = value; } /** *

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker * to download and upload the model, and to contact Neo.

*/ inline void SetRoleArn(Aws::String&& value) { m_roleArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker * to download and upload the model, and to contact Neo.

*/ inline void SetRoleArn(const char* value) { m_roleArn.assign(value); } /** *

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker * to download and upload the model, and to contact Neo.

*/ inline DescribeEdgePackagingJobResult& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker * to download and upload the model, and to contact Neo.

*/ inline DescribeEdgePackagingJobResult& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker * to download and upload the model, and to contact Neo.

*/ inline DescribeEdgePackagingJobResult& WithRoleArn(const char* value) { SetRoleArn(value); return *this;} /** *

The output configuration for the edge packaging job.

*/ inline const EdgeOutputConfig& GetOutputConfig() const{ return m_outputConfig; } /** *

The output configuration for the edge packaging job.

*/ inline void SetOutputConfig(const EdgeOutputConfig& value) { m_outputConfig = value; } /** *

The output configuration for the edge packaging job.

*/ inline void SetOutputConfig(EdgeOutputConfig&& value) { m_outputConfig = std::move(value); } /** *

The output configuration for the edge packaging job.

*/ inline DescribeEdgePackagingJobResult& WithOutputConfig(const EdgeOutputConfig& value) { SetOutputConfig(value); return *this;} /** *

The output configuration for the edge packaging job.

*/ inline DescribeEdgePackagingJobResult& WithOutputConfig(EdgeOutputConfig&& value) { SetOutputConfig(std::move(value)); return *this;} /** *

The Amazon Web Services KMS key to use when encrypting the EBS volume the job * run on.

*/ inline const Aws::String& GetResourceKey() const{ return m_resourceKey; } /** *

The Amazon Web Services KMS key to use when encrypting the EBS volume the job * run on.

*/ inline void SetResourceKey(const Aws::String& value) { m_resourceKey = value; } /** *

The Amazon Web Services KMS key to use when encrypting the EBS volume the job * run on.

*/ inline void SetResourceKey(Aws::String&& value) { m_resourceKey = std::move(value); } /** *

The Amazon Web Services KMS key to use when encrypting the EBS volume the job * run on.

*/ inline void SetResourceKey(const char* value) { m_resourceKey.assign(value); } /** *

The Amazon Web Services KMS key to use when encrypting the EBS volume the job * run on.

*/ inline DescribeEdgePackagingJobResult& WithResourceKey(const Aws::String& value) { SetResourceKey(value); return *this;} /** *

The Amazon Web Services KMS key to use when encrypting the EBS volume the job * run on.

*/ inline DescribeEdgePackagingJobResult& WithResourceKey(Aws::String&& value) { SetResourceKey(std::move(value)); return *this;} /** *

The Amazon Web Services KMS key to use when encrypting the EBS volume the job * run on.

*/ inline DescribeEdgePackagingJobResult& WithResourceKey(const char* value) { SetResourceKey(value); return *this;} /** *

The current status of the packaging job.

*/ inline const EdgePackagingJobStatus& GetEdgePackagingJobStatus() const{ return m_edgePackagingJobStatus; } /** *

The current status of the packaging job.

*/ inline void SetEdgePackagingJobStatus(const EdgePackagingJobStatus& value) { m_edgePackagingJobStatus = value; } /** *

The current status of the packaging job.

*/ inline void SetEdgePackagingJobStatus(EdgePackagingJobStatus&& value) { m_edgePackagingJobStatus = std::move(value); } /** *

The current status of the packaging job.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobStatus(const EdgePackagingJobStatus& value) { SetEdgePackagingJobStatus(value); return *this;} /** *

The current status of the packaging job.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobStatus(EdgePackagingJobStatus&& value) { SetEdgePackagingJobStatus(std::move(value)); return *this;} /** *

Returns a message describing the job status and error messages.

*/ inline const Aws::String& GetEdgePackagingJobStatusMessage() const{ return m_edgePackagingJobStatusMessage; } /** *

Returns a message describing the job status and error messages.

*/ inline void SetEdgePackagingJobStatusMessage(const Aws::String& value) { m_edgePackagingJobStatusMessage = value; } /** *

Returns a message describing the job status and error messages.

*/ inline void SetEdgePackagingJobStatusMessage(Aws::String&& value) { m_edgePackagingJobStatusMessage = std::move(value); } /** *

Returns a message describing the job status and error messages.

*/ inline void SetEdgePackagingJobStatusMessage(const char* value) { m_edgePackagingJobStatusMessage.assign(value); } /** *

Returns a message describing the job status and error messages.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobStatusMessage(const Aws::String& value) { SetEdgePackagingJobStatusMessage(value); return *this;} /** *

Returns a message describing the job status and error messages.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobStatusMessage(Aws::String&& value) { SetEdgePackagingJobStatusMessage(std::move(value)); return *this;} /** *

Returns a message describing the job status and error messages.

*/ inline DescribeEdgePackagingJobResult& WithEdgePackagingJobStatusMessage(const char* value) { SetEdgePackagingJobStatusMessage(value); return *this;} /** *

The timestamp of when the packaging job was created.

*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *

The timestamp of when the packaging job was created.

*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; } /** *

The timestamp of when the packaging job was created.

*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); } /** *

The timestamp of when the packaging job was created.

*/ inline DescribeEdgePackagingJobResult& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *

The timestamp of when the packaging job was created.

*/ inline DescribeEdgePackagingJobResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *

The timestamp of when the job was last updated.

*/ inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; } /** *

The timestamp of when the job was last updated.

*/ inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTime = value; } /** *

The timestamp of when the job was last updated.

*/ inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTime = std::move(value); } /** *

The timestamp of when the job was last updated.

*/ inline DescribeEdgePackagingJobResult& WithLastModifiedTime(const Aws::Utils::DateTime& value) { SetLastModifiedTime(value); return *this;} /** *

The timestamp of when the job was last updated.

*/ inline DescribeEdgePackagingJobResult& WithLastModifiedTime(Aws::Utils::DateTime&& value) { SetLastModifiedTime(std::move(value)); return *this;} /** *

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

*/ inline const Aws::String& GetModelArtifact() const{ return m_modelArtifact; } /** *

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

*/ inline void SetModelArtifact(const Aws::String& value) { m_modelArtifact = value; } /** *

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

*/ inline void SetModelArtifact(Aws::String&& value) { m_modelArtifact = std::move(value); } /** *

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

*/ inline void SetModelArtifact(const char* value) { m_modelArtifact.assign(value); } /** *

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

*/ inline DescribeEdgePackagingJobResult& WithModelArtifact(const Aws::String& value) { SetModelArtifact(value); return *this;} /** *

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

*/ inline DescribeEdgePackagingJobResult& WithModelArtifact(Aws::String&& value) { SetModelArtifact(std::move(value)); return *this;} /** *

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

*/ inline DescribeEdgePackagingJobResult& WithModelArtifact(const char* value) { SetModelArtifact(value); return *this;} /** *

The signature document of files in the model artifact.

*/ inline const Aws::String& GetModelSignature() const{ return m_modelSignature; } /** *

The signature document of files in the model artifact.

*/ inline void SetModelSignature(const Aws::String& value) { m_modelSignature = value; } /** *

The signature document of files in the model artifact.

*/ inline void SetModelSignature(Aws::String&& value) { m_modelSignature = std::move(value); } /** *

The signature document of files in the model artifact.

*/ inline void SetModelSignature(const char* value) { m_modelSignature.assign(value); } /** *

The signature document of files in the model artifact.

*/ inline DescribeEdgePackagingJobResult& WithModelSignature(const Aws::String& value) { SetModelSignature(value); return *this;} /** *

The signature document of files in the model artifact.

*/ inline DescribeEdgePackagingJobResult& WithModelSignature(Aws::String&& value) { SetModelSignature(std::move(value)); return *this;} /** *

The signature document of files in the model artifact.

*/ inline DescribeEdgePackagingJobResult& WithModelSignature(const char* value) { SetModelSignature(value); return *this;} /** *

The output of a SageMaker Edge Manager deployable resource.

*/ inline const EdgePresetDeploymentOutput& GetPresetDeploymentOutput() const{ return m_presetDeploymentOutput; } /** *

The output of a SageMaker Edge Manager deployable resource.

*/ inline void SetPresetDeploymentOutput(const EdgePresetDeploymentOutput& value) { m_presetDeploymentOutput = value; } /** *

The output of a SageMaker Edge Manager deployable resource.

*/ inline void SetPresetDeploymentOutput(EdgePresetDeploymentOutput&& value) { m_presetDeploymentOutput = std::move(value); } /** *

The output of a SageMaker Edge Manager deployable resource.

*/ inline DescribeEdgePackagingJobResult& WithPresetDeploymentOutput(const EdgePresetDeploymentOutput& value) { SetPresetDeploymentOutput(value); return *this;} /** *

The output of a SageMaker Edge Manager deployable resource.

*/ inline DescribeEdgePackagingJobResult& WithPresetDeploymentOutput(EdgePresetDeploymentOutput&& value) { SetPresetDeploymentOutput(std::move(value)); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeEdgePackagingJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeEdgePackagingJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeEdgePackagingJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_edgePackagingJobArn; Aws::String m_edgePackagingJobName; Aws::String m_compilationJobName; Aws::String m_modelName; Aws::String m_modelVersion; Aws::String m_roleArn; EdgeOutputConfig m_outputConfig; Aws::String m_resourceKey; EdgePackagingJobStatus m_edgePackagingJobStatus; Aws::String m_edgePackagingJobStatusMessage; Aws::Utils::DateTime m_creationTime; Aws::Utils::DateTime m_lastModifiedTime; Aws::String m_modelArtifact; Aws::String m_modelSignature; EdgePresetDeploymentOutput m_presetDeploymentOutput; Aws::String m_requestId; }; } // namespace Model } // namespace SageMaker } // namespace Aws