| 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.Personalize.Types.BatchSegmentJob
Description
Synopsis
- data BatchSegmentJob = BatchSegmentJob' {
- batchSegmentJobArn :: Maybe Text
- creationDateTime :: Maybe POSIX
- failureReason :: Maybe Text
- filterArn :: Maybe Text
- jobInput :: Maybe BatchSegmentJobInput
- jobName :: Maybe Text
- jobOutput :: Maybe BatchSegmentJobOutput
- lastUpdatedDateTime :: Maybe POSIX
- numResults :: Maybe Int
- roleArn :: Maybe Text
- solutionVersionArn :: Maybe Text
- status :: Maybe Text
- newBatchSegmentJob :: BatchSegmentJob
- batchSegmentJob_batchSegmentJobArn :: Lens' BatchSegmentJob (Maybe Text)
- batchSegmentJob_creationDateTime :: Lens' BatchSegmentJob (Maybe UTCTime)
- batchSegmentJob_failureReason :: Lens' BatchSegmentJob (Maybe Text)
- batchSegmentJob_filterArn :: Lens' BatchSegmentJob (Maybe Text)
- batchSegmentJob_jobInput :: Lens' BatchSegmentJob (Maybe BatchSegmentJobInput)
- batchSegmentJob_jobName :: Lens' BatchSegmentJob (Maybe Text)
- batchSegmentJob_jobOutput :: Lens' BatchSegmentJob (Maybe BatchSegmentJobOutput)
- batchSegmentJob_lastUpdatedDateTime :: Lens' BatchSegmentJob (Maybe UTCTime)
- batchSegmentJob_numResults :: Lens' BatchSegmentJob (Maybe Int)
- batchSegmentJob_roleArn :: Lens' BatchSegmentJob (Maybe Text)
- batchSegmentJob_solutionVersionArn :: Lens' BatchSegmentJob (Maybe Text)
- batchSegmentJob_status :: Lens' BatchSegmentJob (Maybe Text)
Documentation
data BatchSegmentJob Source #
Contains information on a batch segment job.
See: newBatchSegmentJob smart constructor.
Constructors
| BatchSegmentJob' | |
Fields
| |
Instances
newBatchSegmentJob :: BatchSegmentJob Source #
Create a value of BatchSegmentJob 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:batchSegmentJobArn:BatchSegmentJob', batchSegmentJob_batchSegmentJobArn - The Amazon Resource Name (ARN) of the batch segment job.
$sel:creationDateTime:BatchSegmentJob', batchSegmentJob_creationDateTime - The time at which the batch segment job was created.
$sel:failureReason:BatchSegmentJob', batchSegmentJob_failureReason - If the batch segment job failed, the reason for the failure.
$sel:filterArn:BatchSegmentJob', batchSegmentJob_filterArn - The ARN of the filter used on the batch segment job.
$sel:jobInput:BatchSegmentJob', batchSegmentJob_jobInput - The Amazon S3 path that leads to the input data used to generate the
batch segment job.
$sel:jobName:BatchSegmentJob', batchSegmentJob_jobName - The name of the batch segment job.
$sel:jobOutput:BatchSegmentJob', batchSegmentJob_jobOutput - The Amazon S3 bucket that contains the output data generated by the
batch segment job.
$sel:lastUpdatedDateTime:BatchSegmentJob', batchSegmentJob_lastUpdatedDateTime - The time at which the batch segment job last updated.
$sel:numResults:BatchSegmentJob', batchSegmentJob_numResults - The number of predicted users generated by the batch segment job for
each line of input data.
$sel:roleArn:BatchSegmentJob', batchSegmentJob_roleArn - The ARN of the Amazon Identity and Access Management (IAM) role that
requested the batch segment job.
$sel:solutionVersionArn:BatchSegmentJob', batchSegmentJob_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version used by the batch
segment job to generate batch segments.
$sel:status:BatchSegmentJob', batchSegmentJob_status - The status of the batch segment job. The status is one of the following
values:
- PENDING
- IN PROGRESS
- ACTIVE
- CREATE FAILED
batchSegmentJob_batchSegmentJobArn :: Lens' BatchSegmentJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the batch segment job.
batchSegmentJob_creationDateTime :: Lens' BatchSegmentJob (Maybe UTCTime) Source #
The time at which the batch segment job was created.
batchSegmentJob_failureReason :: Lens' BatchSegmentJob (Maybe Text) Source #
If the batch segment job failed, the reason for the failure.
batchSegmentJob_filterArn :: Lens' BatchSegmentJob (Maybe Text) Source #
The ARN of the filter used on the batch segment job.
batchSegmentJob_jobInput :: Lens' BatchSegmentJob (Maybe BatchSegmentJobInput) Source #
The Amazon S3 path that leads to the input data used to generate the batch segment job.
batchSegmentJob_jobName :: Lens' BatchSegmentJob (Maybe Text) Source #
The name of the batch segment job.
batchSegmentJob_jobOutput :: Lens' BatchSegmentJob (Maybe BatchSegmentJobOutput) Source #
The Amazon S3 bucket that contains the output data generated by the batch segment job.
batchSegmentJob_lastUpdatedDateTime :: Lens' BatchSegmentJob (Maybe UTCTime) Source #
The time at which the batch segment job last updated.
batchSegmentJob_numResults :: Lens' BatchSegmentJob (Maybe Int) Source #
The number of predicted users generated by the batch segment job for each line of input data.
batchSegmentJob_roleArn :: Lens' BatchSegmentJob (Maybe Text) Source #
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.
batchSegmentJob_solutionVersionArn :: Lens' BatchSegmentJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
batchSegmentJob_status :: Lens' BatchSegmentJob (Maybe Text) Source #
The status of the batch segment job. The status is one of the following values:
- PENDING
- IN PROGRESS
- ACTIVE
- CREATE FAILED