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

Amazonka.LookoutEquipment

Contents

Description

Derived from API version 2020-12-15 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in machines from sensor data for use in predictive maintenance.

Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by LookoutEquipment.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

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

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

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

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

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

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

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

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

Resource limitations have been exceeded.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The request was denied due to request throttling.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

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

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CreateDataset

data CreateDataset Source #

See: newCreateDataset smart constructor.

Instances

Instances details
ToJSON CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

ToHeaders CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

ToPath CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

ToQuery CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

AWSRequest CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Associated Types

type AWSResponse CreateDataset #

Generic CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Associated Types

type Rep CreateDataset :: Type -> Type #

Read CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Show CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

NFData CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Methods

rnf :: CreateDataset -> () #

Eq CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Hashable CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

type AWSResponse CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

type Rep CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

type Rep CreateDataset = D1 ('MetaData "CreateDataset" "Amazonka.LookoutEquipment.CreateDataset" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CreateDataset'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetSchema)) :*: S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateDataset Source #

Create a value of CreateDataset 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:datasetSchema:CreateDataset', createDataset_datasetSchema - A JSON description of the data that is in each time series dataset, including names, column names, and data types.

$sel:serverSideKmsKeyId:CreateDataset', createDataset_serverSideKmsKeyId - Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.

$sel:tags:CreateDataset', createDataset_tags - Any tags associated with the ingested data described in the dataset.

CreateDataset, createDataset_datasetName - The name of the dataset being created.

$sel:clientToken:CreateDataset', createDataset_clientToken - A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

data CreateDatasetResponse Source #

See: newCreateDatasetResponse smart constructor.

Instances

Instances details
Generic CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Associated Types

type Rep CreateDatasetResponse :: Type -> Type #

Read CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Show CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

NFData CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Methods

rnf :: CreateDatasetResponse -> () #

Eq CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

type Rep CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

