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 |
Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.
Synopsis
- data DescribeBatchInferenceJob = DescribeBatchInferenceJob' {}
- newDescribeBatchInferenceJob :: Text -> DescribeBatchInferenceJob
- describeBatchInferenceJob_batchInferenceJobArn :: Lens' DescribeBatchInferenceJob Text
- data DescribeBatchInferenceJobResponse = DescribeBatchInferenceJobResponse' {}
- newDescribeBatchInferenceJobResponse :: Int -> DescribeBatchInferenceJobResponse
- describeBatchInferenceJobResponse_batchInferenceJob :: Lens' DescribeBatchInferenceJobResponse (Maybe BatchInferenceJob)
- describeBatchInferenceJobResponse_httpStatus :: Lens' DescribeBatchInferenceJobResponse Int
Creating a Request
data DescribeBatchInferenceJob Source #
See: newDescribeBatchInferenceJob
smart constructor.
DescribeBatchInferenceJob' | |
|
Instances
newDescribeBatchInferenceJob Source #
Create a value of DescribeBatchInferenceJob
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:batchInferenceJobArn:DescribeBatchInferenceJob'
, describeBatchInferenceJob_batchInferenceJobArn
- The ARN of the batch inference job to describe.
Request Lenses
describeBatchInferenceJob_batchInferenceJobArn :: Lens' DescribeBatchInferenceJob Text Source #
The ARN of the batch inference job to describe.
Destructuring the Response
data DescribeBatchInferenceJobResponse Source #
See: newDescribeBatchInferenceJobResponse
smart constructor.
DescribeBatchInferenceJobResponse' | |
|
Instances
Eq DescribeBatchInferenceJobResponse Source # | |
Read DescribeBatchInferenceJobResponse Source # | |
Show DescribeBatchInferenceJobResponse Source # | |
Generic DescribeBatchInferenceJobResponse Source # | |
NFData DescribeBatchInferenceJobResponse Source # | |
Defined in Amazonka.Personalize.DescribeBatchInferenceJob rnf :: DescribeBatchInferenceJobResponse -> () # | |
type Rep DescribeBatchInferenceJobResponse Source # | |
Defined in Amazonka.Personalize.DescribeBatchInferenceJob type Rep DescribeBatchInferenceJobResponse = D1 ('MetaData "DescribeBatchInferenceJobResponse" "Amazonka.Personalize.DescribeBatchInferenceJob" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeBatchInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchInferenceJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchInferenceJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDescribeBatchInferenceJobResponse Source #
Create a value of DescribeBatchInferenceJobResponse
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:batchInferenceJob:DescribeBatchInferenceJobResponse'
, describeBatchInferenceJobResponse_batchInferenceJob
- Information on the specified batch inference job.
$sel:httpStatus:DescribeBatchInferenceJobResponse'
, describeBatchInferenceJobResponse_httpStatus
- The response's http status code.
Response Lenses
describeBatchInferenceJobResponse_batchInferenceJob :: Lens' DescribeBatchInferenceJobResponse (Maybe BatchInferenceJob) Source #
Information on the specified batch inference job.
describeBatchInferenceJobResponse_httpStatus :: Lens' DescribeBatchInferenceJobResponse Int Source #
The response's http status code.