libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.DescribeEdgePackagingJob

Description

A description of edge packaging jobs.

Synopsis

Creating a Request

data DescribeEdgePackagingJob Source #

See: newDescribeEdgePackagingJob smart constructor.

Constructors

DescribeEdgePackagingJob' 

Fields

Instances

Instances details
Eq DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Read DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Show DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Generic DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Associated Types

type Rep DescribeEdgePackagingJob :: Type -> Type #

NFData DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Hashable DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

ToJSON DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

AWSRequest DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

ToHeaders DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

ToPath DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

ToQuery DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

type Rep DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

type Rep DescribeEdgePackagingJob = D1 ('MetaData "DescribeEdgePackagingJob" "Amazonka.SageMaker.DescribeEdgePackagingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeEdgePackagingJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "edgePackagingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

newDescribeEdgePackagingJob Source #

Create a value of DescribeEdgePackagingJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:edgePackagingJobName:DescribeEdgePackagingJob', describeEdgePackagingJob_edgePackagingJobName - The name of the edge packaging job.

Request Lenses

Destructuring the Response

data DescribeEdgePackagingJobResponse Source #

See: newDescribeEdgePackagingJobResponse smart constructor.

Constructors

DescribeEdgePackagingJobResponse' 

Fields

Instances

Instances details
Eq DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Read DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Show DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Generic DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Associated Types

type Rep DescribeEdgePackagingJobResponse :: Type -> Type #

NFData DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

type Rep DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

type Rep DescribeEdgePackagingJobResponse = D1 ('MetaData "DescribeEdgePackagingJobResponse" "Amazonka.SageMaker.DescribeEdgePackagingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeEdgePackagingJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelSignature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelArtifact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "compilationJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "edgePackagingJobStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgeOutputConfig)) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "presetDeploymentOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgePresetDeploymentOutput)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "edgePackagingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "edgePackagingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "edgePackagingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgePackagingJobStatus))))))

newDescribeEdgePackagingJobResponse Source #

Create a value of DescribeEdgePackagingJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_creationTime - The timestamp of when the packaging job was created.

$sel:resourceKey:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_resourceKey - The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.

$sel:modelName:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_modelName - The name of the model.

$sel:modelSignature:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_modelSignature - The signature document of files in the model artifact.

$sel:lastModifiedTime:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_lastModifiedTime - The timestamp of when the job was last updated.

$sel:modelArtifact:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_modelArtifact - The Amazon Simple Storage (S3) URI where model artifacts ares stored.

$sel:compilationJobName:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_compilationJobName - The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.

$sel:edgePackagingJobStatusMessage:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_edgePackagingJobStatusMessage - Returns a message describing the job status and error messages.

$sel:outputConfig:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_outputConfig - The output configuration for the edge packaging job.

$sel:modelVersion:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_modelVersion - The version of the model.

$sel:presetDeploymentOutput:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_presetDeploymentOutput - The output of a SageMaker Edge Manager deployable resource.

$sel:roleArn:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.

$sel:httpStatus:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_httpStatus - The response's http status code.

$sel:edgePackagingJobArn:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.

$sel:edgePackagingJobName:DescribeEdgePackagingJob', describeEdgePackagingJobResponse_edgePackagingJobName - The name of the edge packaging job.

$sel:edgePackagingJobStatus:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_edgePackagingJobStatus - The current status of the packaging job.

Response Lenses

describeEdgePackagingJobResponse_resourceKey :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #

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

describeEdgePackagingJobResponse_modelArtifact :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #

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

describeEdgePackagingJobResponse_compilationJobName :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #

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

describeEdgePackagingJobResponse_roleArn :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #

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