type Rep CreateDatasetResponse = D1 ('MetaData "CreateDatasetResponse" "Amazonka.LookoutEquipment.CreateDataset" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CreateDatasetResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateDatasetResponse Source #

Create a value of CreateDatasetResponse 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:

CreateDatasetResponse, createDatasetResponse_datasetArn - The Amazon Resource Name (ARN) of the dataset being created.

CreateDataset, createDatasetResponse_datasetName - The name of the dataset being created.

CreateDatasetResponse, createDatasetResponse_status - Indicates the status of the CreateDataset operation.

$sel:httpStatus:CreateDatasetResponse', createDatasetResponse_httpStatus - The response's http status code.

CreateInferenceScheduler

data CreateInferenceScheduler Source #

See: newCreateInferenceScheduler smart constructor.

Instances

Instances details
ToJSON CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

ToHeaders CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

ToPath CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

ToQuery CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

AWSRequest CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Generic CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Associated Types

type Rep CreateInferenceScheduler :: Type -> Type #

Read CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Show CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

NFData CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Eq CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Hashable CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

type AWSResponse CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

type Rep CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

type Rep CreateInferenceScheduler = D1 ('MetaData "CreateInferenceScheduler" "Amazonka.LookoutEquipment.CreateInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CreateInferenceScheduler'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataDelayOffsetInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "dataUploadFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataUploadFrequency) :*: S1 ('MetaSel ('Just "dataInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InferenceInputConfiguration)) :*: (S1 ('MetaSel ('Just "dataOutputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InferenceOutputConfiguration) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateInferenceScheduler Source #

Create a value of CreateInferenceScheduler 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:

CreateInferenceScheduler, createInferenceScheduler_dataDelayOffsetInMinutes - The interval (in minutes) of planned delay at the start of each inference segment. For example, if inference is set to run every ten minutes, the delay is set to five minutes and the time is 09:08. The inference scheduler will wake up at the configured interval (which, without a delay configured, would be 09:10) plus the additional five minute delay time (so 09:15) to check your Amazon S3 bucket. The delay provides a buffer for you to upload data at the same frequency, so that you don't have to stop and restart the scheduler when uploading new data.

For more information, see Understanding the inference process.

$sel:serverSideKmsKeyId:CreateInferenceScheduler', createInferenceScheduler_serverSideKmsKeyId - Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment.

$sel:tags:CreateInferenceScheduler', createInferenceScheduler_tags - Any tags associated with the inference scheduler.

CreateInferenceScheduler, createInferenceScheduler_modelName - The name of the previously trained ML model being used to create the inference scheduler.

CreateInferenceScheduler, createInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler being created.

CreateInferenceScheduler, createInferenceScheduler_dataUploadFrequency - How often data is uploaded to the source Amazon S3 bucket for the input data. The value chosen 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 runs inference on your data.

For more information, see Understanding the inference process.

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

CreateInferenceScheduler, createInferenceScheduler_dataOutputConfiguration - Specifies configuration information for the output results for the inference scheduler, including the S3 location for the output.

$sel:roleArn:CreateInferenceScheduler', createInferenceScheduler_roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.

$sel:clientToken:CreateInferenceScheduler', createInferenceScheduler_clientToken - A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

data CreateInferenceSchedulerResponse Source #

See: newCreateInferenceSchedulerResponse smart constructor.

Instances

Instances details
Generic CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Associated Types

type Rep CreateInferenceSchedulerResponse :: Type -> Type #

Read CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Show CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

NFData CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Eq CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

type Rep CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

type Rep CreateInferenceSchedulerResponse = D1 ('MetaData "CreateInferenceSchedulerResponse" "Amazonka.LookoutEquipment.CreateInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CreateInferenceSchedulerResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateInferenceSchedulerResponse Source #

Create a value of CreateInferenceSchedulerResponse 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:

CreateInferenceSchedulerResponse, createInferenceSchedulerResponse_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being created.

CreateInferenceScheduler, createInferenceSchedulerResponse_inferenceSchedulerName - The name of inference scheduler being created.

CreateInferenceSchedulerResponse, createInferenceSchedulerResponse_status - Indicates the status of the CreateInferenceScheduler operation.

$sel:httpStatus:CreateInferenceSchedulerResponse', createInferenceSchedulerResponse_httpStatus - The response's http status code.

CreateLabel

data CreateLabel Source #

See: newCreateLabel smart constructor.

Instances

Instances details
ToJSON CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

ToHeaders CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

Methods

toHeaders :: CreateLabel -> [Header] #

ToPath CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

ToQuery CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

AWSRequest CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

Associated Types

type AWSResponse CreateLabel #

Generic CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

Associated Types

type Rep CreateLabel :: Type -> Type #

Read CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

Show CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

NFData CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

Methods

rnf :: CreateLabel -> () #

Eq CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

Hashable CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

type AWSResponse CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

type Rep CreateLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

newCreateLabel Source #

Create a value of CreateLabel 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:

CreateLabel, createLabel_equipment - Indicates that a label pertains to a particular piece of equipment.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

CreateLabel, createLabel_faultCode - Provides additional information about the label. The fault code must be defined in the FaultCodes attribute of the label group.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

$sel:notes:CreateLabel', createLabel_notes - Metadata providing additional information about the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

CreateLabel, createLabel_labelGroupName - The name of a group of labels.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

CreateLabel, createLabel_startTime - The start time of the labeled event.

CreateLabel, createLabel_endTime - The end time of the labeled event.

CreateLabel, createLabel_rating - Indicates whether a labeled event represents an anomaly.

$sel:clientToken:CreateLabel', createLabel_clientToken - A unique identifier for the request to create a label. If you do not set the client request token, Lookout for Equipment generates one.

data CreateLabelResponse Source #

See: newCreateLabelResponse smart constructor.

Instances

Instances details
Generic CreateLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

Associated Types

type Rep CreateLabelResponse :: Type -> Type #

Read CreateLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

Show CreateLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

NFData CreateLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

Methods

rnf :: CreateLabelResponse -> () #

Eq CreateLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

type Rep CreateLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabel

type Rep CreateLabelResponse = D1 ('MetaData "CreateLabelResponse" "Amazonka.LookoutEquipment.CreateLabel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CreateLabelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateLabelResponse Source #

Create a value of CreateLabelResponse 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:

CreateLabelResponse, createLabelResponse_labelId - The ID of the label that you have created.

$sel:httpStatus:CreateLabelResponse', createLabelResponse_httpStatus - The response's http status code.

CreateLabelGroup

data CreateLabelGroup Source #

See: newCreateLabelGroup smart constructor.

Constructors

CreateLabelGroup' (Maybe [Text]) (Maybe [Tag]) Text Text 

Instances

Instances details
ToJSON CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

ToHeaders CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

ToPath CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

ToQuery CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

AWSRequest CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

Associated Types

type AWSResponse CreateLabelGroup #

Generic CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

Associated Types

type Rep CreateLabelGroup :: Type -> Type #

Read CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

Show CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

NFData CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

Methods

rnf :: CreateLabelGroup -> () #

Eq CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

Hashable CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

type AWSResponse CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

type Rep CreateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

type Rep CreateLabelGroup = D1 ('MetaData "CreateLabelGroup" "Amazonka.LookoutEquipment.CreateLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CreateLabelGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "faultCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateLabelGroup Source #

Create a value of CreateLabelGroup 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:faultCodes:CreateLabelGroup', createLabelGroup_faultCodes - The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

$sel:tags:CreateLabelGroup', createLabelGroup_tags - Tags that provide metadata about the label group you are creating.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

CreateLabelGroup, createLabelGroup_labelGroupName - Names a group of labels.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

$sel:clientToken:CreateLabelGroup', createLabelGroup_clientToken - A unique identifier for the request to create a label group. If you do not set the client request token, Lookout for Equipment generates one.

data CreateLabelGroupResponse Source #

See: newCreateLabelGroupResponse smart constructor.

Instances

Instances details
Generic CreateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

Associated Types

type Rep CreateLabelGroupResponse :: Type -> Type #

Read CreateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

Show CreateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

NFData CreateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

Eq CreateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

type Rep CreateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateLabelGroup

type Rep CreateLabelGroupResponse = D1 ('MetaData "CreateLabelGroupResponse" "Amazonka.LookoutEquipment.CreateLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CreateLabelGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateLabelGroupResponse Source #

Create a value of CreateLabelGroupResponse 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:

CreateLabelGroupResponse, createLabelGroupResponse_labelGroupArn - The ARN of the label group that you have created.

CreateLabelGroup, createLabelGroupResponse_labelGroupName - The name of the label group that you have created. Data in this field will be retained for service usage. Follow best practices for the security of your data.

$sel:httpStatus:CreateLabelGroupResponse', createLabelGroupResponse_httpStatus - The response's http status code.

CreateModel

data CreateModel Source #

See: newCreateModel smart constructor.

Instances

Instances details
ToJSON CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

ToHeaders CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Methods

toHeaders :: CreateModel -> [Header] #

ToPath CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

ToQuery CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

AWSRequest CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Associated Types

type AWSResponse CreateModel #

Generic CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Associated Types

type Rep CreateModel :: Type -> Type #

Read CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Show CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

NFData CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Methods

rnf :: CreateModel -> () #

Eq CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Hashable CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

type AWSResponse CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

type Rep CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

type Rep CreateModel = D1 ('MetaData "CreateModel" "Amazonka.LookoutEquipment.CreateModel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CreateModel'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataPreProcessingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataPreProcessingConfiguration)) :*: (S1 ('MetaSel ('Just "datasetSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetSchema)) :*: S1 ('MetaSel ('Just "evaluationDataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "evaluationDataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "labelsInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelsInputConfiguration))) :*: (S1 ('MetaSel ('Just "offCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "trainingDataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "trainingDataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateModel Source #

Create a value of CreateModel 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:dataPreProcessingConfiguration:CreateModel', createModel_dataPreProcessingConfiguration - 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

$sel:datasetSchema:CreateModel', createModel_datasetSchema - The data schema for the ML model being created.

$sel:evaluationDataEndTime:CreateModel', createModel_evaluationDataEndTime - Indicates the time reference in the dataset that should be used to end the subset of evaluation data for the ML model.

$sel:evaluationDataStartTime:CreateModel', createModel_evaluationDataStartTime - Indicates the time reference in the dataset that should be used to begin the subset of evaluation data for the ML model.

$sel:labelsInputConfiguration:CreateModel', createModel_labelsInputConfiguration - The input configuration for the labels being used for the ML model that's being created.

$sel:offCondition:CreateModel', createModel_offCondition - Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.

$sel:roleArn:CreateModel', createModel_roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the ML model.

$sel:serverSideKmsKeyId:CreateModel', createModel_serverSideKmsKeyId - Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.

$sel:tags:CreateModel', createModel_tags - Any tags associated with the ML model being created.

$sel:trainingDataEndTime:CreateModel', createModel_trainingDataEndTime - Indicates the time reference in the dataset that should be used to end the subset of training data for the ML model.

$sel:trainingDataStartTime:CreateModel', createModel_trainingDataStartTime - Indicates the time reference in the dataset that should be used to begin the subset of training data for the ML model.

CreateModel, createModel_modelName - The name for the ML model to be created.

CreateModel, createModel_datasetName - The name of the dataset for the ML model being created.

$sel:clientToken:CreateModel', createModel_clientToken - A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

data CreateModelResponse Source #

See: newCreateModelResponse smart constructor.

Instances

Instances details
Generic CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Associated Types

type Rep CreateModelResponse :: Type -> Type #

Read CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Show CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

NFData CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Methods

rnf :: CreateModelResponse -> () #

Eq CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

type Rep CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

type Rep CreateModelResponse = D1 ('MetaData "CreateModelResponse" "Amazonka.LookoutEquipment.CreateModel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CreateModelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateModelResponse Source #

Create a value of CreateModelResponse 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:

CreateModelResponse, createModelResponse_modelArn - The Amazon Resource Name (ARN) of the model being created.

CreateModelResponse, createModelResponse_status - Indicates the status of the CreateModel operation.

$sel:httpStatus:CreateModelResponse', createModelResponse_httpStatus - The response's http status code.

DeleteDataset

data DeleteDataset Source #

See: newDeleteDataset smart constructor.

Constructors

DeleteDataset' Text 

Instances

Instances details
ToJSON DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

ToHeaders DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

ToPath DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

ToQuery DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

AWSRequest DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Associated Types

type AWSResponse DeleteDataset #

Generic DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Associated Types

type Rep DeleteDataset :: Type -> Type #

Read DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Show DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

NFData DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Methods

rnf :: DeleteDataset -> () #

Eq DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Hashable DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

type AWSResponse DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

type Rep DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

type Rep DeleteDataset = D1 ('MetaData "DeleteDataset" "Amazonka.LookoutEquipment.DeleteDataset" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDataset Source #

Create a value of DeleteDataset 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:

DeleteDataset, deleteDataset_datasetName - The name of the dataset to be deleted.

data DeleteDatasetResponse Source #

See: newDeleteDatasetResponse smart constructor.

Instances

Instances details
Generic DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Associated Types

type Rep DeleteDatasetResponse :: Type -> Type #

Read DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Show DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

NFData DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Methods

rnf :: DeleteDatasetResponse -> () #

Eq DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

type Rep DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

type Rep DeleteDatasetResponse = D1 ('MetaData "DeleteDatasetResponse" "Amazonka.LookoutEquipment.DeleteDataset" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteDatasetResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDatasetResponse :: DeleteDatasetResponse Source #

Create a value of DeleteDatasetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteInferenceScheduler

data DeleteInferenceScheduler Source #

See: newDeleteInferenceScheduler smart constructor.

Instances

Instances details
ToJSON DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

ToHeaders DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

ToPath DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

ToQuery DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

AWSRequest DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Generic DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Associated Types

type Rep DeleteInferenceScheduler :: Type -> Type #

Read DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Show DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

NFData DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Eq DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Hashable DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

type AWSResponse DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

type Rep DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

type Rep DeleteInferenceScheduler = D1 ('MetaData "DeleteInferenceScheduler" "Amazonka.LookoutEquipment.DeleteInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteInferenceScheduler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteInferenceScheduler Source #

Create a value of DeleteInferenceScheduler 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:

DeleteInferenceScheduler, deleteInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler to be deleted.

data DeleteInferenceSchedulerResponse Source #

See: newDeleteInferenceSchedulerResponse smart constructor.

Instances

Instances details
Generic DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Associated Types

type Rep DeleteInferenceSchedulerResponse :: Type -> Type #

Read DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Show DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

NFData DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Eq DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

type Rep DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

type Rep DeleteInferenceSchedulerResponse = D1 ('MetaData "DeleteInferenceSchedulerResponse" "Amazonka.LookoutEquipment.DeleteInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteInferenceSchedulerResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteInferenceSchedulerResponse :: DeleteInferenceSchedulerResponse Source #

Create a value of DeleteInferenceSchedulerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteLabel

data DeleteLabel Source #

See: newDeleteLabel smart constructor.

Constructors

DeleteLabel' Text Text 

Instances

Instances details
ToJSON DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

ToHeaders DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

Methods

toHeaders :: DeleteLabel -> [Header] #

ToPath DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

ToQuery DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

AWSRequest DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

Associated Types

type AWSResponse DeleteLabel #

Generic DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

Associated Types

type Rep DeleteLabel :: Type -> Type #

Read DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

Show DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

NFData DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

Methods

rnf :: DeleteLabel -> () #

Eq DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

Hashable DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

type AWSResponse DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

type Rep DeleteLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

type Rep DeleteLabel = D1 ('MetaData "DeleteLabel" "Amazonka.LookoutEquipment.DeleteLabel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteLabel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "labelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteLabel Source #

Create a value of DeleteLabel 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:

DeleteLabel, deleteLabel_labelGroupName - The name of the label group that contains the label that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data.

DeleteLabel, deleteLabel_labelId - The ID of the label that you want to delete.

data DeleteLabelResponse Source #

See: newDeleteLabelResponse smart constructor.

Constructors

DeleteLabelResponse' 

Instances

Instances details
Generic DeleteLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

Associated Types

type Rep DeleteLabelResponse :: Type -> Type #

Read DeleteLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

Show DeleteLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

NFData DeleteLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

Methods

rnf :: DeleteLabelResponse -> () #

Eq DeleteLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

type Rep DeleteLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabel

type Rep DeleteLabelResponse = D1 ('MetaData "DeleteLabelResponse" "Amazonka.LookoutEquipment.DeleteLabel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteLabelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteLabelResponse :: DeleteLabelResponse Source #

Create a value of DeleteLabelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteLabelGroup

data DeleteLabelGroup Source #

See: newDeleteLabelGroup smart constructor.

Constructors

DeleteLabelGroup' Text 

Instances

Instances details
ToJSON DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

ToHeaders DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

ToPath DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

ToQuery DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

AWSRequest DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

Associated Types

type AWSResponse DeleteLabelGroup #

Generic DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

Associated Types

type Rep DeleteLabelGroup :: Type -> Type #

Read DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

Show DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

NFData DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

Methods

rnf :: DeleteLabelGroup -> () #

Eq DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

Hashable DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

type AWSResponse DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

type Rep DeleteLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

type Rep DeleteLabelGroup = D1 ('MetaData "DeleteLabelGroup" "Amazonka.LookoutEquipment.DeleteLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteLabelGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteLabelGroup Source #

Create a value of DeleteLabelGroup 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:

DeleteLabelGroup, deleteLabelGroup_labelGroupName - The name of the label group that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data.

data DeleteLabelGroupResponse Source #

See: newDeleteLabelGroupResponse smart constructor.

Instances

Instances details
Generic DeleteLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

Associated Types

type Rep DeleteLabelGroupResponse :: Type -> Type #

Read DeleteLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

Show DeleteLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

NFData DeleteLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

Eq DeleteLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

type Rep DeleteLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteLabelGroup

type Rep DeleteLabelGroupResponse = D1 ('MetaData "DeleteLabelGroupResponse" "Amazonka.LookoutEquipment.DeleteLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteLabelGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteLabelGroupResponse :: DeleteLabelGroupResponse Source #

Create a value of DeleteLabelGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteModel

data DeleteModel Source #

See: newDeleteModel smart constructor.

Constructors

DeleteModel' Text 

Instances

Instances details
ToJSON DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

ToHeaders DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Methods

toHeaders :: DeleteModel -> [Header] #

ToPath DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

ToQuery DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

AWSRequest DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Associated Types

type AWSResponse DeleteModel #

Generic DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Associated Types

type Rep DeleteModel :: Type -> Type #

Read DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Show DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

NFData DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Methods

rnf :: DeleteModel -> () #

Eq DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Hashable DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

type AWSResponse DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

type Rep DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

type Rep DeleteModel = D1 ('MetaData "DeleteModel" "Amazonka.LookoutEquipment.DeleteModel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteModel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteModel Source #

Create a value of DeleteModel 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:

DeleteModel, deleteModel_modelName - The name of the ML model to be deleted.

data DeleteModelResponse Source #

See: newDeleteModelResponse smart constructor.

Constructors

DeleteModelResponse' 

Instances

Instances details
Generic DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Associated Types

type Rep DeleteModelResponse :: Type -> Type #

Read DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Show DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

NFData DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Methods

rnf :: DeleteModelResponse -> () #

Eq DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

type Rep DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

type Rep DeleteModelResponse = D1 ('MetaData "DeleteModelResponse" "Amazonka.LookoutEquipment.DeleteModel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DeleteModelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteModelResponse :: DeleteModelResponse Source #

Create a value of DeleteModelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeDataIngestionJob

data DescribeDataIngestionJob Source #

See: newDescribeDataIngestionJob smart constructor.

Instances

Instances details
ToJSON DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

ToHeaders DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

ToPath DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

ToQuery DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

AWSRequest DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Generic DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Associated Types

type Rep DescribeDataIngestionJob :: Type -> Type #

Read DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Show DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

NFData DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Eq DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Hashable DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type AWSResponse DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJob = D1 ('MetaData "DescribeDataIngestionJob" "Amazonka.LookoutEquipment.DescribeDataIngestionJob" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeDataIngestionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDataIngestionJob Source #

Create a value of DescribeDataIngestionJob 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:

DescribeDataIngestionJob, describeDataIngestionJob_jobId - The job ID of the data ingestion job.

data DescribeDataIngestionJobResponse Source #

See: newDescribeDataIngestionJobResponse smart constructor.

Instances

Instances details
Generic DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Associated Types

type Rep DescribeDataIngestionJobResponse :: Type -> Type #

Read DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Show DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

NFData DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Eq DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJobResponse = D1 ('MetaData "DescribeDataIngestionJobResponse" "Amazonka.LookoutEquipment.DescribeDataIngestionJob" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeDataIngestionJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataQualitySummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataQualitySummary)))) :*: ((S1 ('MetaSel ('Just "dataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failedReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ingestedDataSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "ingestedFilesSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestedFilesSummary)) :*: (S1 ('MetaSel ('Just "ingestionInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionInputConfiguration)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus))) :*: (S1 ('MetaSel ('Just "statusDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeDataIngestionJobResponse Source #

Create a value of DescribeDataIngestionJobResponse 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:

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_createdAt - The time at which the data ingestion job was created.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_dataEndTime - Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

$sel:dataQualitySummary:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_dataQualitySummary - Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_dataStartTime - Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_datasetArn - The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_failedReason - Specifies the reason for failure when a data ingestion job has failed.

$sel:ingestedDataSize:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_ingestedDataSize - Indicates the size of the ingested dataset.

$sel:ingestedFilesSummary:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_ingestedFilesSummary - Undocumented member.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_ingestionInputConfiguration - Specifies the S3 location configuration for the data input for the data ingestion job.

DescribeDataIngestionJob, describeDataIngestionJobResponse_jobId - Indicates the job ID of the data ingestion job.

$sel:roleArn:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_roleArn - The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_status - Indicates the status of the DataIngestionJob operation.

$sel:statusDetail:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_statusDetail - Provides details about status of the ingestion job that is currently in progress.

$sel:httpStatus:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_httpStatus - The response's http status code.

DescribeDataset

data DescribeDataset Source #

See: newDescribeDataset smart constructor.

Constructors

DescribeDataset' Text 

Instances

Instances details
ToJSON DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

ToHeaders DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

ToPath DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

ToQuery DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

AWSRequest DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Associated Types

type AWSResponse DescribeDataset #

Generic DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Associated Types

type Rep DescribeDataset :: Type -> Type #

Read DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Show DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

NFData DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Methods

rnf :: DescribeDataset -> () #

Eq DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Hashable DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

type AWSResponse DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

type Rep DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

type Rep DescribeDataset = D1 ('MetaData "DescribeDataset" "Amazonka.LookoutEquipment.DescribeDataset" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDataset Source #

Create a value of DescribeDataset 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:

DescribeDataset, describeDataset_datasetName - The name of the dataset to be described.

data DescribeDatasetResponse Source #

See: newDescribeDatasetResponse smart constructor.

Instances

Instances details
Generic DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Associated Types

type Rep DescribeDatasetResponse :: Type -> Type #

Read DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Show DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

NFData DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Methods

rnf :: DescribeDatasetResponse -> () #

Eq DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

type Rep DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

type Rep DescribeDatasetResponse = D1 ('MetaData "DescribeDatasetResponse" "Amazonka.LookoutEquipment.DescribeDataset" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeDatasetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataQualitySummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataQualitySummary)))) :*: ((S1 ('MetaSel ('Just "dataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ingestedFilesSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestedFilesSummary))))) :*: ((S1 ('MetaSel ('Just "ingestionInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionInputConfiguration)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeDatasetResponse Source #

Create a value of DescribeDatasetResponse 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:

DescribeDatasetResponse, describeDatasetResponse_createdAt - Specifies the time the dataset was created in Lookout for Equipment.

DescribeDatasetResponse, describeDatasetResponse_dataEndTime - Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.

$sel:dataQualitySummary:DescribeDatasetResponse', describeDatasetResponse_dataQualitySummary - Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.

DescribeDatasetResponse, describeDatasetResponse_dataStartTime - Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.

DescribeDatasetResponse, describeDatasetResponse_datasetArn - The Amazon Resource Name (ARN) of the dataset being described.

DescribeDataset, describeDatasetResponse_datasetName - The name of the dataset being described.

$sel:ingestedFilesSummary:DescribeDatasetResponse', describeDatasetResponse_ingestedFilesSummary - IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.

DescribeDatasetResponse, describeDatasetResponse_ingestionInputConfiguration - Specifies the S3 location configuration for the data input for the data ingestion job.

$sel:lastUpdatedAt:DescribeDatasetResponse', describeDatasetResponse_lastUpdatedAt - Specifies the time the dataset was last updated, if it was.

$sel:roleArn:DescribeDatasetResponse', describeDatasetResponse_roleArn - The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.

$sel:schema:DescribeDatasetResponse', describeDatasetResponse_schema - A JSON description of the data that is in each time series dataset, including names, column names, and data types.

$sel:serverSideKmsKeyId:DescribeDatasetResponse', describeDatasetResponse_serverSideKmsKeyId - Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.

DescribeDatasetResponse, describeDatasetResponse_status - Indicates the status of the dataset.

$sel:httpStatus:DescribeDatasetResponse', describeDatasetResponse_httpStatus - The response's http status code.

DescribeInferenceScheduler

data DescribeInferenceScheduler Source #

See: newDescribeInferenceScheduler smart constructor.

Instances

Instances details
ToJSON DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

ToHeaders DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

ToPath DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

ToQuery DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

AWSRequest DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Generic DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Associated Types

type Rep DescribeInferenceScheduler :: Type -> Type #

Read DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Show DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

NFData DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Eq DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Hashable DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

type AWSResponse DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

type Rep DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

type Rep DescribeInferenceScheduler = D1 ('MetaData "DescribeInferenceScheduler" "Amazonka.LookoutEquipment.DescribeInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeInferenceScheduler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeInferenceScheduler Source #

Create a value of DescribeInferenceScheduler 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:

DescribeInferenceScheduler, describeInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler being described.

data DescribeInferenceSchedulerResponse Source #

Instances

Instances details
Generic DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Associated Types

type Rep DescribeInferenceSchedulerResponse :: Type -> Type #

Read DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Show DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

NFData DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Eq DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

type Rep DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

type Rep DescribeInferenceSchedulerResponse = D1 ('MetaData "DescribeInferenceSchedulerResponse" "Amazonka.LookoutEquipment.DescribeInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeInferenceSchedulerResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dataDelayOffsetInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dataInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceInputConfiguration)))) :*: ((S1 ('MetaSel ('Just "dataOutputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceOutputConfiguration)) :*: S1 ('MetaSel ('Just "dataUploadFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataUploadFrequency))) :*: (S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "latestInferenceResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LatestInferenceResult)) :*: S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus))) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeInferenceSchedulerResponse Source #

Create a value of DescribeInferenceSchedulerResponse 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:

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_createdAt - Specifies the time at which the inference scheduler was created.

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_dataDelayOffsetInMinutes - A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, 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.

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

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_dataOutputConfiguration - Specifies information for the output results for the inference scheduler, including the output S3 location.

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_dataUploadFrequency - Specifies 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.

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being described.

DescribeInferenceScheduler, describeInferenceSchedulerResponse_inferenceSchedulerName - The name of the inference scheduler being described.

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_latestInferenceResult - Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_modelArn - The Amazon Resource Name (ARN) of the ML model of the inference scheduler being described.

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_modelName - The name of the ML model of the inference scheduler being described.

$sel:roleArn:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source for the inference scheduler being described.

$sel:serverSideKmsKeyId:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_serverSideKmsKeyId - Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment.

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_status - Indicates the status of the inference scheduler.

DescribeInferenceSchedulerResponse, describeInferenceSchedulerResponse_updatedAt - Specifies the time at which the inference scheduler was last updated, if it was.

$sel:httpStatus:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_httpStatus - The response's http status code.

DescribeLabel

data DescribeLabel Source #

See: newDescribeLabel smart constructor.

Constructors

DescribeLabel' Text Text 

Instances

Instances details
ToJSON DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

ToHeaders DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

ToPath DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

ToQuery DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

AWSRequest DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

Associated Types

type AWSResponse DescribeLabel #

Generic DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

Associated Types

type Rep DescribeLabel :: Type -> Type #

Read DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

Show DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

NFData DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

Methods

rnf :: DescribeLabel -> () #

Eq DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

Hashable DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

type AWSResponse DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

type Rep DescribeLabel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

type Rep DescribeLabel = D1 ('MetaData "DescribeLabel" "Amazonka.LookoutEquipment.DescribeLabel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeLabel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "labelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeLabel Source #

Create a value of DescribeLabel 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:

DescribeLabel, describeLabel_labelGroupName - Returns the name of the group containing the label.

DescribeLabel, describeLabel_labelId - Returns the ID of the label.

data DescribeLabelResponse Source #

See: newDescribeLabelResponse smart constructor.

Instances

Instances details
Generic DescribeLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

Associated Types

type Rep DescribeLabelResponse :: Type -> Type #

Read DescribeLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

Show DescribeLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

NFData DescribeLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

Methods

rnf :: DescribeLabelResponse -> () #

Eq DescribeLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

type Rep DescribeLabelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabel

type Rep DescribeLabelResponse = D1 ('MetaData "DescribeLabelResponse" "Amazonka.LookoutEquipment.DescribeLabel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeLabelResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "equipment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "faultCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labelGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "labelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "rating") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelRating)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeLabelResponse Source #

Create a value of DescribeLabelResponse 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:

DescribeLabelResponse, describeLabelResponse_createdAt - The time at which the label was created.

DescribeLabelResponse, describeLabelResponse_endTime - The end time of the requested label.

DescribeLabelResponse, describeLabelResponse_equipment - Indicates that a label pertains to a particular piece of equipment.

DescribeLabelResponse, describeLabelResponse_faultCode - Indicates the type of anomaly associated with the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

DescribeLabelResponse, describeLabelResponse_labelGroupArn - The ARN of the requested label group.

DescribeLabel, describeLabelResponse_labelGroupName - The name of the requested label group.

DescribeLabel, describeLabelResponse_labelId - The ID of the requested label.

$sel:notes:DescribeLabelResponse', describeLabelResponse_notes - Metadata providing additional information about the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

DescribeLabelResponse, describeLabelResponse_rating - Indicates whether a labeled event represents an anomaly.

DescribeLabelResponse, describeLabelResponse_startTime - The start time of the requested label.

$sel:httpStatus:DescribeLabelResponse', describeLabelResponse_httpStatus - The response's http status code.

DescribeLabelGroup

data DescribeLabelGroup Source #

See: newDescribeLabelGroup smart constructor.

Instances

Instances details
ToJSON DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

ToHeaders DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

ToPath DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

ToQuery DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

AWSRequest DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

Associated Types

type AWSResponse DescribeLabelGroup #

Generic DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

Associated Types

type Rep DescribeLabelGroup :: Type -> Type #

Read DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

Show DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

NFData DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

Methods

rnf :: DescribeLabelGroup -> () #

Eq DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

Hashable DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

type AWSResponse DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

type Rep DescribeLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

type Rep DescribeLabelGroup = D1 ('MetaData "DescribeLabelGroup" "Amazonka.LookoutEquipment.DescribeLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeLabelGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeLabelGroup Source #

Create a value of DescribeLabelGroup 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:

DescribeLabelGroup, describeLabelGroup_labelGroupName - Returns the name of the label group.

data DescribeLabelGroupResponse Source #

See: newDescribeLabelGroupResponse smart constructor.

Instances

Instances details
Generic DescribeLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

Associated Types

type Rep DescribeLabelGroupResponse :: Type -> Type #

Read DescribeLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

Show DescribeLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

NFData DescribeLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

Eq DescribeLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

type Rep DescribeLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeLabelGroup

type Rep DescribeLabelGroupResponse = D1 ('MetaData "DescribeLabelGroupResponse" "Amazonka.LookoutEquipment.DescribeLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeLabelGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "faultCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "labelGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLabelGroupResponse Source #

Create a value of DescribeLabelGroupResponse 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:

DescribeLabelGroupResponse, describeLabelGroupResponse_createdAt - The time at which the label group was created.

$sel:faultCodes:DescribeLabelGroupResponse', describeLabelGroupResponse_faultCodes - Codes indicating the type of anomaly associated with the labels in the lagbel group.

DescribeLabelGroupResponse, describeLabelGroupResponse_labelGroupArn - The ARN of the label group.

DescribeLabelGroup, describeLabelGroupResponse_labelGroupName - The name of the label group.

DescribeLabelGroupResponse, describeLabelGroupResponse_updatedAt - The time at which the label group was updated.

$sel:httpStatus:DescribeLabelGroupResponse', describeLabelGroupResponse_httpStatus - The response's http status code.

DescribeModel

data DescribeModel Source #

See: newDescribeModel smart constructor.

Constructors

DescribeModel' Text 

Instances

Instances details
ToJSON DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

ToHeaders DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

ToPath DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

ToQuery DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

AWSRequest DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Associated Types

type AWSResponse DescribeModel #

Generic DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Associated Types

type Rep DescribeModel :: Type -> Type #

Read DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Show DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

NFData DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Methods

rnf :: DescribeModel -> () #

Eq DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Hashable DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

type AWSResponse DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

type Rep DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

type Rep DescribeModel = D1 ('MetaData "DescribeModel" "Amazonka.LookoutEquipment.DescribeModel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeModel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeModel Source #

Create a value of DescribeModel 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:

DescribeModel, describeModel_modelName - The name of the ML model to be described.

data DescribeModelResponse Source #

See: newDescribeModelResponse smart constructor.

Instances

Instances details
Generic DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Associated Types

type Rep DescribeModelResponse :: Type -> Type #

Read DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Show DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

NFData DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Methods

rnf :: DescribeModelResponse -> () #

Eq DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

type Rep DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

type Rep DescribeModelResponse = D1 ('MetaData "DescribeModelResponse" "Amazonka.LookoutEquipment.DescribeModel" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeModelResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataPreProcessingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataPreProcessingConfiguration))) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evaluationDataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "evaluationDataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "failedReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labelsInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelsInputConfiguration)))) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "offCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: (S1 ('MetaSel ('Just "trainingDataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "trainingDataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "trainingExecutionEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "trainingExecutionStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeModelResponse Source #

Create a value of DescribeModelResponse 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:

DescribeModelResponse, describeModelResponse_createdAt - Indicates the time and date at which the ML model was created.

$sel:dataPreProcessingConfiguration:DescribeModelResponse', describeModelResponse_dataPreProcessingConfiguration - 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

DescribeModelResponse, describeModelResponse_datasetArn - The Amazon Resouce Name (ARN) of the dataset used to create the ML model being described.

DescribeModelResponse, describeModelResponse_datasetName - The name of the dataset being used by the ML being described.

$sel:evaluationDataEndTime:DescribeModelResponse', describeModelResponse_evaluationDataEndTime - Indicates the time reference in the dataset that was used to end the subset of evaluation data for the ML model.

$sel:evaluationDataStartTime:DescribeModelResponse', describeModelResponse_evaluationDataStartTime - Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the ML model.

DescribeModelResponse, describeModelResponse_failedReason - If the training of the ML model failed, this indicates the reason for that failure.

$sel:labelsInputConfiguration:DescribeModelResponse', describeModelResponse_labelsInputConfiguration - Specifies configuration information about the labels input, including its S3 location.

$sel:lastUpdatedTime:DescribeModelResponse', describeModelResponse_lastUpdatedTime - Indicates the last time the ML model was updated. The type of update is not specified.

DescribeModelResponse, describeModelResponse_modelArn - The Amazon Resource Name (ARN) of the ML model being described.

$sel:modelMetrics:DescribeModelResponse', describeModelResponse_modelMetrics - The Model Metrics show an aggregated summary of the model's performance within the evaluation time range. This is the JSON content of the metrics created when evaluating the model.

DescribeModel, describeModelResponse_modelName - The name of the ML model being described.

$sel:offCondition:DescribeModelResponse', describeModelResponse_offCondition - Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.

$sel:roleArn:DescribeModelResponse', describeModelResponse_roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source for the ML model being described.

$sel:schema:DescribeModelResponse', describeModelResponse_schema - A JSON description of the data that is in each time series dataset, including names, column names, and data types.

$sel:serverSideKmsKeyId:DescribeModelResponse', describeModelResponse_serverSideKmsKeyId - Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.

DescribeModelResponse, describeModelResponse_status - Specifies the current status of the model being described. Status describes the status of the most recent action of the model.

$sel:trainingDataEndTime:DescribeModelResponse', describeModelResponse_trainingDataEndTime - Indicates the time reference in the dataset that was used to end the subset of training data for the ML model.

$sel:trainingDataStartTime:DescribeModelResponse', describeModelResponse_trainingDataStartTime - Indicates the time reference in the dataset that was used to begin the subset of training data for the ML model.

$sel:trainingExecutionEndTime:DescribeModelResponse', describeModelResponse_trainingExecutionEndTime - Indicates the time at which the training of the ML model was completed.

$sel:trainingExecutionStartTime:DescribeModelResponse', describeModelResponse_trainingExecutionStartTime - Indicates the time at which the training of the ML model began.

$sel:httpStatus:DescribeModelResponse', describeModelResponse_httpStatus - The response's http status code.

ListDataIngestionJobs

data ListDataIngestionJobs Source #

See: newListDataIngestionJobs smart constructor.

Instances

Instances details
ToJSON ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

ToHeaders ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

ToPath ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

ToQuery ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

AWSRequest ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Associated Types

type AWSResponse ListDataIngestionJobs #

Generic ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Associated Types

type Rep ListDataIngestionJobs :: Type -> Type #

Read ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Show ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

NFData ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Methods

rnf :: ListDataIngestionJobs -> () #

Eq ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Hashable ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type AWSResponse ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type Rep ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type Rep ListDataIngestionJobs = D1 ('MetaData "ListDataIngestionJobs" "Amazonka.LookoutEquipment.ListDataIngestionJobs" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListDataIngestionJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus)))))

newListDataIngestionJobs :: ListDataIngestionJobs Source #

Create a value of ListDataIngestionJobs 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:

ListDataIngestionJobs, listDataIngestionJobs_datasetName - The name of the dataset being used for the data ingestion job.

$sel:maxResults:ListDataIngestionJobs', listDataIngestionJobs_maxResults - Specifies the maximum number of data ingestion jobs to list.

ListDataIngestionJobs, listDataIngestionJobs_nextToken - An opaque pagination token indicating where to continue the listing of data ingestion jobs.

ListDataIngestionJobs, listDataIngestionJobs_status - Indicates the status of the data ingestion job.

data ListDataIngestionJobsResponse Source #

See: newListDataIngestionJobsResponse smart constructor.

Instances

Instances details
Generic ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Associated Types

type Rep ListDataIngestionJobsResponse :: Type -> Type #

Read ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Show ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

NFData ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Eq ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type Rep ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type Rep ListDataIngestionJobsResponse = D1 ('MetaData "ListDataIngestionJobsResponse" "Amazonka.LookoutEquipment.ListDataIngestionJobs" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListDataIngestionJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataIngestionJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataIngestionJobSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDataIngestionJobsResponse Source #

Create a value of ListDataIngestionJobsResponse 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:dataIngestionJobSummaries:ListDataIngestionJobsResponse', listDataIngestionJobsResponse_dataIngestionJobSummaries - Specifies information about the specific data ingestion job, including dataset name and status.

ListDataIngestionJobs, listDataIngestionJobsResponse_nextToken - An opaque pagination token indicating where to continue the listing of data ingestion jobs.

$sel:httpStatus:ListDataIngestionJobsResponse', listDataIngestionJobsResponse_httpStatus - The response's http status code.

ListDatasets

data ListDatasets Source #

See: newListDatasets smart constructor.

Instances

Instances details
ToJSON ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

ToHeaders ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

ToPath ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

ToQuery ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

AWSRequest ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Associated Types

type AWSResponse ListDatasets #

Generic ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Associated Types

type Rep ListDatasets :: Type -> Type #

Read ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Show ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

NFData ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Methods

rnf :: ListDatasets -> () #

Eq ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Hashable ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type AWSResponse ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasets = D1 ('MetaData "ListDatasets" "Amazonka.LookoutEquipment.ListDatasets" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListDatasets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetNameBeginsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListDatasets :: ListDatasets Source #

Create a value of ListDatasets 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:datasetNameBeginsWith:ListDatasets', listDatasets_datasetNameBeginsWith - The beginning of the name of the datasets to be listed.

$sel:maxResults:ListDatasets', listDatasets_maxResults - Specifies the maximum number of datasets to list.

ListDatasets, listDatasets_nextToken - An opaque pagination token indicating where to continue the listing of datasets.

data ListDatasetsResponse Source #

See: newListDatasetsResponse smart constructor.

Instances

Instances details
Generic ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Associated Types

type Rep ListDatasetsResponse :: Type -> Type #

Read ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Show ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

NFData ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Methods

rnf :: ListDatasetsResponse -> () #

Eq ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasetsResponse = D1 ('MetaData "ListDatasetsResponse" "Amazonka.LookoutEquipment.ListDatasets" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListDatasetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetsResponse Source #

Create a value of ListDatasetsResponse 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:datasetSummaries:ListDatasetsResponse', listDatasetsResponse_datasetSummaries - Provides information about the specified dataset, including creation time, dataset ARN, and status.

ListDatasets, listDatasetsResponse_nextToken - An opaque pagination token indicating where to continue the listing of datasets.

$sel:httpStatus:ListDatasetsResponse', listDatasetsResponse_httpStatus - The response's http status code.

ListInferenceEvents

data ListInferenceEvents Source #

See: newListInferenceEvents smart constructor.

Instances

Instances details
ToJSON ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

ToHeaders ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

ToPath ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

ToQuery ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

AWSRequest ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Associated Types

type AWSResponse ListInferenceEvents #

Generic ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Associated Types

type Rep ListInferenceEvents :: Type -> Type #

Read ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Show ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

NFData ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Methods

rnf :: ListInferenceEvents -> () #

Eq ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Hashable ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type AWSResponse ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type Rep ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type Rep ListInferenceEvents = D1 ('MetaData "ListInferenceEvents" "Amazonka.LookoutEquipment.ListInferenceEvents" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceEvents'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "intervalStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "intervalEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newListInferenceEvents Source #

Create a value of ListInferenceEvents 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:maxResults:ListInferenceEvents', listInferenceEvents_maxResults - Specifies the maximum number of inference events to list.

ListInferenceEvents, listInferenceEvents_nextToken - An opaque pagination token indicating where to continue the listing of inference events.

ListInferenceEvents, listInferenceEvents_inferenceSchedulerName - The name of the inference scheduler for the inference events listed.

$sel:intervalStartTime:ListInferenceEvents', listInferenceEvents_intervalStartTime - Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.

$sel:intervalEndTime:ListInferenceEvents', listInferenceEvents_intervalEndTime - Returns all the inference events with an end start time equal to or greater than less than the end time given

data ListInferenceEventsResponse Source #

See: newListInferenceEventsResponse smart constructor.

Instances

Instances details
Generic ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Associated Types

type Rep ListInferenceEventsResponse :: Type -> Type #

Read ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Show ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

NFData ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Eq ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type Rep ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type Rep ListInferenceEventsResponse = D1 ('MetaData "ListInferenceEventsResponse" "Amazonka.LookoutEquipment.ListInferenceEvents" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceEventSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferenceEventSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInferenceEventsResponse Source #

Create a value of ListInferenceEventsResponse 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:inferenceEventSummaries:ListInferenceEventsResponse', listInferenceEventsResponse_inferenceEventSummaries - Provides an array of information about the individual inference events returned from the ListInferenceEvents operation, including scheduler used, event start time, event end time, diagnostics, and so on.

ListInferenceEvents, listInferenceEventsResponse_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

$sel:httpStatus:ListInferenceEventsResponse', listInferenceEventsResponse_httpStatus - The response's http status code.

ListInferenceExecutions

data ListInferenceExecutions Source #

See: newListInferenceExecutions smart constructor.

Instances

Instances details
ToJSON ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

ToHeaders ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

ToPath ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

ToQuery ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

AWSRequest ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Generic ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Associated Types

type Rep ListInferenceExecutions :: Type -> Type #

Read ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Show ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

NFData ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Methods

rnf :: ListInferenceExecutions -> () #

Eq ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Hashable ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type AWSResponse ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type Rep ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type Rep ListInferenceExecutions = D1 ('MetaData "ListInferenceExecutions" "Amazonka.LookoutEquipment.ListInferenceExecutions" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceExecutions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataEndTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dataStartTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceExecutionStatus)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListInferenceExecutions Source #

Create a value of ListInferenceExecutions 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:dataEndTimeBefore:ListInferenceExecutions', listInferenceExecutions_dataEndTimeBefore - The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.

$sel:dataStartTimeAfter:ListInferenceExecutions', listInferenceExecutions_dataStartTimeAfter - The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.

$sel:maxResults:ListInferenceExecutions', listInferenceExecutions_maxResults - Specifies the maximum number of inference executions to list.

ListInferenceExecutions, listInferenceExecutions_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

ListInferenceExecutions, listInferenceExecutions_status - The status of the inference execution.

ListInferenceExecutions, listInferenceExecutions_inferenceSchedulerName - The name of the inference scheduler for the inference execution listed.

data ListInferenceExecutionsResponse Source #

See: newListInferenceExecutionsResponse smart constructor.

Instances

Instances details
Generic ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Associated Types

type Rep ListInferenceExecutionsResponse :: Type -> Type #

Read ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Show ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

NFData ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Eq ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type Rep ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

type Rep ListInferenceExecutionsResponse = D1 ('MetaData "ListInferenceExecutionsResponse" "Amazonka.LookoutEquipment.ListInferenceExecutions" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceExecutionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferenceExecutionSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInferenceExecutionsResponse Source #

Create a value of ListInferenceExecutionsResponse 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:inferenceExecutionSummaries:ListInferenceExecutionsResponse', listInferenceExecutionsResponse_inferenceExecutionSummaries - Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

ListInferenceExecutions, listInferenceExecutionsResponse_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

$sel:httpStatus:ListInferenceExecutionsResponse', listInferenceExecutionsResponse_httpStatus - The response's http status code.

ListInferenceSchedulers

data ListInferenceSchedulers Source #

See: newListInferenceSchedulers smart constructor.

Instances

Instances details
ToJSON ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

ToHeaders ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

ToPath ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

ToQuery ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

AWSRequest ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Generic ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Associated Types

type Rep ListInferenceSchedulers :: Type -> Type #

Read ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Show ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

NFData ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Methods

rnf :: ListInferenceSchedulers -> () #

Eq ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Hashable ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

type AWSResponse ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

type Rep ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

type Rep ListInferenceSchedulers = D1 ('MetaData "ListInferenceSchedulers" "Amazonka.LookoutEquipment.ListInferenceSchedulers" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceSchedulers'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inferenceSchedulerNameBeginsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus))))))

newListInferenceSchedulers :: ListInferenceSchedulers Source #

Create a value of ListInferenceSchedulers 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:inferenceSchedulerNameBeginsWith:ListInferenceSchedulers', listInferenceSchedulers_inferenceSchedulerNameBeginsWith - The beginning of the name of the inference schedulers to be listed.

$sel:maxResults:ListInferenceSchedulers', listInferenceSchedulers_maxResults - Specifies the maximum number of inference schedulers to list.

ListInferenceSchedulers, listInferenceSchedulers_modelName - The name of the ML model used by the inference scheduler to be listed.

ListInferenceSchedulers, listInferenceSchedulers_nextToken - An opaque pagination token indicating where to continue the listing of inference schedulers.

ListInferenceSchedulers, listInferenceSchedulers_status - Specifies the current status of the inference schedulers to list.

data ListInferenceSchedulersResponse Source #

See: newListInferenceSchedulersResponse smart constructor.

Instances

Instances details
Generic ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Associated Types

type Rep ListInferenceSchedulersResponse :: Type -> Type #

Read ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Show ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

NFData ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Eq ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

type Rep ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

type Rep ListInferenceSchedulersResponse = D1 ('MetaData "ListInferenceSchedulersResponse" "Amazonka.LookoutEquipment.ListInferenceSchedulers" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceSchedulersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceSchedulerSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferenceSchedulerSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInferenceSchedulersResponse Source #

Create a value of ListInferenceSchedulersResponse 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:inferenceSchedulerSummaries:ListInferenceSchedulersResponse', listInferenceSchedulersResponse_inferenceSchedulerSummaries - Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.

ListInferenceSchedulers, listInferenceSchedulersResponse_nextToken - An opaque pagination token indicating where to continue the listing of inference schedulers.

$sel:httpStatus:ListInferenceSchedulersResponse', listInferenceSchedulersResponse_httpStatus - The response's http status code.

ListLabelGroups

data ListLabelGroups Source #

See: newListLabelGroups smart constructor.

Instances

Instances details
ToJSON ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

ToHeaders ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

ToPath ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

ToQuery ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

AWSRequest ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Associated Types

type AWSResponse ListLabelGroups #

Generic ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Associated Types

type Rep ListLabelGroups :: Type -> Type #

Read ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Show ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

NFData ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Methods

rnf :: ListLabelGroups -> () #

Eq ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Hashable ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

type AWSResponse ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

type Rep ListLabelGroups Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

type Rep ListLabelGroups = D1 ('MetaData "ListLabelGroups" "Amazonka.LookoutEquipment.ListLabelGroups" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListLabelGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelGroupNameBeginsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListLabelGroups :: ListLabelGroups Source #

Create a value of ListLabelGroups 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:labelGroupNameBeginsWith:ListLabelGroups', listLabelGroups_labelGroupNameBeginsWith - The beginning of the name of the label groups to be listed.

$sel:maxResults:ListLabelGroups', listLabelGroups_maxResults - Specifies the maximum number of label groups to list.

ListLabelGroups, listLabelGroups_nextToken - An opaque pagination token indicating where to continue the listing of label groups.

data ListLabelGroupsResponse Source #

See: newListLabelGroupsResponse smart constructor.

Instances

Instances details
Generic ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Associated Types

type Rep ListLabelGroupsResponse :: Type -> Type #

Read ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Show ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

NFData ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

Methods

rnf :: ListLabelGroupsResponse -> () #

Eq ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

type Rep ListLabelGroupsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabelGroups

type Rep ListLabelGroupsResponse = D1 ('MetaData "ListLabelGroupsResponse" "Amazonka.LookoutEquipment.ListLabelGroups" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListLabelGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelGroupSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LabelGroupSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLabelGroupsResponse Source #

Create a value of ListLabelGroupsResponse 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:labelGroupSummaries:ListLabelGroupsResponse', listLabelGroupsResponse_labelGroupSummaries - A summary of the label groups.

ListLabelGroups, listLabelGroupsResponse_nextToken - An opaque pagination token indicating where to continue the listing of label groups.

$sel:httpStatus:ListLabelGroupsResponse', listLabelGroupsResponse_httpStatus - The response's http status code.

ListLabels

data ListLabels Source #

See: newListLabels smart constructor.

Instances

Instances details
ToJSON ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

ToHeaders ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

Methods

toHeaders :: ListLabels -> [Header] #

ToPath ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

ToQuery ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

AWSRequest ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

Associated Types

type AWSResponse ListLabels #

Generic ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

Associated Types

type Rep ListLabels :: Type -> Type #

Read ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

Show ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

NFData ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

Methods

rnf :: ListLabels -> () #

Eq ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

Hashable ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

type AWSResponse ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

type Rep ListLabels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

type Rep ListLabels = D1 ('MetaData "ListLabels" "Amazonka.LookoutEquipment.ListLabels" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListLabels'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "equipment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "faultCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "intervalEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "intervalStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListLabels Source #

Arguments

:: Text

ListLabels

-> ListLabels 

Create a value of ListLabels 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:

ListLabels, listLabels_equipment - Lists the labels that pertain to a particular piece of equipment.

ListLabels, listLabels_faultCode - Returns labels with a particular fault code.

$sel:intervalEndTime:ListLabels', listLabels_intervalEndTime - Returns all labels with a start time earlier than the end time given.

$sel:intervalStartTime:ListLabels', listLabels_intervalStartTime - Returns all the labels with a end time equal to or later than the start time given.

$sel:maxResults:ListLabels', listLabels_maxResults - Specifies the maximum number of labels to list.

ListLabels, listLabels_nextToken - An opaque pagination token indicating where to continue the listing of label groups.

ListLabels, listLabels_labelGroupName - Retruns the name of the label group.

data ListLabelsResponse Source #

See: newListLabelsResponse smart constructor.

Instances

Instances details
Generic ListLabelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

Associated Types

type Rep ListLabelsResponse :: Type -> Type #

Read ListLabelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

Show ListLabelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

NFData ListLabelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

Methods

rnf :: ListLabelsResponse -> () #

Eq ListLabelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

type Rep ListLabelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListLabels

type Rep ListLabelsResponse = D1 ('MetaData "ListLabelsResponse" "Amazonka.LookoutEquipment.ListLabels" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListLabelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LabelSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLabelsResponse Source #

Create a value of ListLabelsResponse 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:labelSummaries:ListLabelsResponse', listLabelsResponse_labelSummaries - A summary of the items in the label group.

ListLabels, listLabelsResponse_nextToken - An opaque pagination token indicating where to continue the listing of datasets.

$sel:httpStatus:ListLabelsResponse', listLabelsResponse_httpStatus - The response's http status code.

ListModels

data ListModels Source #

See: newListModels smart constructor.

Instances

Instances details
ToJSON ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

ToHeaders ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Methods

toHeaders :: ListModels -> [Header] #

ToPath ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

ToQuery ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

AWSRequest ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Associated Types

type AWSResponse ListModels #

Generic ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Associated Types

type Rep ListModels :: Type -> Type #

Read ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Show ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

NFData ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Methods

rnf :: ListModels -> () #

Eq ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Hashable ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

type AWSResponse ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

type Rep ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

type Rep ListModels = D1 ('MetaData "ListModels" "Amazonka.LookoutEquipment.ListModels" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListModels'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetNameBeginsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "modelNameBeginsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus))))))

newListModels :: ListModels Source #

Create a value of ListModels 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:datasetNameBeginsWith:ListModels', listModels_datasetNameBeginsWith - The beginning of the name of the dataset of the ML models to be listed.

$sel:maxResults:ListModels', listModels_maxResults - Specifies the maximum number of ML models to list.

$sel:modelNameBeginsWith:ListModels', listModels_modelNameBeginsWith - The beginning of the name of the ML models being listed.

ListModels, listModels_nextToken - An opaque pagination token indicating where to continue the listing of ML models.

ListModels, listModels_status - The status of the ML model.

data ListModelsResponse Source #

See: newListModelsResponse smart constructor.

Instances

Instances details
Generic ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Associated Types

type Rep ListModelsResponse :: Type -> Type #

Read ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Show ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

NFData ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Methods

rnf :: ListModelsResponse -> () #

Eq ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

type Rep ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

type Rep ListModelsResponse = D1 ('MetaData "ListModelsResponse" "Amazonka.LookoutEquipment.ListModels" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListModelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ModelSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListModelsResponse Source #

Create a value of ListModelsResponse 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:modelSummaries:ListModelsResponse', listModelsResponse_modelSummaries - Provides information on the specified model, including created time, model and dataset ARNs, and status.

ListModels, listModelsResponse_nextToken - An opaque pagination token indicating where to continue the listing of ML models.

$sel:httpStatus:ListModelsResponse', listModelsResponse_httpStatus - The response's http status code.

ListSensorStatistics

data ListSensorStatistics Source #

See: newListSensorStatistics smart constructor.

Instances

Instances details
ToJSON ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

ToHeaders ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

ToPath ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

ToQuery ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

AWSRequest ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Associated Types

type AWSResponse ListSensorStatistics #

Generic ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Associated Types

type Rep ListSensorStatistics :: Type -> Type #

Read ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Show ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

NFData ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Methods

rnf :: ListSensorStatistics -> () #

Eq ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Hashable ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type AWSResponse ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type Rep ListSensorStatistics Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type Rep ListSensorStatistics = D1 ('MetaData "ListSensorStatistics" "Amazonka.LookoutEquipment.ListSensorStatistics" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListSensorStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ingestionJobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListSensorStatistics Source #

Create a value of ListSensorStatistics 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:ingestionJobId:ListSensorStatistics', listSensorStatistics_ingestionJobId - The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.

$sel:maxResults:ListSensorStatistics', listSensorStatistics_maxResults - Specifies the maximum number of sensors for which to retrieve statistics.

ListSensorStatistics, listSensorStatistics_nextToken - An opaque pagination token indicating where to continue the listing of sensor statistics.

ListSensorStatistics, listSensorStatistics_datasetName - The name of the dataset associated with the list of Sensor Statistics.

data ListSensorStatisticsResponse Source #

See: newListSensorStatisticsResponse smart constructor.

Instances

Instances details
Generic ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Associated Types

type Rep ListSensorStatisticsResponse :: Type -> Type #

Read ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Show ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

NFData ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

Eq ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type Rep ListSensorStatisticsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListSensorStatistics

type Rep ListSensorStatisticsResponse = D1 ('MetaData "ListSensorStatisticsResponse" "Amazonka.LookoutEquipment.ListSensorStatistics" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListSensorStatisticsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sensorStatisticsSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SensorStatisticsSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSensorStatisticsResponse Source #

Create a value of ListSensorStatisticsResponse 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:

ListSensorStatistics, listSensorStatisticsResponse_nextToken - An opaque pagination token indicating where to continue the listing of sensor statistics.

$sel:sensorStatisticsSummaries:ListSensorStatisticsResponse', listSensorStatisticsResponse_sensorStatisticsSummaries - Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.

$sel:httpStatus:ListSensorStatisticsResponse', listSensorStatisticsResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.LookoutEquipment.ListTagsForResource" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource (such as the dataset or model) that is the focus of the ListTagsForResource operation.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.LookoutEquipment.ListTagsForResource" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - Any tags associated with the resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

StartDataIngestionJob

data StartDataIngestionJob Source #

See: newStartDataIngestionJob smart constructor.

Instances

Instances details
ToJSON StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

ToHeaders StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

ToPath StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

ToQuery StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

AWSRequest StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Associated Types

type AWSResponse StartDataIngestionJob #

Generic StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Associated Types

type Rep StartDataIngestionJob :: Type -> Type #

Read StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Show StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

NFData StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Methods

rnf :: StartDataIngestionJob -> () #

Eq StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Hashable StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

type AWSResponse StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

type Rep StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

type Rep StartDataIngestionJob = D1 ('MetaData "StartDataIngestionJob" "Amazonka.LookoutEquipment.StartDataIngestionJob" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "StartDataIngestionJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ingestionInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IngestionInputConfiguration)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStartDataIngestionJob Source #

Create a value of StartDataIngestionJob 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:

StartDataIngestionJob, startDataIngestionJob_datasetName - The name of the dataset being used by the data ingestion job.

StartDataIngestionJob, startDataIngestionJob_ingestionInputConfiguration - Specifies information for the input data for the data ingestion job, including dataset S3 location.

$sel:roleArn:StartDataIngestionJob', startDataIngestionJob_roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.

$sel:clientToken:StartDataIngestionJob', startDataIngestionJob_clientToken - A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

data StartDataIngestionJobResponse Source #

See: newStartDataIngestionJobResponse smart constructor.

Instances

Instances details
Generic StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Associated Types

type Rep StartDataIngestionJobResponse :: Type -> Type #

Read StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Show StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

NFData StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Eq StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

type Rep StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

type Rep StartDataIngestionJobResponse = D1 ('MetaData "StartDataIngestionJobResponse" "Amazonka.LookoutEquipment.StartDataIngestionJob" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "StartDataIngestionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStartDataIngestionJobResponse Source #

Create a value of StartDataIngestionJobResponse 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:

StartDataIngestionJobResponse, startDataIngestionJobResponse_jobId - Indicates the job ID of the data ingestion job.

StartDataIngestionJobResponse, startDataIngestionJobResponse_status - Indicates the status of the StartDataIngestionJob operation.

$sel:httpStatus:StartDataIngestionJobResponse', startDataIngestionJobResponse_httpStatus - The response's http status code.

StartInferenceScheduler

data StartInferenceScheduler Source #

See: newStartInferenceScheduler smart constructor.

Instances

Instances details
ToJSON StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

ToHeaders StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

ToPath StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

ToQuery StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

AWSRequest StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Generic StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Associated Types

type Rep StartInferenceScheduler :: Type -> Type #

Read StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Show StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

NFData StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Methods

rnf :: StartInferenceScheduler -> () #

Eq StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Hashable StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

type AWSResponse StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

type Rep StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

type Rep StartInferenceScheduler = D1 ('MetaData "StartInferenceScheduler" "Amazonka.LookoutEquipment.StartInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "StartInferenceScheduler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartInferenceScheduler Source #

Create a value of StartInferenceScheduler 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:

StartInferenceScheduler, startInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler to be started.

data StartInferenceSchedulerResponse Source #

See: newStartInferenceSchedulerResponse smart constructor.

Instances

Instances details
Generic StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Associated Types

type Rep StartInferenceSchedulerResponse :: Type -> Type #

Read StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Show StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

NFData StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Eq StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

type Rep StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

type Rep StartInferenceSchedulerResponse = D1 ('MetaData "StartInferenceSchedulerResponse" "Amazonka.LookoutEquipment.StartInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "StartInferenceSchedulerResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newStartInferenceSchedulerResponse Source #

Create a value of StartInferenceSchedulerResponse 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:

StartInferenceSchedulerResponse, startInferenceSchedulerResponse_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being started.

StartInferenceScheduler, startInferenceSchedulerResponse_inferenceSchedulerName - The name of the inference scheduler being started.

StartInferenceSchedulerResponse, startInferenceSchedulerResponse_modelArn - The Amazon Resource Name (ARN) of the ML model being used by the inference scheduler.

StartInferenceSchedulerResponse, startInferenceSchedulerResponse_modelName - The name of the ML model being used by the inference scheduler.

StartInferenceSchedulerResponse, startInferenceSchedulerResponse_status - Indicates the status of the inference scheduler.

$sel:httpStatus:StartInferenceSchedulerResponse', startInferenceSchedulerResponse_httpStatus - The response's http status code.

StopInferenceScheduler

data StopInferenceScheduler Source #

See: newStopInferenceScheduler smart constructor.

Instances

Instances details
ToJSON StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

ToHeaders StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

ToPath StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

ToQuery StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

AWSRequest StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Associated Types

type AWSResponse StopInferenceScheduler #

Generic StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Associated Types

type Rep StopInferenceScheduler :: Type -> Type #

Read StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Show StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

NFData StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Methods

rnf :: StopInferenceScheduler -> () #

Eq StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Hashable StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

type AWSResponse StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

type Rep StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

type Rep StopInferenceScheduler = D1 ('MetaData "StopInferenceScheduler" "Amazonka.LookoutEquipment.StopInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "StopInferenceScheduler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopInferenceScheduler Source #

Create a value of StopInferenceScheduler 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:

StopInferenceScheduler, stopInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler to be stopped.

data StopInferenceSchedulerResponse Source #

See: newStopInferenceSchedulerResponse smart constructor.

Instances

Instances details
Generic StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Associated Types

type Rep StopInferenceSchedulerResponse :: Type -> Type #

Read StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Show StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

NFData StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Eq StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

type Rep StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

type Rep StopInferenceSchedulerResponse = D1 ('MetaData "StopInferenceSchedulerResponse" "Amazonka.LookoutEquipment.StopInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "StopInferenceSchedulerResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newStopInferenceSchedulerResponse Source #

Create a value of StopInferenceSchedulerResponse 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:

StopInferenceSchedulerResponse, stopInferenceSchedulerResponse_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference schedule being stopped.

StopInferenceScheduler, stopInferenceSchedulerResponse_inferenceSchedulerName - The name of the inference scheduler being stopped.

StopInferenceSchedulerResponse, stopInferenceSchedulerResponse_modelArn - The Amazon Resource Name (ARN) of the ML model used by the inference scheduler being stopped.

StopInferenceSchedulerResponse, stopInferenceSchedulerResponse_modelName - The name of the ML model used by the inference scheduler being stopped.

StopInferenceSchedulerResponse, stopInferenceSchedulerResponse_status - Indicates the status of the inference scheduler.

$sel:httpStatus:StopInferenceSchedulerResponse', stopInferenceSchedulerResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.LookoutEquipment.TagResource" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated.

$sel:tags:TagResource', tagResource_tags - The tag or tags to be associated with a specific resource. Both the tag key and value are specified.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.LookoutEquipment.TagResource" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.LookoutEquipment.UntagResource" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource to which the tag is currently associated.

$sel:tagKeys:UntagResource', untagResource_tagKeys - Specifies the key of the tag to be removed from a specified resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.LookoutEquipment.UntagResource" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateInferenceScheduler

data UpdateInferenceScheduler Source #

See: newUpdateInferenceScheduler smart constructor.

Instances

Instances details
ToJSON UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

ToHeaders UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

ToPath UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

ToQuery UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

AWSRequest UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Generic UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Associated Types

type Rep UpdateInferenceScheduler :: Type -> Type #

Read UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Show UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

NFData UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Eq UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Hashable UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

type AWSResponse UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

type Rep UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

type Rep UpdateInferenceScheduler = D1 ('MetaData "UpdateInferenceScheduler" "Amazonka.LookoutEquipment.UpdateInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "UpdateInferenceScheduler'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataDelayOffsetInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "dataInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceInputConfiguration)) :*: S1 ('MetaSel ('Just "dataOutputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceOutputConfiguration)))) :*: (S1 ('MetaSel ('Just "dataUploadFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataUploadFrequency)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateInferenceScheduler Source #

Create a value of UpdateInferenceScheduler 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:

UpdateInferenceScheduler, updateInferenceScheduler_dataDelayOffsetInMinutes - A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, 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.

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

UpdateInferenceScheduler, updateInferenceScheduler_dataOutputConfiguration - Specifies information for the output results from the inference scheduler, including the output S3 location.

UpdateInferenceScheduler, updateInferenceScheduler_dataUploadFrequency - How often data is uploaded to the source S3 bucket for the input data. The value chosen 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:roleArn:UpdateInferenceScheduler', updateInferenceScheduler_roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source for the inference scheduler.

UpdateInferenceScheduler, updateInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler to be updated.

data UpdateInferenceSchedulerResponse Source #

See: newUpdateInferenceSchedulerResponse smart constructor.

Instances

Instances details
Generic UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Associated Types

type Rep UpdateInferenceSchedulerResponse :: Type -> Type #

Read UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Show UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

NFData UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Eq UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

type Rep UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

type Rep UpdateInferenceSchedulerResponse = D1 ('MetaData "UpdateInferenceSchedulerResponse" "Amazonka.LookoutEquipment.UpdateInferenceScheduler" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "UpdateInferenceSchedulerResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateInferenceSchedulerResponse :: UpdateInferenceSchedulerResponse Source #

Create a value of UpdateInferenceSchedulerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateLabelGroup

data UpdateLabelGroup Source #

See: newUpdateLabelGroup smart constructor.

Constructors

UpdateLabelGroup' (Maybe [Text]) Text 

Instances

Instances details
ToJSON UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

ToHeaders UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

ToPath UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

ToQuery UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

AWSRequest UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Associated Types

type AWSResponse UpdateLabelGroup #

Generic UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Associated Types

type Rep UpdateLabelGroup :: Type -> Type #

Read UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Show UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

NFData UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Methods

rnf :: UpdateLabelGroup -> () #

Eq UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Hashable UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type AWSResponse UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type Rep UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type Rep UpdateLabelGroup = D1 ('MetaData "UpdateLabelGroup" "Amazonka.LookoutEquipment.UpdateLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "UpdateLabelGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "faultCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateLabelGroup Source #

Create a value of UpdateLabelGroup 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:faultCodes:UpdateLabelGroup', updateLabelGroup_faultCodes - Updates the code indicating the type of anomaly associated with the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

UpdateLabelGroup, updateLabelGroup_labelGroupName - The name of the label group to be updated.

data UpdateLabelGroupResponse Source #

See: newUpdateLabelGroupResponse smart constructor.

Instances

Instances details
Generic UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Associated Types

type Rep UpdateLabelGroupResponse :: Type -> Type #

Read UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Show UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

NFData UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Eq UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type Rep UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type Rep UpdateLabelGroupResponse = D1 ('MetaData "UpdateLabelGroupResponse" "Amazonka.LookoutEquipment.UpdateLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "UpdateLabelGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateLabelGroupResponse :: UpdateLabelGroupResponse Source #

Create a value of UpdateLabelGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Types

DataUploadFrequency

newtype DataUploadFrequency Source #

Instances

Instances details
FromJSON DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

FromJSONKey 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

ToByteString DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToHeader DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToLog DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToQuery 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

FromXML DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToXML 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 #

Read DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Show DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

NFData DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Methods

rnf :: DataUploadFrequency -> () #

Eq DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Ord DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'True) (C1 ('MetaCons "DataUploadFrequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataUploadFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatasetStatus

newtype DatasetStatus Source #

Constructors

DatasetStatus' 

Instances

Instances details
FromJSON DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

FromJSONKey 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

ToByteString DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToHeader DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToLog DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToQuery 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 #

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 #

Generic DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Associated Types

type Rep DatasetStatus :: Type -> Type #

Read DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Show DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

NFData DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Methods

rnf :: DatasetStatus -> () #

Eq DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Ord DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Hashable DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

type Rep DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

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

InferenceExecutionStatus

newtype InferenceExecutionStatus Source #

Instances

Instances details
FromJSON InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

FromJSONKey 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

ToByteString InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToHeader InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToLog InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToQuery 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

FromXML InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToXML 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 #

Read InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Show InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

NFData InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Eq InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Ord InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'True) (C1 ('MetaCons "InferenceExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInferenceExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InferenceSchedulerStatus

newtype InferenceSchedulerStatus Source #

Instances

Instances details
FromJSON InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

FromJSONKey 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

ToByteString InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToHeader InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToLog InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToQuery 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

FromXML InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToXML 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 #

Read InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Show InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

NFData InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Eq InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Ord InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'True) (C1 ('MetaCons "InferenceSchedulerStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInferenceSchedulerStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IngestionJobStatus

newtype IngestionJobStatus Source #

Instances

Instances details
FromJSON IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

FromJSONKey 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

ToByteString IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToHeader IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToLog IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToQuery 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

FromXML IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToXML 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 #

Read IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Show IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

NFData IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Methods

rnf :: IngestionJobStatus -> () #

Eq IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Ord IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'True) (C1 ('MetaCons "IngestionJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIngestionJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LabelRating

newtype LabelRating Source #

Constructors

LabelRating' 

Instances

Instances details
FromJSON LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

FromJSONKey LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

ToJSON LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

ToJSONKey LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

ToByteString LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

ToHeader LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

ToLog LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

ToQuery LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

FromText LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

ToText LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

Methods

toText :: LabelRating -> Text #

FromXML LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

ToXML LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

Methods

toXML :: LabelRating -> XML #

Generic LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

Associated Types

type Rep LabelRating :: Type -> Type #

Read LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

Show LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

NFData LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

Methods

rnf :: LabelRating -> () #

Eq LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

Ord LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

Hashable LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

type Rep LabelRating Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelRating

type Rep LabelRating = D1 ('MetaData "LabelRating" "Amazonka.LookoutEquipment.Types.LabelRating" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'True) (C1 ('MetaCons "LabelRating'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLabelRating") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LatestInferenceResult

newtype LatestInferenceResult Source #

Instances

Instances details
FromJSON LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

FromJSONKey LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

ToJSON LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

ToJSONKey LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

ToByteString LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

ToHeader LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

ToLog LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

ToQuery LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

FromText LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

ToText LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

FromXML LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

ToXML LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

Generic LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

Associated Types

type Rep LatestInferenceResult :: Type -> Type #

Read LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

Show LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

NFData LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

Methods

rnf :: LatestInferenceResult -> () #

Eq LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

Ord LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

Hashable LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

type Rep LatestInferenceResult Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LatestInferenceResult

type Rep LatestInferenceResult = D1 ('MetaData "LatestInferenceResult" "Amazonka.LookoutEquipment.Types.LatestInferenceResult" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'True) (C1 ('MetaCons "LatestInferenceResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLatestInferenceResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelStatus

newtype ModelStatus Source #

Constructors

ModelStatus' 

Instances

Instances details
FromJSON ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

FromJSONKey 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

ToByteString ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToHeader ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToLog ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToQuery 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 #

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 #

Generic ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Associated Types

type Rep ModelStatus :: Type -> Type #

Read ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Show ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

NFData ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Methods

rnf :: ModelStatus -> () #

Eq ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Ord ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Hashable ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

type Rep ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

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

Monotonicity

newtype Monotonicity Source #

Constructors

Monotonicity' 

Instances

Instances details
FromJSON Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

FromJSONKey Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

ToJSON Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

ToJSONKey Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

ToByteString Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

ToHeader Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

ToLog Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

ToQuery Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

FromText Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

ToText Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

Methods

toText :: Monotonicity -> Text #

FromXML Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

ToXML Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

Methods

toXML :: Monotonicity -> XML #

Generic Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

Associated Types

type Rep Monotonicity :: Type -> Type #

Read Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

Show Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

NFData Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

Methods

rnf :: Monotonicity -> () #

Eq Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

Ord Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

Hashable Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

type Rep Monotonicity Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Monotonicity

type Rep Monotonicity = D1 ('MetaData "Monotonicity" "Amazonka.LookoutEquipment.Types.Monotonicity" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'True) (C1 ('MetaCons "Monotonicity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonotonicity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StatisticalIssueStatus

newtype StatisticalIssueStatus Source #

Instances

Instances details
FromJSON StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

FromJSONKey StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

ToJSON StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

ToJSONKey StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

ToByteString StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

ToHeader StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

ToLog StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

ToQuery StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

FromText StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

ToText StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

FromXML StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

ToXML StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

Generic StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

Associated Types

type Rep StatisticalIssueStatus :: Type -> Type #

Read StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

Show StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

NFData StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

Methods

rnf :: StatisticalIssueStatus -> () #

Eq StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

Ord StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

Hashable StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

type Rep StatisticalIssueStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.StatisticalIssueStatus

type Rep StatisticalIssueStatus = D1 ('MetaData "StatisticalIssueStatus" "Amazonka.LookoutEquipment.Types.StatisticalIssueStatus" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'True) (C1 ('MetaCons "StatisticalIssueStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatisticalIssueStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetSamplingRate

newtype TargetSamplingRate Source #

Instances

Instances details
FromJSON TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

FromJSONKey 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

ToByteString TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToHeader TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToLog TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToQuery 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

FromXML TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToXML 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 #

Read TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Show TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

NFData TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Methods

rnf :: TargetSamplingRate -> () #

Eq TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Ord TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'True) (C1 ('MetaCons "TargetSamplingRate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetSamplingRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CategoricalValues

data CategoricalValues Source #

Entity that comprises information on categorical values in data.

See: newCategoricalValues smart constructor.

Instances

Instances details
FromJSON CategoricalValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CategoricalValues

Generic CategoricalValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CategoricalValues

Associated Types

type Rep CategoricalValues :: Type -> Type #

Read CategoricalValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CategoricalValues

Show CategoricalValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CategoricalValues

NFData CategoricalValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CategoricalValues

Methods

rnf :: CategoricalValues -> () #

Eq CategoricalValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CategoricalValues

Hashable CategoricalValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CategoricalValues

type Rep CategoricalValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CategoricalValues

type Rep CategoricalValues = D1 ('MetaData "CategoricalValues" "Amazonka.LookoutEquipment.Types.CategoricalValues" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CategoricalValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numberOfCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StatisticalIssueStatus)))

newCategoricalValues Source #

Create a value of CategoricalValues 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:numberOfCategory:CategoricalValues', categoricalValues_numberOfCategory - Indicates the number of categories in the data.

$sel:status:CategoricalValues', categoricalValues_status - Indicates whether there is a potential data issue related to categorical values.

CountPercent

data CountPercent Source #

Entity that comprises information of count and percentage.

See: newCountPercent smart constructor.

Constructors

CountPercent' Int Double 

Instances

Instances details
FromJSON CountPercent Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CountPercent

Generic CountPercent Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CountPercent

Associated Types

type Rep CountPercent :: Type -> Type #

Read CountPercent Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CountPercent

Show CountPercent Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CountPercent

NFData CountPercent Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CountPercent

Methods

rnf :: CountPercent -> () #

Eq CountPercent Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CountPercent

Hashable CountPercent Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CountPercent

type Rep CountPercent Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.CountPercent

type Rep CountPercent = D1 ('MetaData "CountPercent" "Amazonka.LookoutEquipment.Types.CountPercent" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "CountPercent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "percentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newCountPercent Source #

Create a value of CountPercent 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:count:CountPercent', countPercent_count - Indicates the count of occurences of the given statistic.

$sel:percentage:CountPercent', countPercent_percentage - Indicates the percentage of occurances of the given statistic.

DataIngestionJobSummary

data DataIngestionJobSummary Source #

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

See: newDataIngestionJobSummary smart constructor.

Instances

Instances details
FromJSON 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 #

Read DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Show DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

NFData DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Methods

rnf :: DataIngestionJobSummary -> () #

Eq DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DataIngestionJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ingestionInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionInputConfiguration)) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus))))))

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:datasetArn:DataIngestionJobSummary', dataIngestionJobSummary_datasetArn - The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.

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

$sel:ingestionInputConfiguration:DataIngestionJobSummary', dataIngestionJobSummary_ingestionInputConfiguration - Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.

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

$sel:status:DataIngestionJobSummary', dataIngestionJobSummary_status - Indicates the status of 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.

Instances

Instances details
FromJSON DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

ToJSON 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 #

Read DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Show DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

NFData DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Eq DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" '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

DataQualitySummary

data DataQualitySummary Source #

DataQualitySummary gives aggregated statistics over all the sensors about a completed ingestion job. It primarily gives more information about statistics over different incorrect data like MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, DuplicateTimeStamps.

See: newDataQualitySummary smart constructor.

Instances

Instances details
FromJSON DataQualitySummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataQualitySummary

Generic DataQualitySummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataQualitySummary

Associated Types

type Rep DataQualitySummary :: Type -> Type #

Read DataQualitySummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataQualitySummary

Show DataQualitySummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataQualitySummary

NFData DataQualitySummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataQualitySummary

Methods

rnf :: DataQualitySummary -> () #

Eq DataQualitySummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataQualitySummary

Hashable DataQualitySummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataQualitySummary

type Rep DataQualitySummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataQualitySummary

type Rep DataQualitySummary = D1 ('MetaData "DataQualitySummary" "Amazonka.LookoutEquipment.Types.DataQualitySummary" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DataQualitySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "insufficientSensorData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InsufficientSensorData) :*: S1 ('MetaSel ('Just "missingSensorData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MissingSensorData)) :*: (S1 ('MetaSel ('Just "invalidSensorData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InvalidSensorData) :*: (S1 ('MetaSel ('Just "unsupportedTimestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UnsupportedTimestamps) :*: S1 ('MetaSel ('Just "duplicateTimestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DuplicateTimestamps)))))

newDataQualitySummary Source #

Create a value of DataQualitySummary 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:insufficientSensorData:DataQualitySummary', dataQualitySummary_insufficientSensorData - Parameter that gives information about insufficient data for sensors in the dataset. This includes information about those sensors that have complete data missing and those with a short date range.

$sel:missingSensorData:DataQualitySummary', dataQualitySummary_missingSensorData - Parameter that gives information about data that is missing over all the sensors in the input data.

$sel:invalidSensorData:DataQualitySummary', dataQualitySummary_invalidSensorData - Parameter that gives information about data that is invalid over all the sensors in the input data.

$sel:unsupportedTimestamps:DataQualitySummary', dataQualitySummary_unsupportedTimestamps - Parameter that gives information about unsupported timestamps in the input data.

$sel:duplicateTimestamps:DataQualitySummary', dataQualitySummary_duplicateTimestamps - Parameter that gives information about duplicate timestamps in the input data.

DatasetSchema

data DatasetSchema Source #

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

See: newDatasetSchema smart constructor.

Constructors

DatasetSchema' (Maybe Text) 

Instances

Instances details
ToJSON 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 #

Read DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Show DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

NFData DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Methods

rnf :: DatasetSchema -> () #

Eq DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" '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.

Instances

Instances details
FromJSON 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 #

Read DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Show DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

NFData DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Methods

rnf :: DatasetSummary -> () #

Eq DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DatasetSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus)))))

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:createdAt:DatasetSummary', datasetSummary_createdAt - The time at which the dataset was created in Amazon Lookout for Equipment.

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

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

$sel:status:DatasetSummary', datasetSummary_status - Indicates the status of the dataset.

DuplicateTimestamps

data DuplicateTimestamps Source #

Entity that comprises information abount duplicate timestamps in the dataset.

See: newDuplicateTimestamps smart constructor.

Instances

Instances details
FromJSON DuplicateTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DuplicateTimestamps

Generic DuplicateTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DuplicateTimestamps

Associated Types

type Rep DuplicateTimestamps :: Type -> Type #

Read DuplicateTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DuplicateTimestamps

Show DuplicateTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DuplicateTimestamps

NFData DuplicateTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DuplicateTimestamps

Methods

rnf :: DuplicateTimestamps -> () #

Eq DuplicateTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DuplicateTimestamps

Hashable DuplicateTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DuplicateTimestamps

type Rep DuplicateTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DuplicateTimestamps

type Rep DuplicateTimestamps = D1 ('MetaData "DuplicateTimestamps" "Amazonka.LookoutEquipment.Types.DuplicateTimestamps" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DuplicateTimestamps'" 'PrefixI 'True) (S1 ('MetaSel ('Just "totalNumberOfDuplicateTimestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDuplicateTimestamps Source #

Create a value of DuplicateTimestamps 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:totalNumberOfDuplicateTimestamps:DuplicateTimestamps', duplicateTimestamps_totalNumberOfDuplicateTimestamps - Indicates the total number of duplicate timestamps.

InferenceEventSummary

data InferenceEventSummary Source #

Contains information about the specific inference event, including start and end time, diagnostics information, event duration and so on.

See: newInferenceEventSummary smart constructor.

Instances

Instances details
FromJSON InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Generic InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Associated Types

type Rep InferenceEventSummary :: Type -> Type #

Read InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Show InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

NFData InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Methods

rnf :: InferenceEventSummary -> () #

Eq InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

Hashable InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

type Rep InferenceEventSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceEventSummary

type Rep InferenceEventSummary = D1 ('MetaData "InferenceEventSummary" "Amazonka.LookoutEquipment.Types.InferenceEventSummary" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "InferenceEventSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "diagnostics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "eventEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "eventStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newInferenceEventSummary :: InferenceEventSummary Source #

Create a value of InferenceEventSummary 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:diagnostics:InferenceEventSummary', inferenceEventSummary_diagnostics - An array which specifies the names and values of all sensors contributing to an inference event.

$sel:eventDurationInSeconds:InferenceEventSummary', inferenceEventSummary_eventDurationInSeconds - Indicates the size of an inference event in seconds.

$sel:eventEndTime:InferenceEventSummary', inferenceEventSummary_eventEndTime - Indicates the ending time of an inference event.

$sel:eventStartTime:InferenceEventSummary', inferenceEventSummary_eventStartTime - Indicates the starting time of an inference event.

$sel:inferenceSchedulerArn:InferenceEventSummary', inferenceEventSummary_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.

$sel:inferenceSchedulerName:InferenceEventSummary', inferenceEventSummary_inferenceSchedulerName - The name of the inference scheduler being used for the inference events.

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.

Instances

Instances details
FromJSON 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 #

Read InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Show InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

NFData InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Eq InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "InferenceExecutionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "customerResultObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Object)) :*: (S1 ('MetaSel ('Just "dataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceInputConfiguration)))) :*: (S1 ('MetaSel ('Just "dataOutputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceOutputConfiguration)) :*: (S1 ('MetaSel ('Just "dataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failedReason") '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)) :*: S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceExecutionStatus)))))))

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:customerResultObject:InferenceExecutionSummary', inferenceExecutionSummary_customerResultObject -

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

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

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

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

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

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

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

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

$sel:modelName:InferenceExecutionSummary', inferenceExecutionSummary_modelName - The name of the ML model 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:status:InferenceExecutionSummary', inferenceExecutionSummary_status - Indicates the status of the inference execution.

InferenceInputConfiguration

data InferenceInputConfiguration Source #

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

See: newInferenceInputConfiguration smart constructor.

Instances

Instances details
FromJSON InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

ToJSON 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 #

Read InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Show InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

NFData InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Eq InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "InferenceInputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceInputNameConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceInputNameConfiguration)) :*: (S1 ('MetaSel ('Just "inputTimeZoneOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3InputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceS3InputConfiguration)))))

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:inferenceInputNameConfiguration:InferenceInputConfiguration', inferenceInputConfiguration_inferenceInputNameConfiguration - Specifies configuration information for the input data for the inference, including timestamp format and delimiter.

$sel:inputTimeZoneOffset:InferenceInputConfiguration', inferenceInputConfiguration_inputTimeZoneOffset - Indicates the difference between your time zone and Coordinated Universal Time (UTC).

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

InferenceInputNameConfiguration

data InferenceInputNameConfiguration Source #

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

See: newInferenceInputNameConfiguration smart constructor.

Instances

Instances details
FromJSON InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

ToJSON 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 #

Read InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Show InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

NFData InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Eq InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "InferenceInputNameConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentTimestampDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timestampFormat") '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:componentTimestampDelimiter:InferenceInputNameConfiguration', inferenceInputNameConfiguration_componentTimestampDelimiter - Indicates the delimiter character used between items in the data.

$sel:timestampFormat:InferenceInputNameConfiguration', inferenceInputNameConfiguration_timestampFormat - The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).

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.

Instances

Instances details
FromJSON InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

ToJSON 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 #

Read InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Show InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

NFData InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Eq InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" '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.

InferenceS3InputConfiguration

data InferenceS3InputConfiguration Source #

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

See: newInferenceS3InputConfiguration smart constructor.

Instances

Instances details
FromJSON InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

ToJSON 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 #

Read InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Show InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

NFData InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Eq InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" '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.

InferenceS3OutputConfiguration

data InferenceS3OutputConfiguration Source #

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

See: newInferenceS3OutputConfiguration smart constructor.

Instances

Instances details
FromJSON InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

ToJSON 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 #

Read InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Show InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

NFData InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Eq InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" '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

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.

Instances

Instances details
FromJSON 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 #

Read InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Show InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

NFData InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Eq InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "InferenceSchedulerSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataDelayOffsetInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dataUploadFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataUploadFrequency))) :*: (S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "latestInferenceResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LatestInferenceResult)) :*: S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus))))))

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: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: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:inferenceSchedulerArn:InferenceSchedulerSummary', inferenceSchedulerSummary_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler.

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

$sel:latestInferenceResult:InferenceSchedulerSummary', inferenceSchedulerSummary_latestInferenceResult - Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).

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

IngestedFilesSummary

data IngestedFilesSummary Source #

Gives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job.

See: newIngestedFilesSummary smart constructor.

Instances

Instances details
FromJSON IngestedFilesSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestedFilesSummary

Generic IngestedFilesSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestedFilesSummary

Associated Types

type Rep IngestedFilesSummary :: Type -> Type #

Read IngestedFilesSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestedFilesSummary

Show IngestedFilesSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestedFilesSummary

NFData IngestedFilesSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestedFilesSummary

Methods

rnf :: IngestedFilesSummary -> () #

Eq IngestedFilesSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestedFilesSummary

Hashable IngestedFilesSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestedFilesSummary

type Rep IngestedFilesSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestedFilesSummary

type Rep IngestedFilesSummary = D1 ('MetaData "IngestedFilesSummary" "Amazonka.LookoutEquipment.Types.IngestedFilesSummary" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "IngestedFilesSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discardedFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [S3Object])) :*: (S1 ('MetaSel ('Just "totalNumberOfFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "ingestedNumberOfFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newIngestedFilesSummary Source #

Create a value of IngestedFilesSummary 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:discardedFiles:IngestedFilesSummary', ingestedFilesSummary_discardedFiles - Indicates the number of files that were discarded. A file could be discarded because its format is invalid (for example, a jpg or pdf) or not readable.

$sel:totalNumberOfFiles:IngestedFilesSummary', ingestedFilesSummary_totalNumberOfFiles - Indicates the total number of files that were submitted for ingestion.

$sel:ingestedNumberOfFiles:IngestedFilesSummary', ingestedFilesSummary_ingestedNumberOfFiles - Indicates the number of files that were successfully ingested.

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.

Instances

Instances details
FromJSON IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

ToJSON 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 #

Read IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Show IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

NFData IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Eq IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" '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.

IngestionS3InputConfiguration

data IngestionS3InputConfiguration Source #

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

See: newIngestionS3InputConfiguration smart constructor.

Instances

Instances details
FromJSON IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

ToJSON 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 #

Read IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Show IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

NFData IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Eq IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "IngestionS3InputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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:keyPattern:IngestionS3InputConfiguration', ingestionS3InputConfiguration_keyPattern - Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*

$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.

InsufficientSensorData

data InsufficientSensorData Source #

Entity that comprises aggregated information on sensors having insufficient data.

See: newInsufficientSensorData smart constructor.

Instances

Instances details
FromJSON InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Generic InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Associated Types

type Rep InsufficientSensorData :: Type -> Type #

Read InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Show InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

NFData InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Methods

rnf :: InsufficientSensorData -> () #

Eq InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Hashable InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

type Rep InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

type Rep InsufficientSensorData = D1 ('MetaData "InsufficientSensorData" "Amazonka.LookoutEquipment.Types.InsufficientSensorData" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "InsufficientSensorData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missingCompleteSensorData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MissingCompleteSensorData) :*: S1 ('MetaSel ('Just "sensorsWithShortDateRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SensorsWithShortDateRange)))

newInsufficientSensorData Source #

Create a value of InsufficientSensorData 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:missingCompleteSensorData:InsufficientSensorData', insufficientSensorData_missingCompleteSensorData - Parameter that describes the total number of sensors that have data completely missing for it.

$sel:sensorsWithShortDateRange:InsufficientSensorData', insufficientSensorData_sensorsWithShortDateRange - Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.

InvalidSensorData

data InvalidSensorData Source #

Entity that comprises aggregated information on sensors having insufficient data.

See: newInvalidSensorData smart constructor.

Constructors

InvalidSensorData' Int Int 

Instances

Instances details
FromJSON InvalidSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InvalidSensorData

Generic InvalidSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InvalidSensorData

Associated Types

type Rep InvalidSensorData :: Type -> Type #

Read InvalidSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InvalidSensorData

Show InvalidSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InvalidSensorData

NFData InvalidSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InvalidSensorData

Methods

rnf :: InvalidSensorData -> () #

Eq InvalidSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InvalidSensorData

Hashable InvalidSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InvalidSensorData

type Rep InvalidSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InvalidSensorData

type Rep InvalidSensorData = D1 ('MetaData "InvalidSensorData" "Amazonka.LookoutEquipment.Types.InvalidSensorData" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "InvalidSensorData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "affectedSensorCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "totalNumberOfInvalidValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newInvalidSensorData Source #

Create a value of InvalidSensorData 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:affectedSensorCount:InvalidSensorData', invalidSensorData_affectedSensorCount - Indicates the number of sensors that have at least some invalid values.

$sel:totalNumberOfInvalidValues:InvalidSensorData', invalidSensorData_totalNumberOfInvalidValues - Indicates the total number of invalid values across all the sensors.

LabelGroupSummary

data LabelGroupSummary Source #

Contains information about the label group.

See: newLabelGroupSummary smart constructor.

Instances

Instances details
FromJSON LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Generic LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Associated Types

type Rep LabelGroupSummary :: Type -> Type #

Read LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Show LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

NFData LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Methods

rnf :: LabelGroupSummary -> () #

Eq LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Hashable LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

type Rep LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

type Rep LabelGroupSummary = D1 ('MetaData "LabelGroupSummary" "Amazonka.LookoutEquipment.Types.LabelGroupSummary" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "LabelGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "labelGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newLabelGroupSummary :: LabelGroupSummary Source #

Create a value of LabelGroupSummary 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:createdAt:LabelGroupSummary', labelGroupSummary_createdAt - The time at which the label group was created.

$sel:labelGroupArn:LabelGroupSummary', labelGroupSummary_labelGroupArn - The ARN of the label group.

$sel:labelGroupName:LabelGroupSummary', labelGroupSummary_labelGroupName - The name of the label group.

$sel:updatedAt:LabelGroupSummary', labelGroupSummary_updatedAt - The time at which the label group was updated.

LabelSummary

data LabelSummary Source #

Information about the label.

See: newLabelSummary smart constructor.

Instances

Instances details
FromJSON LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Generic LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Associated Types

type Rep LabelSummary :: Type -> Type #

Read LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Show LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

NFData LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Methods

rnf :: LabelSummary -> () #

Eq LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

Hashable LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

type Rep LabelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelSummary

newLabelSummary :: LabelSummary Source #

Create a value of LabelSummary 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:createdAt:LabelSummary', labelSummary_createdAt - The time at which the label was created.

$sel:endTime:LabelSummary', labelSummary_endTime - The timestamp indicating the end of the label.

$sel:equipment:LabelSummary', labelSummary_equipment - Indicates that a label pertains to a particular piece of equipment.

$sel:faultCode:LabelSummary', labelSummary_faultCode - Indicates the type of anomaly associated with the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

$sel:labelGroupArn:LabelSummary', labelSummary_labelGroupArn - The ARN of the label group.

$sel:labelGroupName:LabelSummary', labelSummary_labelGroupName - The name of the label group.

$sel:labelId:LabelSummary', labelSummary_labelId - The ID of the label.

$sel:rating:LabelSummary', labelSummary_rating - Indicates whether a labeled event represents an anomaly.

$sel:startTime:LabelSummary', labelSummary_startTime - The timestamp indicating the start of the label.

LabelsInputConfiguration

data LabelsInputConfiguration Source #

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

See: newLabelsInputConfiguration smart constructor.

Instances

Instances details
FromJSON LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

ToJSON 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 #

Read LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Show LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

NFData LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Eq LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "LabelsInputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3InputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelsS3InputConfiguration))))

newLabelsInputConfiguration :: LabelsInputConfiguration 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:labelGroupName:LabelsInputConfiguration', labelsInputConfiguration_labelGroupName - The name of the label group to be used for label data.

$sel:s3InputConfiguration:LabelsInputConfiguration', labelsInputConfiguration_s3InputConfiguration - 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.

Instances

Instances details
FromJSON LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

ToJSON 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 #

Read LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Show LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

NFData LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Eq LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" '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.

LargeTimestampGaps

data LargeTimestampGaps Source #

Entity that comprises information on large gaps between consecutive timestamps in data.

See: newLargeTimestampGaps smart constructor.

Instances

Instances details
FromJSON LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Generic LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Associated Types

type Rep LargeTimestampGaps :: Type -> Type #

Read LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Show LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

NFData LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Methods

rnf :: LargeTimestampGaps -> () #

Eq LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Hashable LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

type Rep LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

type Rep LargeTimestampGaps = D1 ('MetaData "LargeTimestampGaps" "Amazonka.LookoutEquipment.Types.LargeTimestampGaps" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "LargeTimestampGaps'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxTimestampGapInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "numberOfLargeTimestampGaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StatisticalIssueStatus))))

newLargeTimestampGaps Source #

Create a value of LargeTimestampGaps 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:maxTimestampGapInDays:LargeTimestampGaps', largeTimestampGaps_maxTimestampGapInDays - Indicates the size of the largest timestamp gap, in days.

$sel:numberOfLargeTimestampGaps:LargeTimestampGaps', largeTimestampGaps_numberOfLargeTimestampGaps - Indicates the number of large timestamp gaps, if there are any.

$sel:status:LargeTimestampGaps', largeTimestampGaps_status - Indicates whether there is a potential data issue related to large gaps in timestamps.

MissingCompleteSensorData

data MissingCompleteSensorData Source #

Entity that comprises information on sensors that have sensor data completely missing.

See: newMissingCompleteSensorData smart constructor.

Instances

Instances details
FromJSON MissingCompleteSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingCompleteSensorData

Generic MissingCompleteSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingCompleteSensorData

Associated Types

type Rep MissingCompleteSensorData :: Type -> Type #

Read MissingCompleteSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingCompleteSensorData

Show MissingCompleteSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingCompleteSensorData

NFData MissingCompleteSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingCompleteSensorData

Eq MissingCompleteSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingCompleteSensorData

Hashable MissingCompleteSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingCompleteSensorData

type Rep MissingCompleteSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingCompleteSensorData

type Rep MissingCompleteSensorData = D1 ('MetaData "MissingCompleteSensorData" "Amazonka.LookoutEquipment.Types.MissingCompleteSensorData" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "MissingCompleteSensorData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "affectedSensorCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newMissingCompleteSensorData Source #

Create a value of MissingCompleteSensorData 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:affectedSensorCount:MissingCompleteSensorData', missingCompleteSensorData_affectedSensorCount - Indicates the number of sensors that have data missing completely.

MissingSensorData

data MissingSensorData Source #

Entity that comprises aggregated information on sensors having missing data.

See: newMissingSensorData smart constructor.

Constructors

MissingSensorData' Int Int 

Instances

Instances details
FromJSON MissingSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingSensorData

Generic MissingSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingSensorData

Associated Types

type Rep MissingSensorData :: Type -> Type #

Read MissingSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingSensorData

Show MissingSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingSensorData

NFData MissingSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingSensorData

Methods

rnf :: MissingSensorData -> () #

Eq MissingSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingSensorData

Hashable MissingSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingSensorData

type Rep MissingSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MissingSensorData

type Rep MissingSensorData = D1 ('MetaData "MissingSensorData" "Amazonka.LookoutEquipment.Types.MissingSensorData" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "MissingSensorData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "affectedSensorCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "totalNumberOfMissingValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newMissingSensorData Source #

Create a value of MissingSensorData 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:affectedSensorCount:MissingSensorData', missingSensorData_affectedSensorCount - Indicates the number of sensors that have atleast some data missing.

$sel:totalNumberOfMissingValues:MissingSensorData', missingSensorData_totalNumberOfMissingValues - Indicates the total number of missing values across all the sensors.

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.

Instances

Instances details
FromJSON 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 #

Read ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Show ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

NFData ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Methods

rnf :: ModelSummary -> () #

Eq ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Hashable 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" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ModelSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus))))))

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:createdAt:ModelSummary', modelSummary_createdAt - The time at which the specific model was created.

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

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

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

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

$sel:status:ModelSummary', modelSummary_status - Indicates the status of the ML model.

MonotonicValues

data MonotonicValues Source #

Entity that comprises information on monotonic values in the data.

See: newMonotonicValues smart constructor.

Instances

Instances details
FromJSON MonotonicValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MonotonicValues

Generic MonotonicValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MonotonicValues

Associated Types

type Rep MonotonicValues :: Type -> Type #

Read MonotonicValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MonotonicValues

Show MonotonicValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MonotonicValues

NFData MonotonicValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MonotonicValues

Methods

rnf :: MonotonicValues -> () #

Eq MonotonicValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MonotonicValues

Hashable MonotonicValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MonotonicValues

type Rep MonotonicValues Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MonotonicValues

type Rep MonotonicValues = D1 ('MetaData "MonotonicValues" "Amazonka.LookoutEquipment.Types.MonotonicValues" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "MonotonicValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monotonicity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Monotonicity)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StatisticalIssueStatus)))

newMonotonicValues Source #

Create a value of MonotonicValues 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:monotonicity:MonotonicValues', monotonicValues_monotonicity - Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.

$sel:status:MonotonicValues', monotonicValues_status - Indicates whether there is a potential data issue related to having monotonic values.

MultipleOperatingModes

data MultipleOperatingModes Source #

Entity that comprises information on operating modes in data.

See: newMultipleOperatingModes smart constructor.

Instances

Instances details
FromJSON MultipleOperatingModes Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MultipleOperatingModes

Generic MultipleOperatingModes Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MultipleOperatingModes

Associated Types

type Rep MultipleOperatingModes :: Type -> Type #

Read MultipleOperatingModes Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MultipleOperatingModes

Show MultipleOperatingModes Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MultipleOperatingModes

NFData MultipleOperatingModes Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MultipleOperatingModes

Methods

rnf :: MultipleOperatingModes -> () #

Eq MultipleOperatingModes Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MultipleOperatingModes

Hashable MultipleOperatingModes Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MultipleOperatingModes

type Rep MultipleOperatingModes Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.MultipleOperatingModes

type Rep MultipleOperatingModes = D1 ('MetaData "MultipleOperatingModes" "Amazonka.LookoutEquipment.Types.MultipleOperatingModes" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "MultipleOperatingModes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StatisticalIssueStatus)))

newMultipleOperatingModes Source #

Create a value of MultipleOperatingModes 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:MultipleOperatingModes', multipleOperatingModes_status - Indicates whether there is a potential data issue related to having multiple operating modes.

S3Object

data S3Object Source #

Contains information about an S3 bucket.

See: newS3Object smart constructor.

Constructors

S3Object' Text Text 

Instances

Instances details
FromJSON 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 #

Read S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Show S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

NFData S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Methods

rnf :: S3Object -> () #

Eq S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Hashable S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Methods

hashWithSalt :: Int -> S3Object -> Int #

hash :: S3Object -> Int #

type Rep S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

type Rep S3Object = D1 ('MetaData "S3Object" "Amazonka.LookoutEquipment.Types.S3Object" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" '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.

SensorStatisticsSummary

data SensorStatisticsSummary Source #

Summary of ingestion statistics like whether data exists, number of missing values, number of invalid values and so on related to the particular sensor.

See: newSensorStatisticsSummary smart constructor.

Instances

Instances details
FromJSON SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Generic SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Associated Types

type Rep SensorStatisticsSummary :: Type -> Type #

Read SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Show SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

NFData SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Methods

rnf :: SensorStatisticsSummary -> () #

Eq SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

Hashable SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

type Rep SensorStatisticsSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorStatisticsSummary

type Rep SensorStatisticsSummary = D1 ('MetaData "SensorStatisticsSummary" "Amazonka.LookoutEquipment.Types.SensorStatisticsSummary" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "SensorStatisticsSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "categoricalValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoricalValues)) :*: (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "dataExists") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "dataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "duplicateTimestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountPercent))))) :*: ((S1 ('MetaSel ('Just "invalidDateEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountPercent)) :*: (S1 ('MetaSel ('Just "invalidValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountPercent)) :*: S1 ('MetaSel ('Just "largeTimestampGaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LargeTimestampGaps)))) :*: ((S1 ('MetaSel ('Just "missingValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CountPercent)) :*: S1 ('MetaSel ('Just "monotonicValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonotonicValues))) :*: (S1 ('MetaSel ('Just "multipleOperatingModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MultipleOperatingModes)) :*: S1 ('MetaSel ('Just "sensorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newSensorStatisticsSummary :: SensorStatisticsSummary Source #

Create a value of SensorStatisticsSummary 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:categoricalValues:SensorStatisticsSummary', sensorStatisticsSummary_categoricalValues - Parameter that describes potential risk about whether data associated with the sensor is categorical.

$sel:componentName:SensorStatisticsSummary', sensorStatisticsSummary_componentName - Name of the component to which the particular sensor belongs for which the statistics belong to.

$sel:dataEndTime:SensorStatisticsSummary', sensorStatisticsSummary_dataEndTime - Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.

$sel:dataExists:SensorStatisticsSummary', sensorStatisticsSummary_dataExists - Parameter that indicates whether data exists for the sensor that the statistics belong to.

$sel:dataStartTime:SensorStatisticsSummary', sensorStatisticsSummary_dataStartTime - Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.

$sel:duplicateTimestamps:SensorStatisticsSummary', sensorStatisticsSummary_duplicateTimestamps - Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.

$sel:invalidDateEntries:SensorStatisticsSummary', sensorStatisticsSummary_invalidDateEntries - Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.

$sel:invalidValues:SensorStatisticsSummary', sensorStatisticsSummary_invalidValues - Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.

$sel:largeTimestampGaps:SensorStatisticsSummary', sensorStatisticsSummary_largeTimestampGaps - Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.

$sel:missingValues:SensorStatisticsSummary', sensorStatisticsSummary_missingValues - Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.

$sel:monotonicValues:SensorStatisticsSummary', sensorStatisticsSummary_monotonicValues - Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.

$sel:multipleOperatingModes:SensorStatisticsSummary', sensorStatisticsSummary_multipleOperatingModes - Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.

$sel:sensorName:SensorStatisticsSummary', sensorStatisticsSummary_sensorName - Name of the sensor that the statistics belong to.

SensorsWithShortDateRange

data SensorsWithShortDateRange Source #

Entity that comprises information on sensors that have shorter date range.

See: newSensorsWithShortDateRange smart constructor.

Instances

Instances details
FromJSON SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Generic SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Associated Types

type Rep SensorsWithShortDateRange :: Type -> Type #

Read SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Show SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

NFData SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Eq SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Hashable SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

type Rep SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

type Rep SensorsWithShortDateRange = D1 ('MetaData "SensorsWithShortDateRange" "Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "SensorsWithShortDateRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "affectedSensorCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSensorsWithShortDateRange Source #

Create a value of SensorsWithShortDateRange 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:affectedSensorCount:SensorsWithShortDateRange', sensorsWithShortDateRange_affectedSensorCount - Indicates the number of sensors that have less than 90 days of data.

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' Text Text 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.LookoutEquipment.Types.Tag" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" '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.

UnsupportedTimestamps

data UnsupportedTimestamps Source #

Entity that comprises information abount unsupported timestamps in the dataset.

See: newUnsupportedTimestamps smart constructor.

Instances

Instances details
FromJSON UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Generic UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Associated Types

type Rep UnsupportedTimestamps :: Type -> Type #

Read UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Show UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

NFData UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Methods

rnf :: UnsupportedTimestamps -> () #

Eq UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Hashable UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

type Rep UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

type Rep UnsupportedTimestamps = D1 ('MetaData "UnsupportedTimestamps" "Amazonka.LookoutEquipment.Types.UnsupportedTimestamps" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "UnsupportedTimestamps'" 'PrefixI 'True) (S1 ('MetaSel ('Just "totalNumberOfUnsupportedTimestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUnsupportedTimestamps Source #

Create a value of UnsupportedTimestamps 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:totalNumberOfUnsupportedTimestamps:UnsupportedTimestamps', unsupportedTimestamps_totalNumberOfUnsupportedTimestamps - Indicates the total number of unsupported timestamps across the ingested data.