libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment
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.LookoutEquipment.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-12-15 of the Amazon Lookout for Equipment SDK configuration.

Errors

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related AWS service that's being utilized.

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request could not be completed because you do not have access to the resource.

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request could not be completed due to a conflict with the current state of the target resource.

_ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Resource limitations have been exceeded.

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request was denied due to request throttling.

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Processing of the request has failed because of an unknown error, exception or failure.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource requested could not be found. Verify the resource ID and retry your request.

DataUploadFrequency

newtype DataUploadFrequency Source #

Instances

Instances details
Eq DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Ord DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Read DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Show DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Generic DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Associated Types

type Rep DataUploadFrequency :: Type -> Type #

NFData DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Methods

rnf :: DataUploadFrequency -> () #

Hashable DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToJSON DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToJSONKey DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

FromJSON DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

FromJSONKey DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToLog DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToHeader DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToQuery DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

FromXML DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToXML DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToByteString DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

FromText DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToText DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

type Rep DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

type Rep DataUploadFrequency = D1 ('MetaData "DataUploadFrequency" "Amazonka.LookoutEquipment.Types.DataUploadFrequency" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'True) (C1 ('MetaCons "DataUploadFrequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataUploadFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatasetStatus

newtype DatasetStatus Source #

Constructors

DatasetStatus' 

Instances

Instances details
Eq DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Ord DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Read DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Show DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Generic DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Associated Types

type Rep DatasetStatus :: Type -> Type #

NFData DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Methods

rnf :: DatasetStatus -> () #

Hashable DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToJSON DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToJSONKey DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

FromJSON DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

FromJSONKey DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToLog DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToHeader DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToQuery DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

FromXML DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToXML DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Methods

toXML :: DatasetStatus -> XML #

ToByteString DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

FromText DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToText DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Methods

toText :: DatasetStatus -> Text #

type Rep DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

type Rep DatasetStatus = D1 ('MetaData "DatasetStatus" "Amazonka.LookoutEquipment.Types.DatasetStatus" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'True) (C1 ('MetaCons "DatasetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatasetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InferenceExecutionStatus

newtype InferenceExecutionStatus Source #

Instances

Instances details
Eq InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Ord InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Read InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Show InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Generic InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Associated Types

type Rep InferenceExecutionStatus :: Type -> Type #

NFData InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Hashable InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToJSON InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToJSONKey InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

FromJSON InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

FromJSONKey InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToLog InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToHeader InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToQuery InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

FromXML InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToXML InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToByteString InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

FromText InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToText InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

type Rep InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

type Rep InferenceExecutionStatus = D1 ('MetaData "InferenceExecutionStatus" "Amazonka.LookoutEquipment.Types.InferenceExecutionStatus" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'True) (C1 ('MetaCons "InferenceExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInferenceExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InferenceSchedulerStatus

newtype InferenceSchedulerStatus Source #

Instances

Instances details
Eq InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Ord InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Read InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Show InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Generic InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Associated Types

type Rep InferenceSchedulerStatus :: Type -> Type #

NFData InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Hashable InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToJSON InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToJSONKey InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

FromJSON InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

FromJSONKey InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToLog InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToHeader InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToQuery InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

FromXML InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToXML InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToByteString InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

FromText InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToText InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

type Rep InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

type Rep InferenceSchedulerStatus = D1 ('MetaData "InferenceSchedulerStatus" "Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'True) (C1 ('MetaCons "InferenceSchedulerStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInferenceSchedulerStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IngestionJobStatus

newtype IngestionJobStatus Source #

Instances

Instances details
Eq IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Ord IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Read IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Show IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Generic IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Associated Types

type Rep IngestionJobStatus :: Type -> Type #

NFData IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Methods

rnf :: IngestionJobStatus -> () #

Hashable IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToJSON IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToJSONKey IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

FromJSON IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

FromJSONKey IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToLog IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToHeader IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToQuery IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

FromXML IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToXML IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToByteString IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

FromText IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToText IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

type Rep IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

type Rep IngestionJobStatus = D1 ('MetaData "IngestionJobStatus" "Amazonka.LookoutEquipment.Types.IngestionJobStatus" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'True) (C1 ('MetaCons "IngestionJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIngestionJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelStatus

newtype ModelStatus Source #

Constructors

ModelStatus' 

Instances

Instances details
Eq ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Ord ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Read ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Show ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Generic ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Associated Types

type Rep ModelStatus :: Type -> Type #

NFData ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Methods

rnf :: ModelStatus -> () #

Hashable ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToJSON ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToJSONKey ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

FromJSON ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

FromJSONKey ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToLog ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToHeader ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToQuery ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

FromXML ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToXML ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Methods

toXML :: ModelStatus -> XML #

ToByteString ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

FromText ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToText ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Methods

toText :: ModelStatus -> Text #

type Rep ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

type Rep ModelStatus = D1 ('MetaData "ModelStatus" "Amazonka.LookoutEquipment.Types.ModelStatus" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'True) (C1 ('MetaCons "ModelStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetSamplingRate

newtype TargetSamplingRate Source #

Instances

Instances details
Eq TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Ord TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Read TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Show TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Generic TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Associated Types

type Rep TargetSamplingRate :: Type -> Type #

NFData TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Methods

rnf :: TargetSamplingRate -> () #

Hashable TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToJSON TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToJSONKey TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

FromJSON TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

FromJSONKey TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToLog TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToHeader TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToQuery TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

FromXML TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToXML TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToByteString TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

FromText TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToText TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

type Rep TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

type Rep TargetSamplingRate = D1 ('MetaData "TargetSamplingRate" "Amazonka.LookoutEquipment.Types.TargetSamplingRate" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'True) (C1 ('MetaCons "TargetSamplingRate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetSamplingRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataIngestionJobSummary

data DataIngestionJobSummary Source #

Provides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status.

See: newDataIngestionJobSummary smart constructor.

Constructors

DataIngestionJobSummary' 

Fields

Instances

Instances details
Eq DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Read DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Show DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Generic DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Associated Types

type Rep DataIngestionJobSummary :: Type -> Type #

NFData DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Methods

rnf :: DataIngestionJobSummary -> () #

Hashable DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

FromJSON DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

type Rep DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

type Rep DataIngestionJobSummary = D1 ('MetaData "DataIngestionJobSummary" "Amazonka.LookoutEquipment.Types.DataIngestionJobSummary" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DataIngestionJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ingestionInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionInputConfiguration)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus))) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDataIngestionJobSummary :: DataIngestionJobSummary Source #

Create a value of DataIngestionJobSummary 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:ingestionInputConfiguration:DataIngestionJobSummary', dataIngestionJobSummary_ingestionInputConfiguration - Specifies information for the input data for the data inference job, including data S3 location parameters.

$sel:status:DataIngestionJobSummary', dataIngestionJobSummary_status - Indicates the status of the data ingestion job.

$sel:datasetArn:DataIngestionJobSummary', dataIngestionJobSummary_datasetArn - The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.

$sel:jobId:DataIngestionJobSummary', dataIngestionJobSummary_jobId - Indicates the job ID of the data ingestion job.

$sel:datasetName:DataIngestionJobSummary', dataIngestionJobSummary_datasetName - The name of the dataset used for the data ingestion job.

dataIngestionJobSummary_ingestionInputConfiguration :: Lens' DataIngestionJobSummary (Maybe IngestionInputConfiguration) Source #

Specifies information for the input data for the data inference job, including data S3 location parameters.

dataIngestionJobSummary_datasetArn :: Lens' DataIngestionJobSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.

dataIngestionJobSummary_jobId :: Lens' DataIngestionJobSummary (Maybe Text) Source #

Indicates the job ID of the data ingestion job.

dataIngestionJobSummary_datasetName :: Lens' DataIngestionJobSummary (Maybe Text) Source #

The name of the dataset used for the data ingestion job.

DataPreProcessingConfiguration

data DataPreProcessingConfiguration Source #

The configuration is the TargetSamplingRate, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the TargetSamplingRate is 1 minute.

When providing a value for the TargetSamplingRate, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H

See: newDataPreProcessingConfiguration smart constructor.

Constructors

DataPreProcessingConfiguration' 

Fields

  • targetSamplingRate :: Maybe TargetSamplingRate

    The sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the TargetSamplingRate is 1 minute.

    When providing a value for the TargetSamplingRate, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H

Instances

Instances details
Eq DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Read DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Show DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Generic DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Associated Types

type Rep DataPreProcessingConfiguration :: Type -> Type #

NFData DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Hashable DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

ToJSON DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

FromJSON DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

type Rep DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

type Rep DataPreProcessingConfiguration = D1 ('MetaData "DataPreProcessingConfiguration" "Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DataPreProcessingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetSamplingRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetSamplingRate))))

newDataPreProcessingConfiguration :: DataPreProcessingConfiguration Source #

Create a value of DataPreProcessingConfiguration 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:targetSamplingRate:DataPreProcessingConfiguration', dataPreProcessingConfiguration_targetSamplingRate - The sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the TargetSamplingRate is 1 minute.

When providing a value for the TargetSamplingRate, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H

dataPreProcessingConfiguration_targetSamplingRate :: Lens' DataPreProcessingConfiguration (Maybe TargetSamplingRate) Source #

The sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the TargetSamplingRate is 1 minute.

When providing a value for the TargetSamplingRate, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H

DatasetSchema

data DatasetSchema Source #

Provides information about the data schema used with the given dataset.

See: newDatasetSchema smart constructor.

Constructors

DatasetSchema' 

Instances

Instances details
Eq DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Read DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Show DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Generic DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Associated Types

type Rep DatasetSchema :: Type -> Type #

NFData DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Methods

rnf :: DatasetSchema -> () #

Hashable DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

ToJSON DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

type Rep DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

type Rep DatasetSchema = D1 ('MetaData "DatasetSchema" "Amazonka.LookoutEquipment.Types.DatasetSchema" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DatasetSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inlineDataSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDatasetSchema :: DatasetSchema Source #

Create a value of DatasetSchema 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:inlineDataSchema:DatasetSchema', datasetSchema_inlineDataSchema -

DatasetSummary

data DatasetSummary Source #

Contains information about the specific data set, including name, ARN, and status.

See: newDatasetSummary smart constructor.

Constructors

DatasetSummary' 

Fields

Instances

Instances details
Eq DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Read DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Show DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Generic DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Associated Types

type Rep DatasetSummary :: Type -> Type #

NFData DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Methods

rnf :: DatasetSummary -> () #

Hashable DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

FromJSON DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

type Rep DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

type Rep DatasetSummary = D1 ('MetaData "DatasetSummary" "Amazonka.LookoutEquipment.Types.DatasetSummary" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DatasetSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus)) :*: S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDatasetSummary :: DatasetSummary Source #

Create a value of DatasetSummary 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:status:DatasetSummary', datasetSummary_status - Indicates the status of the dataset.

$sel:datasetArn:DatasetSummary', datasetSummary_datasetArn - The Amazon Resource Name (ARN) of the specified dataset.

$sel:createdAt:DatasetSummary', datasetSummary_createdAt - The time at which the dataset was created in Amazon Lookout for Equipment.

$sel:datasetName:DatasetSummary', datasetSummary_datasetName - The name of the dataset.

datasetSummary_status :: Lens' DatasetSummary (Maybe DatasetStatus) Source #

Indicates the status of the dataset.

datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the specified dataset.

datasetSummary_createdAt :: Lens' DatasetSummary (Maybe UTCTime) Source #

The time at which the dataset was created in Amazon Lookout for Equipment.

InferenceExecutionSummary

data InferenceExecutionSummary Source #

Contains information about the specific inference execution, including input and output data configuration, inference scheduling information, status, and so on.

See: newInferenceExecutionSummary smart constructor.

Constructors

InferenceExecutionSummary' 

Fields

Instances

Instances details
Eq InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Read InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Show InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Generic InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Associated Types

type Rep InferenceExecutionSummary :: Type -> Type #

NFData InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Hashable InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

FromJSON InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

type Rep InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

type Rep InferenceExecutionSummary = D1 ('MetaData "InferenceExecutionSummary" "Amazonka.LookoutEquipment.Types.InferenceExecutionSummary" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "InferenceExecutionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceExecutionStatus)) :*: (S1 ('MetaSel ('Just "failedReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "dataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerResultObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Object))))) :*: ((S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataOutputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceOutputConfiguration)))) :*: (S1 ('MetaSel ('Just "dataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceInputConfiguration)))))))

newInferenceExecutionSummary :: InferenceExecutionSummary Source #

Create a value of InferenceExecutionSummary 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:status:InferenceExecutionSummary', inferenceExecutionSummary_status - Indicates the status of the inference execution.

$sel:failedReason:InferenceExecutionSummary', inferenceExecutionSummary_failedReason - Specifies the reason for failure when an inference execution has failed.

$sel:modelArn:InferenceExecutionSummary', inferenceExecutionSummary_modelArn - The Amazon Resource Name (ARN) of the ML model used for the inference execution.

$sel:dataStartTime:InferenceExecutionSummary', inferenceExecutionSummary_dataStartTime - Indicates the time reference in the dataset at which the inference execution began.

$sel:modelName:InferenceExecutionSummary', inferenceExecutionSummary_modelName - The name of the ML model being used for the inference execution.

$sel:customerResultObject:InferenceExecutionSummary', inferenceExecutionSummary_customerResultObject -

$sel:inferenceSchedulerArn:InferenceExecutionSummary', inferenceExecutionSummary_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.

$sel:scheduledStartTime:InferenceExecutionSummary', inferenceExecutionSummary_scheduledStartTime - Indicates the start time at which the inference scheduler began the specific inference execution.

$sel:dataOutputConfiguration:InferenceExecutionSummary', inferenceExecutionSummary_dataOutputConfiguration - Specifies configuration information for the output results from for the inference execution, including the output S3 location.

$sel:dataEndTime:InferenceExecutionSummary', inferenceExecutionSummary_dataEndTime - Indicates the time reference in the dataset at which the inference execution stopped.

$sel:inferenceSchedulerName:InferenceExecutionSummary', inferenceExecutionSummary_inferenceSchedulerName - The name of the inference scheduler being used for the inference execution.

$sel:dataInputConfiguration:InferenceExecutionSummary', inferenceExecutionSummary_dataInputConfiguration - Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.

inferenceExecutionSummary_failedReason :: Lens' InferenceExecutionSummary (Maybe Text) Source #

Specifies the reason for failure when an inference execution has failed.

inferenceExecutionSummary_modelArn :: Lens' InferenceExecutionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the ML model used for the inference execution.

inferenceExecutionSummary_dataStartTime :: Lens' InferenceExecutionSummary (Maybe UTCTime) Source #

Indicates the time reference in the dataset at which the inference execution began.

inferenceExecutionSummary_modelName :: Lens' InferenceExecutionSummary (Maybe Text) Source #

The name of the ML model being used for the inference execution.

inferenceExecutionSummary_inferenceSchedulerArn :: Lens' InferenceExecutionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.

inferenceExecutionSummary_scheduledStartTime :: Lens' InferenceExecutionSummary (Maybe UTCTime) Source #

Indicates the start time at which the inference scheduler began the specific inference execution.

inferenceExecutionSummary_dataOutputConfiguration :: Lens' InferenceExecutionSummary (Maybe InferenceOutputConfiguration) Source #

Specifies configuration information for the output results from for the inference execution, including the output S3 location.

inferenceExecutionSummary_dataEndTime :: Lens' InferenceExecutionSummary (Maybe UTCTime) Source #

Indicates the time reference in the dataset at which the inference execution stopped.

inferenceExecutionSummary_inferenceSchedulerName :: Lens' InferenceExecutionSummary (Maybe Text) Source #

The name of the inference scheduler being used for the inference execution.

inferenceExecutionSummary_dataInputConfiguration :: Lens' InferenceExecutionSummary (Maybe InferenceInputConfiguration) Source #

Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.

InferenceInputConfiguration

data InferenceInputConfiguration Source #

Specifies configuration information for the input data for the inference, including S3 location of input data..

See: newInferenceInputConfiguration smart constructor.

Constructors

InferenceInputConfiguration' 

Fields

Instances

Instances details
Eq InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Read InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Show InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Generic InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Associated Types

type Rep InferenceInputConfiguration :: Type -> Type #

NFData InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Hashable InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

ToJSON InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

FromJSON InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

type Rep InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

type Rep InferenceInputConfiguration = D1 ('MetaData "InferenceInputConfiguration" "Amazonka.LookoutEquipment.Types.InferenceInputConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "InferenceInputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputTimeZoneOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3InputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceS3InputConfiguration)) :*: S1 ('MetaSel ('Just "inferenceInputNameConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceInputNameConfiguration)))))

newInferenceInputConfiguration :: InferenceInputConfiguration Source #

Create a value of InferenceInputConfiguration 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:inputTimeZoneOffset:InferenceInputConfiguration', inferenceInputConfiguration_inputTimeZoneOffset - Indicates the difference between your time zone and Greenwich Mean Time (GMT).

$sel:s3InputConfiguration:InferenceInputConfiguration', inferenceInputConfiguration_s3InputConfiguration - Specifies configuration information for the input data for the inference, including S3 location of input data..

$sel:inferenceInputNameConfiguration:InferenceInputConfiguration', inferenceInputConfiguration_inferenceInputNameConfiguration - Specifies configuration information for the input data for the inference, including timestamp format and delimiter.

inferenceInputConfiguration_inputTimeZoneOffset :: Lens' InferenceInputConfiguration (Maybe Text) Source #

Indicates the difference between your time zone and Greenwich Mean Time (GMT).

inferenceInputConfiguration_s3InputConfiguration :: Lens' InferenceInputConfiguration (Maybe InferenceS3InputConfiguration) Source #

Specifies configuration information for the input data for the inference, including S3 location of input data..

inferenceInputConfiguration_inferenceInputNameConfiguration :: Lens' InferenceInputConfiguration (Maybe InferenceInputNameConfiguration) Source #

Specifies configuration information for the input data for the inference, including timestamp format and delimiter.

InferenceInputNameConfiguration

data InferenceInputNameConfiguration Source #

Specifies configuration information for the input data for the inference, including timestamp format and delimiter.

See: newInferenceInputNameConfiguration smart constructor.

Constructors

InferenceInputNameConfiguration' 

Fields

Instances

Instances details
Eq InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Read InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Show InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Generic InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Associated Types

type Rep InferenceInputNameConfiguration :: Type -> Type #

NFData InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Hashable InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

ToJSON InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

FromJSON InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

type Rep InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

type Rep InferenceInputNameConfiguration = D1 ('MetaData "InferenceInputNameConfiguration" "Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "InferenceInputNameConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timestampFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentTimestampDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInferenceInputNameConfiguration :: InferenceInputNameConfiguration Source #

Create a value of InferenceInputNameConfiguration 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:timestampFormat:InferenceInputNameConfiguration', inferenceInputNameConfiguration_timestampFormat - The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).

$sel:componentTimestampDelimiter:InferenceInputNameConfiguration', inferenceInputNameConfiguration_componentTimestampDelimiter - Indicates the delimiter character used between items in the data.

inferenceInputNameConfiguration_timestampFormat :: Lens' InferenceInputNameConfiguration (Maybe Text) Source #

The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).

inferenceInputNameConfiguration_componentTimestampDelimiter :: Lens' InferenceInputNameConfiguration (Maybe Text) Source #

Indicates the delimiter character used between items in the data.

InferenceOutputConfiguration

data InferenceOutputConfiguration Source #

Specifies configuration information for the output results from for the inference, including KMS key ID and output S3 location.

See: newInferenceOutputConfiguration smart constructor.

Constructors

InferenceOutputConfiguration' 

Fields

Instances

Instances details
Eq InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Read InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Show InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Generic InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Associated Types

type Rep InferenceOutputConfiguration :: Type -> Type #

NFData InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Hashable InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

ToJSON InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

FromJSON InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

type Rep InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

type Rep InferenceOutputConfiguration = D1 ('MetaData "InferenceOutputConfiguration" "Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "InferenceOutputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InferenceS3OutputConfiguration)))

newInferenceOutputConfiguration Source #

Create a value of InferenceOutputConfiguration 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:kmsKeyId:InferenceOutputConfiguration', inferenceOutputConfiguration_kmsKeyId - The ID number for the AWS KMS key used to encrypt the inference output.

$sel:s3OutputConfiguration:InferenceOutputConfiguration', inferenceOutputConfiguration_s3OutputConfiguration - Specifies configuration information for the output results from for the inference, output S3 location.

inferenceOutputConfiguration_kmsKeyId :: Lens' InferenceOutputConfiguration (Maybe Text) Source #

The ID number for the AWS KMS key used to encrypt the inference output.

inferenceOutputConfiguration_s3OutputConfiguration :: Lens' InferenceOutputConfiguration InferenceS3OutputConfiguration Source #

Specifies configuration information for the output results from for the inference, output S3 location.

InferenceS3InputConfiguration

data InferenceS3InputConfiguration Source #

Specifies configuration information for the input data for the inference, including input data S3 location.

See: newInferenceS3InputConfiguration smart constructor.

Constructors

InferenceS3InputConfiguration' 

Fields

  • prefix :: Maybe Text

    The prefix for the S3 bucket used for the input data for the inference.

  • bucket :: Text

    The bucket containing the input dataset for the inference.

Instances

Instances details
Eq InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Read InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Show InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Generic InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Associated Types

type Rep InferenceS3InputConfiguration :: Type -> Type #

NFData InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Hashable InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

ToJSON InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

FromJSON InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

type Rep InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

type Rep InferenceS3InputConfiguration = D1 ('MetaData "InferenceS3InputConfiguration" "Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "InferenceS3InputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInferenceS3InputConfiguration Source #

Create a value of InferenceS3InputConfiguration 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:prefix:InferenceS3InputConfiguration', inferenceS3InputConfiguration_prefix - The prefix for the S3 bucket used for the input data for the inference.

$sel:bucket:InferenceS3InputConfiguration', inferenceS3InputConfiguration_bucket - The bucket containing the input dataset for the inference.

inferenceS3InputConfiguration_prefix :: Lens' InferenceS3InputConfiguration (Maybe Text) Source #

The prefix for the S3 bucket used for the input data for the inference.

inferenceS3InputConfiguration_bucket :: Lens' InferenceS3InputConfiguration Text Source #

The bucket containing the input dataset for the inference.

InferenceS3OutputConfiguration

data InferenceS3OutputConfiguration Source #

Specifies configuration information for the output results from the inference, including output S3 location.

See: newInferenceS3OutputConfiguration smart constructor.

Constructors

InferenceS3OutputConfiguration' 

Fields

  • prefix :: Maybe Text

    The prefix for the S3 bucket used for the output results from the inference.

  • bucket :: Text

    The bucket containing the output results from the inference

Instances

Instances details
Eq InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Read InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Show InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Generic InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Associated Types

type Rep InferenceS3OutputConfiguration :: Type -> Type #

NFData InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Hashable InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

ToJSON InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

FromJSON InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

type Rep InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

type Rep InferenceS3OutputConfiguration = D1 ('MetaData "InferenceS3OutputConfiguration" "Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "InferenceS3OutputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInferenceS3OutputConfiguration Source #

Create a value of InferenceS3OutputConfiguration 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:prefix:InferenceS3OutputConfiguration', inferenceS3OutputConfiguration_prefix - The prefix for the S3 bucket used for the output results from the inference.

$sel:bucket:InferenceS3OutputConfiguration', inferenceS3OutputConfiguration_bucket - The bucket containing the output results from the inference

inferenceS3OutputConfiguration_prefix :: Lens' InferenceS3OutputConfiguration (Maybe Text) Source #

The prefix for the S3 bucket used for the output results from the inference.

inferenceS3OutputConfiguration_bucket :: Lens' InferenceS3OutputConfiguration Text Source #

The bucket containing the output results from the inference

InferenceSchedulerSummary

data InferenceSchedulerSummary Source #

Contains information about the specific inference scheduler, including data delay offset, model name and ARN, status, and so on.

See: newInferenceSchedulerSummary smart constructor.

Constructors

InferenceSchedulerSummary' 

Fields

  • status :: Maybe InferenceSchedulerStatus

    Indicates the status of the inference scheduler.

  • dataUploadFrequency :: Maybe DataUploadFrequency

    How often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes.

  • dataDelayOffsetInMinutes :: Maybe Natural

    A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.

  • modelArn :: Maybe Text

    The Amazon Resource Name (ARN) of the ML model used by the inference scheduler.

  • modelName :: Maybe Text

    The name of the ML model used for the inference scheduler.

  • inferenceSchedulerArn :: Maybe Text

    The Amazon Resource Name (ARN) of the inference scheduler.

  • inferenceSchedulerName :: Maybe Text

    The name of the inference scheduler.

Instances

Instances details
Eq InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Read InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Show InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Generic InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Associated Types

type Rep InferenceSchedulerSummary :: Type -> Type #

NFData InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Hashable InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

FromJSON InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

type Rep InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

type Rep InferenceSchedulerSummary = D1 ('MetaData "InferenceSchedulerSummary" "Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "InferenceSchedulerSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus)) :*: (S1 ('MetaSel ('Just "dataUploadFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataUploadFrequency)) :*: S1 ('MetaSel ('Just "dataDelayOffsetInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newInferenceSchedulerSummary :: InferenceSchedulerSummary Source #

Create a value of InferenceSchedulerSummary 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:status:InferenceSchedulerSummary', inferenceSchedulerSummary_status - Indicates the status of the inference scheduler.

$sel:dataUploadFrequency:InferenceSchedulerSummary', inferenceSchedulerSummary_dataUploadFrequency - How often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes.

$sel:dataDelayOffsetInMinutes:InferenceSchedulerSummary', inferenceSchedulerSummary_dataDelayOffsetInMinutes - A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.

$sel:modelArn:InferenceSchedulerSummary', inferenceSchedulerSummary_modelArn - The Amazon Resource Name (ARN) of the ML model used by the inference scheduler.

$sel:modelName:InferenceSchedulerSummary', inferenceSchedulerSummary_modelName - The name of the ML model used for the inference scheduler.

$sel:inferenceSchedulerArn:InferenceSchedulerSummary', inferenceSchedulerSummary_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler.

$sel:inferenceSchedulerName:InferenceSchedulerSummary', inferenceSchedulerSummary_inferenceSchedulerName - The name of the inference scheduler.

inferenceSchedulerSummary_dataUploadFrequency :: Lens' InferenceSchedulerSummary (Maybe DataUploadFrequency) Source #

How often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes.

inferenceSchedulerSummary_dataDelayOffsetInMinutes :: Lens' InferenceSchedulerSummary (Maybe Natural) Source #

A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.

inferenceSchedulerSummary_modelArn :: Lens' InferenceSchedulerSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the ML model used by the inference scheduler.

inferenceSchedulerSummary_modelName :: Lens' InferenceSchedulerSummary (Maybe Text) Source #

The name of the ML model used for the inference scheduler.

inferenceSchedulerSummary_inferenceSchedulerArn :: Lens' InferenceSchedulerSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the inference scheduler.

IngestionInputConfiguration

data IngestionInputConfiguration Source #

Specifies configuration information for the input data for the data ingestion job, including input data S3 location.

See: newIngestionInputConfiguration smart constructor.

Constructors

IngestionInputConfiguration' 

Fields

Instances

Instances details
Eq IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Read IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Show IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Generic IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Associated Types

type Rep IngestionInputConfiguration :: Type -> Type #

NFData IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Hashable IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

ToJSON IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

FromJSON IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

type Rep IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

type Rep IngestionInputConfiguration = D1 ('MetaData "IngestionInputConfiguration" "Amazonka.LookoutEquipment.Types.IngestionInputConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "IngestionInputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3InputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IngestionS3InputConfiguration)))

newIngestionInputConfiguration Source #

Create a value of IngestionInputConfiguration 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:s3InputConfiguration:IngestionInputConfiguration', ingestionInputConfiguration_s3InputConfiguration - The location information for the S3 bucket used for input data for the data ingestion.

ingestionInputConfiguration_s3InputConfiguration :: Lens' IngestionInputConfiguration IngestionS3InputConfiguration Source #

The location information for the S3 bucket used for input data for the data ingestion.

IngestionS3InputConfiguration

data IngestionS3InputConfiguration Source #

Specifies S3 configuration information for the input data for the data ingestion job.

See: newIngestionS3InputConfiguration smart constructor.

Constructors

IngestionS3InputConfiguration' 

Fields

  • prefix :: Maybe Text

    The prefix for the S3 location being used for the input data for the data ingestion.

  • bucket :: Text

    The name of the S3 bucket used for the input data for the data ingestion.

Instances

Instances details
Eq IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Read IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Show IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Generic IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Associated Types

type Rep IngestionS3InputConfiguration :: Type -> Type #

NFData IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Hashable IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

ToJSON IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

FromJSON IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

type Rep IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

type Rep IngestionS3InputConfiguration = D1 ('MetaData "IngestionS3InputConfiguration" "Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "IngestionS3InputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIngestionS3InputConfiguration Source #

Create a value of IngestionS3InputConfiguration 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:prefix:IngestionS3InputConfiguration', ingestionS3InputConfiguration_prefix - The prefix for the S3 location being used for the input data for the data ingestion.

$sel:bucket:IngestionS3InputConfiguration', ingestionS3InputConfiguration_bucket - The name of the S3 bucket used for the input data for the data ingestion.

ingestionS3InputConfiguration_prefix :: Lens' IngestionS3InputConfiguration (Maybe Text) Source #

The prefix for the S3 location being used for the input data for the data ingestion.

ingestionS3InputConfiguration_bucket :: Lens' IngestionS3InputConfiguration Text Source #

The name of the S3 bucket used for the input data for the data ingestion.

LabelsInputConfiguration

data LabelsInputConfiguration Source #

Contains the configuration information for the S3 location being used to hold label data.

See: newLabelsInputConfiguration smart constructor.

Constructors

LabelsInputConfiguration' 

Fields

Instances

Instances details
Eq LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Read LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Show LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Generic LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Associated Types

type Rep LabelsInputConfiguration :: Type -> Type #

NFData LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Hashable LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

ToJSON LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

FromJSON LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

type Rep LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

type Rep LabelsInputConfiguration = D1 ('MetaData "LabelsInputConfiguration" "Amazonka.LookoutEquipment.Types.LabelsInputConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "LabelsInputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3InputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelsS3InputConfiguration)))

newLabelsInputConfiguration Source #

Create a value of LabelsInputConfiguration 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:s3InputConfiguration:LabelsInputConfiguration', labelsInputConfiguration_s3InputConfiguration - Contains location information for the S3 location being used for label data.

labelsInputConfiguration_s3InputConfiguration :: Lens' LabelsInputConfiguration LabelsS3InputConfiguration Source #

Contains location information for the S3 location being used for label data.

LabelsS3InputConfiguration

data LabelsS3InputConfiguration Source #

The location information (prefix and bucket name) for the s3 location being used for label data.

See: newLabelsS3InputConfiguration smart constructor.

Constructors

LabelsS3InputConfiguration' 

Fields

  • prefix :: Maybe Text

    The prefix for the S3 bucket used for the label data.

  • bucket :: Text

    The name of the S3 bucket holding the label data.

Instances

Instances details
Eq LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Read LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Show LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Generic LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Associated Types

type Rep LabelsS3InputConfiguration :: Type -> Type #

NFData LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Hashable LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

ToJSON LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

FromJSON LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

type Rep LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

type Rep LabelsS3InputConfiguration = D1 ('MetaData "LabelsS3InputConfiguration" "Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "LabelsS3InputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelsS3InputConfiguration Source #

Create a value of LabelsS3InputConfiguration 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:prefix:LabelsS3InputConfiguration', labelsS3InputConfiguration_prefix - The prefix for the S3 bucket used for the label data.

$sel:bucket:LabelsS3InputConfiguration', labelsS3InputConfiguration_bucket - The name of the S3 bucket holding the label data.

labelsS3InputConfiguration_prefix :: Lens' LabelsS3InputConfiguration (Maybe Text) Source #

The prefix for the S3 bucket used for the label data.

labelsS3InputConfiguration_bucket :: Lens' LabelsS3InputConfiguration Text Source #

The name of the S3 bucket holding the label data.

ModelSummary

data ModelSummary Source #

Provides information about the specified ML model, including dataset and model names and ARNs, as well as status.

See: newModelSummary smart constructor.

Constructors

ModelSummary' 

Fields

Instances

Instances details
Eq ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Read ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Show ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Generic ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Associated Types

type Rep ModelSummary :: Type -> Type #

NFData ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Methods

rnf :: ModelSummary -> () #

Hashable ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

FromJSON ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

type Rep ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

type Rep ModelSummary = D1 ('MetaData "ModelSummary" "Amazonka.LookoutEquipment.Types.ModelSummary" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ModelSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newModelSummary :: ModelSummary Source #

Create a value of ModelSummary 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:status:ModelSummary', modelSummary_status - Indicates the status of the ML model.

$sel:datasetArn:ModelSummary', modelSummary_datasetArn - The Amazon Resource Name (ARN) of the dataset used to create the model.

$sel:modelArn:ModelSummary', modelSummary_modelArn - The Amazon Resource Name (ARN) of the ML model.

$sel:createdAt:ModelSummary', modelSummary_createdAt - The time at which the specific model was created.

$sel:modelName:ModelSummary', modelSummary_modelName - The name of the ML model.

$sel:datasetName:ModelSummary', modelSummary_datasetName - The name of the dataset being used for the ML model.

modelSummary_status :: Lens' ModelSummary (Maybe ModelStatus) Source #

Indicates the status of the ML model.

modelSummary_datasetArn :: Lens' ModelSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset used to create the model.

modelSummary_modelArn :: Lens' ModelSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the ML model.

modelSummary_createdAt :: Lens' ModelSummary (Maybe UTCTime) Source #

The time at which the specific model was created.

modelSummary_datasetName :: Lens' ModelSummary (Maybe Text) Source #

The name of the dataset being used for the ML model.

S3Object

data S3Object Source #

Contains information about an S3 bucket.

See: newS3Object smart constructor.

Constructors

S3Object' 

Fields

  • bucket :: Text

    The name of the specific S3 bucket.

  • key :: Text

    The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.

Instances

Instances details
Eq S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Read S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Show S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Generic S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Associated Types

type Rep S3Object :: Type -> Type #

Methods

from :: S3Object -> Rep S3Object x #

to :: Rep S3Object x -> S3Object #

NFData S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Methods

rnf :: S3Object -> () #

Hashable S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Methods

hashWithSalt :: Int -> S3Object -> Int #

hash :: S3Object -> Int #

FromJSON S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

type Rep S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

type Rep S3Object = D1 ('MetaData "S3Object" "Amazonka.LookoutEquipment.Types.S3Object" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "S3Object'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Object Source #

Create a value of S3Object 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:bucket:S3Object', s3Object_bucket - The name of the specific S3 bucket.

$sel:key:S3Object', s3Object_key - The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.

s3Object_bucket :: Lens' S3Object Text Source #

The name of the specific S3 bucket.

s3Object_key :: Lens' S3Object Text Source #

The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.

Tag

data Tag Source #

A tag is a key-value pair that can be added to a resource as metadata.

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • key :: Text

    The key for the specified tag.

  • value :: Text

    The value for the specified tag.

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.LookoutEquipment.Types.Tag" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The key for the specified tag.

$sel:value:Tag', tag_value - The value for the specified tag.

tag_key :: Lens' Tag Text Source #

The key for the specified tag.

tag_value :: Lens' Tag Text Source #

The value for the specified tag.