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.LookoutVision.DescribeModelPackagingJob
Description
Describes an Amazon Lookout for Vision model packaging job.
This operation requires permissions to perform the
lookoutvision:DescribeModelPackagingJob
operation.
For more information, see /Using your Amazon Lookout for Vision model on an edge device/ in the Amazon Lookout for Vision Developer Guide.
Synopsis
- data DescribeModelPackagingJob = DescribeModelPackagingJob' {
- projectName :: Text
- jobName :: Text
- newDescribeModelPackagingJob :: Text -> Text -> DescribeModelPackagingJob
- describeModelPackagingJob_projectName :: Lens' DescribeModelPackagingJob Text
- describeModelPackagingJob_jobName :: Lens' DescribeModelPackagingJob Text
- data DescribeModelPackagingJobResponse = DescribeModelPackagingJobResponse' {}
- newDescribeModelPackagingJobResponse :: Int -> DescribeModelPackagingJobResponse
- describeModelPackagingJobResponse_modelPackagingDescription :: Lens' DescribeModelPackagingJobResponse (Maybe ModelPackagingDescription)
- describeModelPackagingJobResponse_httpStatus :: Lens' DescribeModelPackagingJobResponse Int
Creating a Request
data DescribeModelPackagingJob Source #
See: newDescribeModelPackagingJob
smart constructor.
Constructors
DescribeModelPackagingJob' | |
Fields
|
Instances
newDescribeModelPackagingJob Source #
Arguments
:: Text | |
-> Text | |
-> DescribeModelPackagingJob |
Create a value of DescribeModelPackagingJob
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:
DescribeModelPackagingJob
, describeModelPackagingJob_projectName
- The name of the project that contains the model packaging job that you
want to describe.
DescribeModelPackagingJob
, describeModelPackagingJob_jobName
- The job name for the model packaging job.
Request Lenses
describeModelPackagingJob_projectName :: Lens' DescribeModelPackagingJob Text Source #
The name of the project that contains the model packaging job that you want to describe.
describeModelPackagingJob_jobName :: Lens' DescribeModelPackagingJob Text Source #
The job name for the model packaging job.
Destructuring the Response
data DescribeModelPackagingJobResponse Source #
See: newDescribeModelPackagingJobResponse
smart constructor.
Constructors
DescribeModelPackagingJobResponse' | |
Fields
|
Instances
newDescribeModelPackagingJobResponse Source #
Arguments
:: Int | |
-> DescribeModelPackagingJobResponse |
Create a value of DescribeModelPackagingJobResponse
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:modelPackagingDescription:DescribeModelPackagingJobResponse'
, describeModelPackagingJobResponse_modelPackagingDescription
- The description of the model packaging job.
$sel:httpStatus:DescribeModelPackagingJobResponse'
, describeModelPackagingJobResponse_httpStatus
- The response's http status code.
Response Lenses
describeModelPackagingJobResponse_modelPackagingDescription :: Lens' DescribeModelPackagingJobResponse (Maybe ModelPackagingDescription) Source #
The description of the model packaging job.
describeModelPackagingJobResponse_httpStatus :: Lens' DescribeModelPackagingJobResponse Int Source #
The response's http status code.