Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
A description of edge packaging jobs.
Synopsis
- data DescribeEdgePackagingJob = DescribeEdgePackagingJob' {}
- newDescribeEdgePackagingJob :: Text -> DescribeEdgePackagingJob
- describeEdgePackagingJob_edgePackagingJobName :: Lens' DescribeEdgePackagingJob Text
- data DescribeEdgePackagingJobResponse = DescribeEdgePackagingJobResponse' {
- creationTime :: Maybe POSIX
- resourceKey :: Maybe Text
- modelName :: Maybe Text
- modelSignature :: Maybe Text
- lastModifiedTime :: Maybe POSIX
- modelArtifact :: Maybe Text
- compilationJobName :: Maybe Text
- edgePackagingJobStatusMessage :: Maybe Text
- outputConfig :: Maybe EdgeOutputConfig
- modelVersion :: Maybe Text
- presetDeploymentOutput :: Maybe EdgePresetDeploymentOutput
- roleArn :: Maybe Text
- httpStatus :: Int
- edgePackagingJobArn :: Text
- edgePackagingJobName :: Text
- edgePackagingJobStatus :: EdgePackagingJobStatus
- newDescribeEdgePackagingJobResponse :: Int -> Text -> Text -> EdgePackagingJobStatus -> DescribeEdgePackagingJobResponse
- describeEdgePackagingJobResponse_creationTime :: Lens' DescribeEdgePackagingJobResponse (Maybe UTCTime)
- describeEdgePackagingJobResponse_resourceKey :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_modelName :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_modelSignature :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_lastModifiedTime :: Lens' DescribeEdgePackagingJobResponse (Maybe UTCTime)
- describeEdgePackagingJobResponse_modelArtifact :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_compilationJobName :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_edgePackagingJobStatusMessage :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_outputConfig :: Lens' DescribeEdgePackagingJobResponse (Maybe EdgeOutputConfig)
- describeEdgePackagingJobResponse_modelVersion :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_presetDeploymentOutput :: Lens' DescribeEdgePackagingJobResponse (Maybe EdgePresetDeploymentOutput)
- describeEdgePackagingJobResponse_roleArn :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_httpStatus :: Lens' DescribeEdgePackagingJobResponse Int
- describeEdgePackagingJobResponse_edgePackagingJobArn :: Lens' DescribeEdgePackagingJobResponse Text
- describeEdgePackagingJobResponse_edgePackagingJobName :: Lens' DescribeEdgePackagingJobResponse Text
- describeEdgePackagingJobResponse_edgePackagingJobStatus :: Lens' DescribeEdgePackagingJobResponse EdgePackagingJobStatus
Creating a Request
data DescribeEdgePackagingJob Source #
See: newDescribeEdgePackagingJob
smart constructor.
DescribeEdgePackagingJob' | |
|
Instances
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
describeEdgePackagingJob_edgePackagingJobName :: Lens' DescribeEdgePackagingJob Text Source #
The name of the edge packaging job.
Destructuring the Response
data DescribeEdgePackagingJobResponse Source #
See: newDescribeEdgePackagingJobResponse
smart constructor.
DescribeEdgePackagingJobResponse' | |
|
Instances
newDescribeEdgePackagingJobResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> EdgePackagingJobStatus |
|
-> DescribeEdgePackagingJobResponse |
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_creationTime :: Lens' DescribeEdgePackagingJobResponse (Maybe UTCTime) Source #
The timestamp of when the packaging job was created.
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_modelName :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #
The name of the model.
describeEdgePackagingJobResponse_modelSignature :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #
The signature document of files in the model artifact.
describeEdgePackagingJobResponse_lastModifiedTime :: Lens' DescribeEdgePackagingJobResponse (Maybe UTCTime) Source #
The timestamp of when the job was last updated.
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_edgePackagingJobStatusMessage :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #
Returns a message describing the job status and error messages.
describeEdgePackagingJobResponse_outputConfig :: Lens' DescribeEdgePackagingJobResponse (Maybe EdgeOutputConfig) Source #
The output configuration for the edge packaging job.
describeEdgePackagingJobResponse_modelVersion :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #
The version of the model.
describeEdgePackagingJobResponse_presetDeploymentOutput :: Lens' DescribeEdgePackagingJobResponse (Maybe EdgePresetDeploymentOutput) Source #
The output of a SageMaker Edge Manager deployable resource.
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.
describeEdgePackagingJobResponse_httpStatus :: Lens' DescribeEdgePackagingJobResponse Int Source #
The response's http status code.
describeEdgePackagingJobResponse_edgePackagingJobArn :: Lens' DescribeEdgePackagingJobResponse Text Source #
The Amazon Resource Name (ARN) of the edge packaging job.
describeEdgePackagingJobResponse_edgePackagingJobName :: Lens' DescribeEdgePackagingJobResponse Text Source #
The name of the edge packaging job.
describeEdgePackagingJobResponse_edgePackagingJobStatus :: Lens' DescribeEdgePackagingJobResponse EdgePackagingJobStatus Source #
The current status of the packaging job.