| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.MachineLearning.GetBatchPrediction
Description
Returns a BatchPrediction that includes detailed metadata, status, and data
file information for a 'Batch Prediction' request.
http://http://docs.aws.amazon.com/machine-learning/latest/APIReference/API_GetBatchPrediction.html
- data GetBatchPrediction
- getBatchPrediction :: Text -> GetBatchPrediction
- gbpBatchPredictionId :: Lens' GetBatchPrediction Text
- data GetBatchPredictionResponse
- getBatchPredictionResponse :: GetBatchPredictionResponse
- gbprBatchPredictionDataSourceId :: Lens' GetBatchPredictionResponse (Maybe Text)
- gbprBatchPredictionId :: Lens' GetBatchPredictionResponse (Maybe Text)
- gbprCreatedAt :: Lens' GetBatchPredictionResponse (Maybe UTCTime)
- gbprCreatedByIamUser :: Lens' GetBatchPredictionResponse (Maybe Text)
- gbprInputDataLocationS3 :: Lens' GetBatchPredictionResponse (Maybe Text)
- gbprLastUpdatedAt :: Lens' GetBatchPredictionResponse (Maybe UTCTime)
- gbprLogUri :: Lens' GetBatchPredictionResponse (Maybe Text)
- gbprMLModelId :: Lens' GetBatchPredictionResponse (Maybe Text)
- gbprMessage :: Lens' GetBatchPredictionResponse (Maybe Text)
- gbprName :: Lens' GetBatchPredictionResponse (Maybe Text)
- gbprOutputUri :: Lens' GetBatchPredictionResponse (Maybe Text)
- gbprStatus :: Lens' GetBatchPredictionResponse (Maybe EntityStatus)
Request
data GetBatchPrediction Source
Instances
Request constructor
Arguments
| :: Text | |
| -> GetBatchPrediction |
GetBatchPrediction constructor.
The fields accessible through corresponding lenses are:
Request lenses
gbpBatchPredictionId :: Lens' GetBatchPrediction Text Source
An ID assigned to the BatchPrediction at creation.
Response
Response constructor
getBatchPredictionResponse :: GetBatchPredictionResponse Source
GetBatchPredictionResponse constructor.
The fields accessible through corresponding lenses are:
gbprBatchPredictionDataSourceId::MaybeTextgbprBatchPredictionId::MaybeTextgbprCreatedAt::MaybeUTCTimegbprCreatedByIamUser::MaybeTextgbprInputDataLocationS3::MaybeTextgbprLastUpdatedAt::MaybeUTCTimegbprLogUri::MaybeTextgbprMLModelId::MaybeTextgbprMessage::MaybeTextgbprName::MaybeTextgbprOutputUri::MaybeTextgbprStatus::MaybeEntityStatus
Response lenses
gbprBatchPredictionDataSourceId :: Lens' GetBatchPredictionResponse (Maybe Text) Source
The ID of the DataSource that was used to create the BatchPrediction.
gbprBatchPredictionId :: Lens' GetBatchPredictionResponse (Maybe Text) Source
An ID assigned to the BatchPrediction at creation. This value should be
identical to the value of the BatchPredictionID in the request.
gbprCreatedAt :: Lens' GetBatchPredictionResponse (Maybe UTCTime) Source
The time when the BatchPrediction was created. The time is expressed in epoch
time.
gbprCreatedByIamUser :: Lens' GetBatchPredictionResponse (Maybe Text) Source
The AWS user account that invoked the BatchPrediction. The account type can
be either an AWS root account or an AWS Identity and Access Management (IAM)
user account.
gbprInputDataLocationS3 :: Lens' GetBatchPredictionResponse (Maybe Text) Source
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
gbprLastUpdatedAt :: Lens' GetBatchPredictionResponse (Maybe UTCTime) Source
The time of the most recent edit to BatchPrediction. The time is expressed in
epoch time.
gbprLogUri :: Lens' GetBatchPredictionResponse (Maybe Text) Source
A link to the file that contains logs of the CreateBatchPrediction operation.
gbprMLModelId :: Lens' GetBatchPredictionResponse (Maybe Text) Source
The ID of the MLModel that generated predictions for the BatchPrediction
request.
gbprMessage :: Lens' GetBatchPredictionResponse (Maybe Text) Source
A description of the most recent details about processing the batch prediction request.
gbprName :: Lens' GetBatchPredictionResponse (Maybe Text) Source
A user-supplied name or description of the BatchPrediction.
gbprOutputUri :: Lens' GetBatchPredictionResponse (Maybe Text) Source
The location of an Amazon S3 bucket or directory to receive the operation results.
gbprStatus :: Lens' GetBatchPredictionResponse (Maybe EntityStatus) Source
The status of the BatchPrediction, which can be one of the following values:
PENDING - Amazon Machine Learning (Amazon ML) submitted a request to
generate batch predictions. INPROGRESS - The batch predictions are in
progress. FAILED - The request to perform a batch prediction did not run to
completion. It is not usable. COMPLETED - The batch prediction process
completed successfully. DELETED - The BatchPrediction is marked as deleted.
It is not usable.