| 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.MachineLearning.Types.BatchPrediction
Description
Synopsis
- data BatchPrediction = BatchPrediction' {
- batchPredictionDataSourceId :: Maybe Text
- batchPredictionId :: Maybe Text
- computeTime :: Maybe Integer
- createdAt :: Maybe POSIX
- createdByIamUser :: Maybe Text
- finishedAt :: Maybe POSIX
- inputDataLocationS3 :: Maybe Text
- invalidRecordCount :: Maybe Integer
- lastUpdatedAt :: Maybe POSIX
- mLModelId :: Maybe Text
- message :: Maybe Text
- name :: Maybe Text
- outputUri :: Maybe Text
- startedAt :: Maybe POSIX
- status :: Maybe EntityStatus
- totalRecordCount :: Maybe Integer
- newBatchPrediction :: BatchPrediction
- batchPrediction_batchPredictionDataSourceId :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_batchPredictionId :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_computeTime :: Lens' BatchPrediction (Maybe Integer)
- batchPrediction_createdAt :: Lens' BatchPrediction (Maybe UTCTime)
- batchPrediction_createdByIamUser :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_finishedAt :: Lens' BatchPrediction (Maybe UTCTime)
- batchPrediction_inputDataLocationS3 :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_invalidRecordCount :: Lens' BatchPrediction (Maybe Integer)
- batchPrediction_lastUpdatedAt :: Lens' BatchPrediction (Maybe UTCTime)
- batchPrediction_mLModelId :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_message :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_name :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_outputUri :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_startedAt :: Lens' BatchPrediction (Maybe UTCTime)
- batchPrediction_status :: Lens' BatchPrediction (Maybe EntityStatus)
- batchPrediction_totalRecordCount :: Lens' BatchPrediction (Maybe Integer)
Documentation
data BatchPrediction Source #
Represents the output of a GetBatchPrediction operation.
The content consists of the detailed metadata, the status, and the data
file information of a Batch Prediction.
See: newBatchPrediction smart constructor.
Constructors
| BatchPrediction' | |
Fields
| |
Instances
newBatchPrediction :: BatchPrediction Source #
Create a value of BatchPrediction 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:batchPredictionDataSourceId:BatchPrediction', batchPrediction_batchPredictionDataSourceId - The ID of the DataSource that points to the group of observations to
predict.
$sel:batchPredictionId:BatchPrediction', batchPrediction_batchPredictionId - The ID assigned to the BatchPrediction at creation. This value should
be identical to the value of the BatchPredictionID in the request.
$sel:computeTime:BatchPrediction', batchPrediction_computeTime - Undocumented member.
$sel:createdAt:BatchPrediction', batchPrediction_createdAt - The time that the BatchPrediction was created. The time is expressed
in epoch time.
$sel:createdByIamUser:BatchPrediction', batchPrediction_createdByIamUser - 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.
$sel:finishedAt:BatchPrediction', batchPrediction_finishedAt - Undocumented member.
$sel:inputDataLocationS3:BatchPrediction', batchPrediction_inputDataLocationS3 - The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
$sel:invalidRecordCount:BatchPrediction', batchPrediction_invalidRecordCount - Undocumented member.
$sel:lastUpdatedAt:BatchPrediction', batchPrediction_lastUpdatedAt - The time of the most recent edit to the BatchPrediction. The time is
expressed in epoch time.
$sel:mLModelId:BatchPrediction', batchPrediction_mLModelId - The ID of the MLModel that generated predictions for the
BatchPrediction request.
$sel:message:BatchPrediction', batchPrediction_message - A description of the most recent details about processing the batch
prediction request.
$sel:name:BatchPrediction', batchPrediction_name - A user-supplied name or description of the BatchPrediction.
$sel:outputUri:BatchPrediction', batchPrediction_outputUri - The location of an Amazon S3 bucket or directory to receive the
operation results. The following substrings are not allowed in the
s3 key portion of the outputURI field: ':', '//', '/./',
'/../'.
$sel:startedAt:BatchPrediction', batchPrediction_startedAt - Undocumented member.
$sel:status:BatchPrediction', batchPrediction_status - The status of the BatchPrediction. This element can have one of the
following values:
PENDING- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations.INPROGRESS- The process is underway.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- TheBatchPredictionis marked as deleted. It is not usable.
$sel:totalRecordCount:BatchPrediction', batchPrediction_totalRecordCount - Undocumented member.
batchPrediction_batchPredictionDataSourceId :: Lens' BatchPrediction (Maybe Text) Source #
The ID of the DataSource that points to the group of observations to
predict.
batchPrediction_batchPredictionId :: Lens' BatchPrediction (Maybe Text) Source #
The ID assigned to the BatchPrediction at creation. This value should
be identical to the value of the BatchPredictionID in the request.
batchPrediction_computeTime :: Lens' BatchPrediction (Maybe Integer) Source #
Undocumented member.
batchPrediction_createdAt :: Lens' BatchPrediction (Maybe UTCTime) Source #
The time that the BatchPrediction was created. The time is expressed
in epoch time.
batchPrediction_createdByIamUser :: Lens' BatchPrediction (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.
batchPrediction_finishedAt :: Lens' BatchPrediction (Maybe UTCTime) Source #
Undocumented member.
batchPrediction_inputDataLocationS3 :: Lens' BatchPrediction (Maybe Text) Source #
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
batchPrediction_invalidRecordCount :: Lens' BatchPrediction (Maybe Integer) Source #
Undocumented member.
batchPrediction_lastUpdatedAt :: Lens' BatchPrediction (Maybe UTCTime) Source #
The time of the most recent edit to the BatchPrediction. The time is
expressed in epoch time.
batchPrediction_mLModelId :: Lens' BatchPrediction (Maybe Text) Source #
The ID of the MLModel that generated predictions for the
BatchPrediction request.
batchPrediction_message :: Lens' BatchPrediction (Maybe Text) Source #
A description of the most recent details about processing the batch prediction request.
batchPrediction_name :: Lens' BatchPrediction (Maybe Text) Source #
A user-supplied name or description of the BatchPrediction.
batchPrediction_outputUri :: Lens' BatchPrediction (Maybe Text) Source #
The location of an Amazon S3 bucket or directory to receive the
operation results. The following substrings are not allowed in the
s3 key portion of the outputURI field: ':', '//', '/./',
'/../'.
batchPrediction_startedAt :: Lens' BatchPrediction (Maybe UTCTime) Source #
Undocumented member.
batchPrediction_status :: Lens' BatchPrediction (Maybe EntityStatus) Source #
The status of the BatchPrediction. This element can have one of the
following values:
PENDING- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations.INPROGRESS- The process is underway.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- TheBatchPredictionis marked as deleted. It is not usable.
batchPrediction_totalRecordCount :: Lens' BatchPrediction (Maybe Integer) Source #
Undocumented member.