amazonka-personalize-2.0: Amazon Personalize SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Personalize.Types.BatchSegmentJobSummary

Description

 
Synopsis

Documentation

data BatchSegmentJobSummary Source #

A truncated version of the BatchSegmentJob datatype. ListBatchSegmentJobs operation returns a list of batch segment job summaries.

See: newBatchSegmentJobSummary smart constructor.

Constructors

BatchSegmentJobSummary' 

Fields

Instances

Instances details
FromJSON BatchSegmentJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobSummary

Generic BatchSegmentJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobSummary

Associated Types

type Rep BatchSegmentJobSummary :: Type -> Type #

Read BatchSegmentJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobSummary

Show BatchSegmentJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobSummary

NFData BatchSegmentJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobSummary

Methods

rnf :: BatchSegmentJobSummary -> () #

Eq BatchSegmentJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobSummary

Hashable BatchSegmentJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobSummary

type Rep BatchSegmentJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobSummary

type Rep BatchSegmentJobSummary = D1 ('MetaData "BatchSegmentJobSummary" "Amazonka.Personalize.Types.BatchSegmentJobSummary" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "BatchSegmentJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchSegmentJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newBatchSegmentJobSummary :: BatchSegmentJobSummary Source #

Create a value of BatchSegmentJobSummary 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:BatchSegmentJobSummary', batchSegmentJobSummary_batchSegmentJobArn - The Amazon Resource Name (ARN) of the batch segment job.

$sel:creationDateTime:BatchSegmentJobSummary', batchSegmentJobSummary_creationDateTime - The time at which the batch segment job was created.

$sel:failureReason:BatchSegmentJobSummary', batchSegmentJobSummary_failureReason - If the batch segment job failed, the reason for the failure.

$sel:jobName:BatchSegmentJobSummary', batchSegmentJobSummary_jobName - The name of the batch segment job.

$sel:lastUpdatedDateTime:BatchSegmentJobSummary', batchSegmentJobSummary_lastUpdatedDateTime - The time at which the batch segment job was last updated.

$sel:solutionVersionArn:BatchSegmentJobSummary', batchSegmentJobSummary_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.

$sel:status:BatchSegmentJobSummary', batchSegmentJobSummary_status - The status of the batch segment job. The status is one of the following values:

  • PENDING
  • IN PROGRESS
  • ACTIVE
  • CREATE FAILED

batchSegmentJobSummary_batchSegmentJobArn :: Lens' BatchSegmentJobSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the batch segment job.

batchSegmentJobSummary_creationDateTime :: Lens' BatchSegmentJobSummary (Maybe UTCTime) Source #

The time at which the batch segment job was created.

batchSegmentJobSummary_failureReason :: Lens' BatchSegmentJobSummary (Maybe Text) Source #

If the batch segment job failed, the reason for the failure.

batchSegmentJobSummary_lastUpdatedDateTime :: Lens' BatchSegmentJobSummary (Maybe UTCTime) Source #

The time at which the batch segment job was last updated.

batchSegmentJobSummary_solutionVersionArn :: Lens' BatchSegmentJobSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.

batchSegmentJobSummary_status :: Lens' BatchSegmentJobSummary (Maybe Text) Source #

The status of the batch segment job. The status is one of the following values:

  • PENDING
  • IN PROGRESS
  • ACTIVE
  • CREATE FAILED