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 |
Amazonka.Personalize.DescribeBatchInferenceJob
Description
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.
Constructors
DescribeBatchInferenceJob' | |
Fields
|
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.
Constructors
DescribeBatchInferenceJobResponse' | |
Fields
|
Instances
newDescribeBatchInferenceJobResponse Source #
Arguments
:: Int | |
-> DescribeBatchInferenceJobResponse |
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.