libZSservicesZSamazonka-personalizeZSamazonka-personalize
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Personalize.Types.BatchInferenceJobSummary

Description

 
Synopsis

Documentation

data BatchInferenceJobSummary Source #

A truncated version of the BatchInferenceJob datatype. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.

See: newBatchInferenceJobSummary smart constructor.

Constructors

BatchInferenceJobSummary' 

Fields

Instances

Instances details
Eq BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Read BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Show BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Generic BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Associated Types

type Rep BatchInferenceJobSummary :: Type -> Type #

NFData BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

Hashable BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

FromJSON BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

type Rep BatchInferenceJobSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobSummary

type Rep BatchInferenceJobSummary = D1 ('MetaData "BatchInferenceJobSummary" "Amazonka.Personalize.Types.BatchInferenceJobSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "BatchInferenceJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") '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 "batchInferenceJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "solutionVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newBatchInferenceJobSummary :: BatchInferenceJobSummary Source #

Create a value of BatchInferenceJobSummary 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:failureReason:BatchInferenceJobSummary', batchInferenceJobSummary_failureReason - If the batch inference job failed, the reason for the failure.

$sel:status:BatchInferenceJobSummary', batchInferenceJobSummary_status - The status of the batch inference job. The status is one of the following values:

  • PENDING
  • IN PROGRESS
  • ACTIVE
  • CREATE FAILED

$sel:jobName:BatchInferenceJobSummary', batchInferenceJobSummary_jobName - The name of the batch inference job.

$sel:lastUpdatedDateTime:BatchInferenceJobSummary', batchInferenceJobSummary_lastUpdatedDateTime - The time at which the batch inference job was last updated.

$sel:batchInferenceJobArn:BatchInferenceJobSummary', batchInferenceJobSummary_batchInferenceJobArn - The Amazon Resource Name (ARN) of the batch inference job.

$sel:creationDateTime:BatchInferenceJobSummary', batchInferenceJobSummary_creationDateTime - The time at which the batch inference job was created.

$sel:solutionVersionArn:BatchInferenceJobSummary', batchInferenceJobSummary_solutionVersionArn - The ARN of the solution version used by the batch inference job.

batchInferenceJobSummary_failureReason :: Lens' BatchInferenceJobSummary (Maybe Text) Source #

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

batchInferenceJobSummary_status :: Lens' BatchInferenceJobSummary (Maybe Text) Source #

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

  • PENDING
  • IN PROGRESS
  • ACTIVE
  • CREATE FAILED

batchInferenceJobSummary_lastUpdatedDateTime :: Lens' BatchInferenceJobSummary (Maybe UTCTime) Source #

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

batchInferenceJobSummary_batchInferenceJobArn :: Lens' BatchInferenceJobSummary (Maybe Text) Source #

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

batchInferenceJobSummary_creationDateTime :: Lens' BatchInferenceJobSummary (Maybe UTCTime) Source #

The time at which the batch inference job was created.

batchInferenceJobSummary_solutionVersionArn :: Lens' BatchInferenceJobSummary (Maybe Text) Source #

The ARN of the solution version used by the batch inference job.