| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.DescribeEdgePackagingJob
Description
A description of edge packaging jobs.
Synopsis
- data DescribeEdgePackagingJob = DescribeEdgePackagingJob' {}
- newDescribeEdgePackagingJob :: Text -> DescribeEdgePackagingJob
- describeEdgePackagingJob_edgePackagingJobName :: Lens' DescribeEdgePackagingJob Text
- data DescribeEdgePackagingJobResponse = DescribeEdgePackagingJobResponse' {
- compilationJobName :: Maybe Text
- creationTime :: Maybe POSIX
- edgePackagingJobStatusMessage :: Maybe Text
- lastModifiedTime :: Maybe POSIX
- modelArtifact :: Maybe Text
- modelName :: Maybe Text
- modelSignature :: Maybe Text
- modelVersion :: Maybe Text
- outputConfig :: Maybe EdgeOutputConfig
- presetDeploymentOutput :: Maybe EdgePresetDeploymentOutput
- resourceKey :: Maybe Text
- roleArn :: Maybe Text
- httpStatus :: Int
- edgePackagingJobArn :: Text
- edgePackagingJobName :: Text
- edgePackagingJobStatus :: EdgePackagingJobStatus
- newDescribeEdgePackagingJobResponse :: Int -> Text -> Text -> EdgePackagingJobStatus -> DescribeEdgePackagingJobResponse
- describeEdgePackagingJobResponse_compilationJobName :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_creationTime :: Lens' DescribeEdgePackagingJobResponse (Maybe UTCTime)
- describeEdgePackagingJobResponse_edgePackagingJobStatusMessage :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_lastModifiedTime :: Lens' DescribeEdgePackagingJobResponse (Maybe UTCTime)
- describeEdgePackagingJobResponse_modelArtifact :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_modelName :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_modelSignature :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_modelVersion :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- describeEdgePackagingJobResponse_outputConfig :: Lens' DescribeEdgePackagingJobResponse (Maybe EdgeOutputConfig)
- describeEdgePackagingJobResponse_presetDeploymentOutput :: Lens' DescribeEdgePackagingJobResponse (Maybe EdgePresetDeploymentOutput)
- describeEdgePackagingJobResponse_resourceKey :: Lens' DescribeEdgePackagingJobResponse (Maybe Text)
- 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.
Constructors
| DescribeEdgePackagingJob' | |
Fields
| |
Instances
newDescribeEdgePackagingJob Source #
Arguments
| :: Text | |
| -> DescribeEdgePackagingJob |
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:
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.
Constructors
| DescribeEdgePackagingJobResponse' | |
Fields
| |
Instances
newDescribeEdgePackagingJobResponse Source #
Arguments
| :: 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:
DescribeEdgePackagingJobResponse, describeEdgePackagingJobResponse_compilationJobName - The name of the SageMaker Neo compilation job that is used to locate
model artifacts that are being packaged.
DescribeEdgePackagingJobResponse, describeEdgePackagingJobResponse_creationTime - The timestamp of when the packaging job was created.
$sel:edgePackagingJobStatusMessage:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_edgePackagingJobStatusMessage - Returns a message describing the job status and error messages.
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.
DescribeEdgePackagingJobResponse, describeEdgePackagingJobResponse_modelName - The name of the model.
$sel:modelSignature:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_modelSignature - The signature document of files in the model artifact.
DescribeEdgePackagingJobResponse, describeEdgePackagingJobResponse_modelVersion - The version of the model.
DescribeEdgePackagingJobResponse, describeEdgePackagingJobResponse_outputConfig - The output configuration for the edge packaging job.
$sel:presetDeploymentOutput:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_presetDeploymentOutput - The output of a SageMaker Edge Manager deployable resource.
$sel:resourceKey:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_resourceKey - The Amazon Web Services KMS key to use when encrypting the EBS volume
the job run on.
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.
DescribeEdgePackagingJobResponse, describeEdgePackagingJobResponse_edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.
DescribeEdgePackagingJob, describeEdgePackagingJobResponse_edgePackagingJobName - The name of the edge packaging job.
DescribeEdgePackagingJobResponse, describeEdgePackagingJobResponse_edgePackagingJobStatus - The current status of the packaging job.
Response Lenses
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_creationTime :: Lens' DescribeEdgePackagingJobResponse (Maybe UTCTime) Source #
The timestamp of when the packaging job was created.
describeEdgePackagingJobResponse_edgePackagingJobStatusMessage :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #
Returns a message describing the job status and error messages.
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_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_modelVersion :: Lens' DescribeEdgePackagingJobResponse (Maybe Text) Source #
The version of the model.
describeEdgePackagingJobResponse_outputConfig :: Lens' DescribeEdgePackagingJobResponse (Maybe EdgeOutputConfig) Source #
The output configuration for the edge packaging job.
describeEdgePackagingJobResponse_presetDeploymentOutput :: Lens' DescribeEdgePackagingJobResponse (Maybe EdgePresetDeploymentOutput) Source #
The output of a SageMaker Edge Manager deployable resource.
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_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.