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

Amazonka.LookoutEquipment

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.

ValidationException

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

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

AccessDeniedException

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

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

ConflictException

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

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

ServiceQuotaExceededException

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

Resource limitations have been exceeded.

ThrottlingException

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

The request was denied due to request throttling.

InternalServerException

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

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

ResourceNotFoundException

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

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

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.

StartInferenceScheduler

data StartInferenceScheduler Source #

See: newStartInferenceScheduler smart constructor.

Instances

Instances details
Eq StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Read StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

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

NFData StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Methods

rnf :: StartInferenceScheduler -> () #

Hashable StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

ToJSON StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

AWSRequest 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

type Rep StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

type Rep StartInferenceScheduler = D1 ('MetaData "StartInferenceScheduler" "Amazonka.LookoutEquipment.StartInferenceScheduler" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "StartInferenceScheduler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

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:

$sel:inferenceSchedulerName:StartInferenceScheduler', startInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler to be started.

data StartInferenceSchedulerResponse Source #

See: newStartInferenceSchedulerResponse smart constructor.

Instances

Instances details
Eq StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Read StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Show StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Generic StartInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartInferenceScheduler

Associated Types

type Rep StartInferenceSchedulerResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "StartInferenceSchedulerResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus)) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:status:StartInferenceSchedulerResponse', startInferenceSchedulerResponse_status - Indicates the status of the inference scheduler.

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

$sel:modelName:StartInferenceSchedulerResponse', startInferenceSchedulerResponse_modelName - The name of the ML model being used by the inference scheduler.

$sel:inferenceSchedulerArn:StartInferenceSchedulerResponse', startInferenceSchedulerResponse_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being started.

$sel:inferenceSchedulerName:StartInferenceScheduler', startInferenceSchedulerResponse_inferenceSchedulerName - The name of the inference scheduler being started.

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

DescribeDataset

data DescribeDataset Source #

See: newDescribeDataset smart constructor.

Constructors

DescribeDataset' Text 

Instances

Instances details
Eq DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Read DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Show DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Generic DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Associated Types

type Rep DescribeDataset :: Type -> Type #

NFData DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Methods

rnf :: DescribeDataset -> () #

Hashable DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

ToJSON DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

AWSRequest DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Associated Types

type AWSResponse 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

type Rep DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

type Rep DescribeDataset = D1 ('MetaData "DescribeDataset" "Amazonka.LookoutEquipment.DescribeDataset" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

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:

$sel:datasetName:DescribeDataset', describeDataset_datasetName - The name of the dataset to be described.

data DescribeDatasetResponse Source #

See: newDescribeDatasetResponse smart constructor.

Instances

Instances details
Eq DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Read DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Show DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Generic DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Associated Types

type Rep DescribeDatasetResponse :: Type -> Type #

NFData DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

Methods

rnf :: DescribeDatasetResponse -> () #

type Rep DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataset

type Rep DescribeDatasetResponse = D1 ('MetaData "DescribeDatasetResponse" "Amazonka.LookoutEquipment.DescribeDataset" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeDatasetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "ingestionInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionInputConfiguration)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus))) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:ingestionInputConfiguration:DescribeDatasetResponse', describeDatasetResponse_ingestionInputConfiguration - Specifies the S3 location configuration for the data input for the data ingestion job.

$sel:status:DescribeDatasetResponse', describeDatasetResponse_status - Indicates the status of the dataset.

$sel:datasetArn:DescribeDatasetResponse', describeDatasetResponse_datasetArn - The Amazon Resource Name (ARN) of the dataset being described.

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

$sel:createdAt:DescribeDatasetResponse', describeDatasetResponse_createdAt - Specifies the time the dataset was created in Amazon Lookout for Equipment.

$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:datasetName:DescribeDataset', describeDatasetResponse_datasetName - The name of the dataset being described.

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

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

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Associated Types

type AWSResponse 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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.LookoutEquipment.ListTagsForResource" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

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
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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.

DescribeDataIngestionJob

data DescribeDataIngestionJob Source #

See: newDescribeDataIngestionJob smart constructor.

Instances

Instances details
Eq DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Read DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

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

NFData DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Hashable DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

ToJSON DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

AWSRequest 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

type Rep DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJob = D1 ('MetaData "DescribeDataIngestionJob" "Amazonka.LookoutEquipment.DescribeDataIngestionJob" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeDataIngestionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

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:

$sel:jobId:DescribeDataIngestionJob', describeDataIngestionJob_jobId - The job ID of the data ingestion job.

data DescribeDataIngestionJobResponse Source #

See: newDescribeDataIngestionJobResponse smart constructor.

Instances

Instances details
Eq DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Read DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Show DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Generic DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Associated Types

type Rep DescribeDataIngestionJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeDataIngestionJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "ingestionInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionInputConfiguration)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus))) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failedReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "roleArn") '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:

$sel:ingestionInputConfiguration:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_ingestionInputConfiguration - Specifies the S3 location configuration for the data input for the data ingestion job.

$sel:status:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_status - Indicates the status of the DataIngestionJob operation.

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

$sel:failedReason:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_failedReason - Specifies the reason for failure when a data ingestion job has failed.

$sel:jobId:DescribeDataIngestionJob', describeDataIngestionJobResponse_jobId - Indicates the job ID of the data ingestion job.

$sel:createdAt:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_createdAt - The time at which the data ingestion job was created.

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

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

CreateModel

data CreateModel Source #

See: newCreateModel smart constructor.

Instances

Instances details
Eq CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Read CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Show CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Generic CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Associated Types

type Rep CreateModel :: Type -> Type #

NFData CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Methods

rnf :: CreateModel -> () #

Hashable CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

ToJSON CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

AWSRequest CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Associated Types

type AWSResponse 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

type Rep CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

type Rep CreateModel = D1 ('MetaData "CreateModel" "Amazonka.LookoutEquipment.CreateModel" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "CreateModel'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataPreProcessingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataPreProcessingConfiguration)) :*: (S1 ('MetaSel ('Just "trainingDataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetSchema)))) :*: ((S1 ('MetaSel ('Just "evaluationDataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "offCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "evaluationDataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "trainingDataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "labelsInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelsInputConfiguration)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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))))))
type AWSResponse CreateModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

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: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:datasetSchema:CreateModel', createModel_datasetSchema - The data schema for the ML model being created.

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

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

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

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

$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:modelName:CreateModel', createModel_modelName - The name for the ML model to be created.

$sel:datasetName: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
Eq CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Read CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Show CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Generic CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Associated Types

type Rep CreateModelResponse :: Type -> Type #

NFData CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

Methods

rnf :: CreateModelResponse -> () #

type Rep CreateModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateModel

type Rep CreateModelResponse = D1 ('MetaData "CreateModelResponse" "Amazonka.LookoutEquipment.CreateModel" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "CreateModelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:status:CreateModelResponse', createModelResponse_status - Indicates the status of the CreateModel operation.

$sel:modelArn:CreateModelResponse', createModelResponse_modelArn - The Amazon Resource Name (ARN) of the model being created.

$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
Eq DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Read DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Show DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Generic DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Associated Types

type Rep DeleteDataset :: Type -> Type #

NFData DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Methods

rnf :: DeleteDataset -> () #

Hashable DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

ToJSON DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

AWSRequest DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Associated Types

type AWSResponse 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

type Rep DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

type Rep DeleteDataset = D1 ('MetaData "DeleteDataset" "Amazonka.LookoutEquipment.DeleteDataset" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DeleteDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

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:

$sel:datasetName:DeleteDataset', deleteDataset_datasetName - The name of the dataset to be deleted.

data DeleteDatasetResponse Source #

See: newDeleteDatasetResponse smart constructor.

Instances

Instances details
Eq DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Read DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Show DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Generic DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Associated Types

type Rep DeleteDatasetResponse :: Type -> Type #

NFData DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

Methods

rnf :: DeleteDatasetResponse -> () #

type Rep DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteDataset

type Rep DeleteDatasetResponse = D1 ('MetaData "DeleteDatasetResponse" "Amazonka.LookoutEquipment.DeleteDataset" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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.

CreateDataset

data CreateDataset Source #

See: newCreateDataset smart constructor.

Instances

Instances details
Eq CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Read CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Show CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Generic CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Associated Types

type Rep CreateDataset :: Type -> Type #

NFData CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Methods

rnf :: CreateDataset -> () #

Hashable CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

ToJSON CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

AWSRequest CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Associated Types

type AWSResponse 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

type Rep CreateDataset Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

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

Defined in Amazonka.LookoutEquipment.CreateDataset

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:tags:CreateDataset', createDataset_tags - Any tags associated with the ingested data described in the dataset.

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

$sel:datasetName:CreateDataset', createDataset_datasetName - The name of the dataset being created.

$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: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
Eq CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Read CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Show CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Generic CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Associated Types

type Rep CreateDatasetResponse :: Type -> Type #

NFData CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

Methods

rnf :: CreateDatasetResponse -> () #

type Rep CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateDataset

type Rep CreateDatasetResponse = D1 ('MetaData "CreateDatasetResponse" "Amazonka.LookoutEquipment.CreateDataset" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "CreateDatasetResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus)) :*: S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:status:CreateDatasetResponse', createDatasetResponse_status - Indicates the status of the CreateDataset operation.

$sel:datasetArn:CreateDatasetResponse', createDatasetResponse_datasetArn - The Amazon Resource Name (ARN) of the dataset being created.

$sel:datasetName:CreateDataset', createDatasetResponse_datasetName - The name of the dataset being created.

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

DeleteModel

data DeleteModel Source #

See: newDeleteModel smart constructor.

Constructors

DeleteModel' Text 

Instances

Instances details
Eq DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Read DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Show DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Generic DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Associated Types

type Rep DeleteModel :: Type -> Type #

NFData DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Methods

rnf :: DeleteModel -> () #

Hashable DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

ToJSON DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

AWSRequest DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Associated Types

type AWSResponse 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

type Rep DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

type Rep DeleteModel = D1 ('MetaData "DeleteModel" "Amazonka.LookoutEquipment.DeleteModel" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DeleteModel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

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:

$sel:modelName:DeleteModel', deleteModel_modelName - The name of the ML model to be deleted.

data DeleteModelResponse Source #

See: newDeleteModelResponse smart constructor.

Constructors

DeleteModelResponse' 

Instances

Instances details
Eq DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Read DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Show DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Generic DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Associated Types

type Rep DeleteModelResponse :: Type -> Type #

NFData DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

Methods

rnf :: DeleteModelResponse -> () #

type Rep DeleteModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteModel

type Rep DeleteModelResponse = D1 ('MetaData "DeleteModelResponse" "Amazonka.LookoutEquipment.DeleteModel" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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.

ListModels

data ListModels Source #

See: newListModels smart constructor.

Instances

Instances details
Eq ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Read ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Show ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Generic ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Associated Types

type Rep ListModels :: Type -> Type #

NFData ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Methods

rnf :: ListModels -> () #

Hashable ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

ToJSON ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

AWSRequest ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Associated Types

type AWSResponse 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

type Rep ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

type Rep ListModels = D1 ('MetaData "ListModels" "Amazonka.LookoutEquipment.ListModels" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListModels'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetNameBeginsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modelNameBeginsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListModels Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

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:status:ListModels', listModels_status - The status of the ML model.

$sel:nextToken:ListModels', listModels_nextToken - An opaque pagination token indicating where to continue the listing of ML models.

$sel:datasetNameBeginsWith:ListModels', listModels_datasetNameBeginsWith - The beginning of the name of the dataset of the ML models to be listed.

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

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

data ListModelsResponse Source #

See: newListModelsResponse smart constructor.

Instances

Instances details
Eq ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Read ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Show ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Generic ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Associated Types

type Rep ListModelsResponse :: Type -> Type #

NFData ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

Methods

rnf :: ListModelsResponse -> () #

type Rep ListModelsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListModels

type Rep ListModelsResponse = D1 ('MetaData "ListModelsResponse" "Amazonka.LookoutEquipment.ListModels" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListModelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modelSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ModelSummary])) :*: 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:nextToken:ListModels', listModelsResponse_nextToken - An opaque pagination token indicating where to continue the listing of ML models.

$sel:modelSummaries:ListModelsResponse', listModelsResponse_modelSummaries - Provides information on the specified model, including created time, model and dataset ARNs, and status.

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

StopInferenceScheduler

data StopInferenceScheduler Source #

See: newStopInferenceScheduler smart constructor.

Instances

Instances details
Eq StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Read StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Show StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Generic StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Associated Types

type Rep StopInferenceScheduler :: Type -> Type #

NFData StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Methods

rnf :: StopInferenceScheduler -> () #

Hashable StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

ToJSON StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

AWSRequest StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Associated Types

type AWSResponse 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

type Rep StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

type Rep StopInferenceScheduler = D1 ('MetaData "StopInferenceScheduler" "Amazonka.LookoutEquipment.StopInferenceScheduler" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "StopInferenceScheduler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

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:

$sel:inferenceSchedulerName:StopInferenceScheduler', stopInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler to be stopped.

data StopInferenceSchedulerResponse Source #

See: newStopInferenceSchedulerResponse smart constructor.

Instances

Instances details
Eq StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Read StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Show StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Generic StopInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StopInferenceScheduler

Associated Types

type Rep StopInferenceSchedulerResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "StopInferenceSchedulerResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus)) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:status:StopInferenceSchedulerResponse', stopInferenceSchedulerResponse_status - Indicates the status of the inference scheduler.

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

$sel:modelName:StopInferenceSchedulerResponse', stopInferenceSchedulerResponse_modelName - The name of the ML model used by the inference scheduler being stopped.

$sel:inferenceSchedulerArn:StopInferenceSchedulerResponse', stopInferenceSchedulerResponse_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference schedule being stopped.

$sel:inferenceSchedulerName:StopInferenceScheduler', stopInferenceSchedulerResponse_inferenceSchedulerName - The name of the inference scheduler being stopped.

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

ListDataIngestionJobs

data ListDataIngestionJobs Source #

See: newListDataIngestionJobs smart constructor.

Instances

Instances details
Eq ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Read ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Show ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Generic ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Associated Types

type Rep ListDataIngestionJobs :: Type -> Type #

NFData ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Methods

rnf :: ListDataIngestionJobs -> () #

Hashable ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

ToJSON ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

AWSRequest ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Associated Types

type AWSResponse 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

type Rep ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type Rep ListDataIngestionJobs = D1 ('MetaData "ListDataIngestionJobs" "Amazonka.LookoutEquipment.ListDataIngestionJobs" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListDataIngestionJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

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:

$sel:status:ListDataIngestionJobs', listDataIngestionJobs_status - Indicates the status of the data ingestion job.

$sel:nextToken:ListDataIngestionJobs', listDataIngestionJobs_nextToken - An opaque pagination token indicating where to continue the listing of data ingestion jobs.

$sel:datasetName: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.

data ListDataIngestionJobsResponse Source #

See: newListDataIngestionJobsResponse smart constructor.

Instances

Instances details
Eq ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Read ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Show ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Generic ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Associated Types

type Rep ListDataIngestionJobsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListDataIngestionJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataIngestionJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataIngestionJobSummary])) :*: 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:nextToken:ListDataIngestionJobs', listDataIngestionJobsResponse_nextToken - An opaque pagination token indicating where to continue the listing of data ingestion jobs.

$sel:dataIngestionJobSummaries:ListDataIngestionJobsResponse', listDataIngestionJobsResponse_dataIngestionJobSummaries - Specifies information about the specific data ingestion job, including dataset name and status.

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

DescribeModel

data DescribeModel Source #

See: newDescribeModel smart constructor.

Constructors

DescribeModel' Text 

Instances

Instances details
Eq DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Read DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Show DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Generic DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Associated Types

type Rep DescribeModel :: Type -> Type #

NFData DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Methods

rnf :: DescribeModel -> () #

Hashable DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

ToJSON DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

AWSRequest DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Associated Types

type AWSResponse 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

type Rep DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

type Rep DescribeModel = D1 ('MetaData "DescribeModel" "Amazonka.LookoutEquipment.DescribeModel" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeModel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeModel Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

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:

$sel:modelName:DescribeModel', describeModel_modelName - The name of the ML model to be described.

data DescribeModelResponse Source #

See: newDescribeModelResponse smart constructor.

Instances

Instances details
Eq DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Read DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Show DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Generic DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Associated Types

type Rep DescribeModelResponse :: Type -> Type #

NFData DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

Methods

rnf :: DescribeModelResponse -> () #

type Rep DescribeModelResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeModel

type Rep DescribeModelResponse = D1 ('MetaData "DescribeModelResponse" "Amazonka.LookoutEquipment.DescribeModel" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeModelResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: S1 ('MetaSel ('Just "dataPreProcessingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataPreProcessingConfiguration))) :*: (S1 ('MetaSel ('Just "trainingExecutionStartTime") '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 "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "trainingDataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "evaluationDataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "offCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "evaluationDataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "trainingDataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "trainingExecutionEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "labelsInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelsInputConfiguration)))) :*: (S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:status: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: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

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

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

$sel:failedReason:DescribeModelResponse', describeModelResponse_failedReason - If the training of the ML model failed, this indicates the reason for that failure.

$sel:modelArn:DescribeModelResponse', describeModelResponse_modelArn - The Amazon Resource Name (ARN) of the ML model being described.

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

$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:createdAt:DescribeModelResponse', describeModelResponse_createdAt - Indicates the time and date at which the ML model was created.

$sel:modelName:DescribeModel', describeModelResponse_modelName - The name 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.

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

$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: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: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:datasetName:DescribeModelResponse', describeModelResponse_datasetName - The name of the dataset being used by the ML being described.

$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:labelsInputConfiguration:DescribeModelResponse', describeModelResponse_labelsInputConfiguration - Specifies configuration information about the labels input, including its S3 location.

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

$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:httpStatus:DescribeModelResponse', describeModelResponse_httpStatus - The response's http status code.

StartDataIngestionJob

data StartDataIngestionJob Source #

See: newStartDataIngestionJob smart constructor.

Instances

Instances details
Eq StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Read StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Show StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Generic StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Associated Types

type Rep StartDataIngestionJob :: Type -> Type #

NFData StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Methods

rnf :: StartDataIngestionJob -> () #

Hashable StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

ToJSON StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

AWSRequest StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Associated Types

type AWSResponse 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

type Rep StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

type Rep StartDataIngestionJob = D1 ('MetaData "StartDataIngestionJob" "Amazonka.LookoutEquipment.StartDataIngestionJob" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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))))
type AWSResponse StartDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

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:

$sel:datasetName:StartDataIngestionJob', startDataIngestionJob_datasetName - The name of the dataset being used by the data ingestion job.

$sel:ingestionInputConfiguration: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
Eq StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Read StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Show StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Generic StartDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.StartDataIngestionJob

Associated Types

type Rep StartDataIngestionJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "StartDataIngestionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus)) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:status:StartDataIngestionJobResponse', startDataIngestionJobResponse_status - Indicates the status of the StartDataIngestionJob operation.

$sel:jobId:StartDataIngestionJobResponse', startDataIngestionJobResponse_jobId - Indicates the job ID of the data ingestion job.

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

ListInferenceSchedulers

data ListInferenceSchedulers Source #

See: newListInferenceSchedulers smart constructor.

Instances

Instances details
Eq ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Read ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

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

NFData ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Methods

rnf :: ListInferenceSchedulers -> () #

Hashable ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

ToJSON ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

AWSRequest 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

type Rep ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

type Rep ListInferenceSchedulers = D1 ('MetaData "ListInferenceSchedulers" "Amazonka.LookoutEquipment.ListInferenceSchedulers" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListInferenceSchedulers'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inferenceSchedulerNameBeginsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListInferenceSchedulers Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

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:modelName:ListInferenceSchedulers', listInferenceSchedulers_modelName - The name of the ML model used by the inference scheduler to be listed.

$sel:nextToken:ListInferenceSchedulers', listInferenceSchedulers_nextToken - An opaque pagination token indicating where to continue the listing of inference schedulers.

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

data ListInferenceSchedulersResponse Source #

See: newListInferenceSchedulersResponse smart constructor.

Instances

Instances details
Eq ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Read ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Show ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Generic ListInferenceSchedulersResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceSchedulers

Associated Types

type Rep ListInferenceSchedulersResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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.

$sel:nextToken: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.

UpdateInferenceScheduler

data UpdateInferenceScheduler Source #

See: newUpdateInferenceScheduler smart constructor.

Instances

Instances details
Eq UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Read UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

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

NFData UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Hashable UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

ToJSON UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

AWSRequest 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

type Rep UpdateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

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

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

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:

$sel:dataUploadFrequency: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:dataDelayOffsetInMinutes: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.

$sel:dataOutputConfiguration:UpdateInferenceScheduler', updateInferenceScheduler_dataOutputConfiguration - Specifies information for the output results from the inference scheduler, including the output S3 location.

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

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

$sel:inferenceSchedulerName:UpdateInferenceScheduler', updateInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler to be updated.

data UpdateInferenceSchedulerResponse Source #

See: newUpdateInferenceSchedulerResponse smart constructor.

Instances

Instances details
Eq UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Read UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Show UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Generic UpdateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler

Associated Types

type Rep UpdateInferenceSchedulerResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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.

DeleteInferenceScheduler

data DeleteInferenceScheduler Source #

See: newDeleteInferenceScheduler smart constructor.

Instances

Instances details
Eq DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Read DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

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

NFData DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Hashable DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

ToJSON DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

AWSRequest 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

type Rep DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

type Rep DeleteInferenceScheduler = D1 ('MetaData "DeleteInferenceScheduler" "Amazonka.LookoutEquipment.DeleteInferenceScheduler" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DeleteInferenceScheduler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

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:

$sel:inferenceSchedulerName:DeleteInferenceScheduler', deleteInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler to be deleted.

data DeleteInferenceSchedulerResponse Source #

See: newDeleteInferenceSchedulerResponse smart constructor.

Instances

Instances details
Eq DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Read DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Show DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Generic DeleteInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DeleteInferenceScheduler

Associated Types

type Rep DeleteInferenceSchedulerResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.LookoutEquipment.TagResource" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

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
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.LookoutEquipment.TagResource" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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.

ListInferenceExecutions

data ListInferenceExecutions Source #

See: newListInferenceExecutions smart constructor.

Instances

Instances details
Eq ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Read ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

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

NFData ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Methods

rnf :: ListInferenceExecutions -> () #

Hashable ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

ToJSON ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

AWSRequest 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

type Rep ListInferenceExecutions Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

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

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

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:status:ListInferenceExecutions', listInferenceExecutions_status - The status of the inference execution.

$sel:dataEndTimeBefore:ListInferenceExecutions', listInferenceExecutions_dataEndTimeBefore - The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.

$sel:nextToken:ListInferenceExecutions', listInferenceExecutions_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

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

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

$sel:inferenceSchedulerName:ListInferenceExecutions', listInferenceExecutions_inferenceSchedulerName - The name of the inference scheduler for the inference execution listed.

data ListInferenceExecutionsResponse Source #

See: newListInferenceExecutionsResponse smart constructor.

Instances

Instances details
Eq ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Read ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Show ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Generic ListInferenceExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceExecutions

Associated Types

type Rep ListInferenceExecutionsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListInferenceExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inferenceExecutionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferenceExecutionSummary])) :*: 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:nextToken:ListInferenceExecutions', listInferenceExecutionsResponse_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

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

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

CreateInferenceScheduler

data CreateInferenceScheduler Source #

See: newCreateInferenceScheduler smart constructor.

Instances

Instances details
Eq CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Read CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

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

NFData CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Hashable CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

ToJSON CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

AWSRequest 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

type Rep CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

type Rep CreateInferenceScheduler = D1 ('MetaData "CreateInferenceScheduler" "Amazonka.LookoutEquipment.CreateInferenceScheduler" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "CreateInferenceScheduler'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataDelayOffsetInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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))))))
type AWSResponse CreateInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

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:

$sel:dataDelayOffsetInMinutes:CreateInferenceScheduler', createInferenceScheduler_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.

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

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

$sel:modelName:CreateInferenceScheduler', createInferenceScheduler_modelName - The name of the previously trained ML model being used to create the inference scheduler.

$sel:inferenceSchedulerName:CreateInferenceScheduler', createInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler being created.

$sel:dataUploadFrequency:CreateInferenceScheduler', createInferenceScheduler_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:dataInputConfiguration:CreateInferenceScheduler', createInferenceScheduler_dataInputConfiguration - Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.

$sel:dataOutputConfiguration: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
Eq CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Read CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Show CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Generic CreateInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.CreateInferenceScheduler

Associated Types

type Rep CreateInferenceSchedulerResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "CreateInferenceSchedulerResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus)) :*: S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:status:CreateInferenceSchedulerResponse', createInferenceSchedulerResponse_status - Indicates the status of the CreateInferenceScheduler operation.

$sel:inferenceSchedulerArn:CreateInferenceSchedulerResponse', createInferenceSchedulerResponse_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being created.

$sel:inferenceSchedulerName:CreateInferenceScheduler', createInferenceSchedulerResponse_inferenceSchedulerName - The name of inference scheduler being created.

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

ListDatasets

data ListDatasets Source #

See: newListDatasets smart constructor.

Instances

Instances details
Eq ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Read ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Show ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Generic ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Associated Types

type Rep ListDatasets :: Type -> Type #

NFData ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Methods

rnf :: ListDatasets -> () #

Hashable ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

ToJSON ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

AWSRequest ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Associated Types

type AWSResponse 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

type Rep ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasets = D1 ('MetaData "ListDatasets" "Amazonka.LookoutEquipment.ListDatasets" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListDatasets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetNameBeginsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListDatasets Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

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:nextToken:ListDatasets', listDatasets_nextToken - An opaque pagination token indicating where to continue the listing of datasets.

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

data ListDatasetsResponse Source #

See: newListDatasetsResponse smart constructor.

Instances

Instances details
Eq ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Read ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Show ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Generic ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Associated Types

type Rep ListDatasetsResponse :: Type -> Type #

NFData ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

Methods

rnf :: ListDatasetsResponse -> () #

type Rep ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDatasets

type Rep ListDatasetsResponse = D1 ('MetaData "ListDatasetsResponse" "Amazonka.LookoutEquipment.ListDatasets" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListDatasetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetSummary])) :*: 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:nextToken:ListDatasets', listDatasetsResponse_nextToken - An opaque pagination token indicating where to continue the listing of datasets.

$sel:datasetSummaries:ListDatasetsResponse', listDatasetsResponse_datasetSummaries - Provides information about the specified dataset, including creation time, dataset ARN, and status.

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Associated Types

type AWSResponse 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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.LookoutEquipment.UntagResource" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

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
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.LookoutEquipment.UntagResource" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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.

DescribeInferenceScheduler

data DescribeInferenceScheduler Source #

See: newDescribeInferenceScheduler smart constructor.

Instances

Instances details
Eq DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Read DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

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

NFData DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Hashable DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

ToJSON DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

AWSRequest 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

type Rep DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

type Rep DescribeInferenceScheduler = D1 ('MetaData "DescribeInferenceScheduler" "Amazonka.LookoutEquipment.DescribeInferenceScheduler" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeInferenceScheduler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeInferenceScheduler Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

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:

$sel:inferenceSchedulerName:DescribeInferenceScheduler', describeInferenceScheduler_inferenceSchedulerName - The name of the inference scheduler being described.

data DescribeInferenceSchedulerResponse Source #

Instances

Instances details
Eq DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Read DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Show DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Generic DescribeInferenceSchedulerResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeInferenceScheduler

Associated Types

type Rep DescribeInferenceSchedulerResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeInferenceSchedulerResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSchedulerStatus)) :*: (S1 ('MetaSel ('Just "dataUploadFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataUploadFrequency)) :*: S1 ('MetaSel ('Just "dataDelayOffsetInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceSchedulerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "dataOutputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceOutputConfiguration)) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dataInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceInputConfiguration)) :*: S1 ('MetaSel ('Just "serverSideKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:status:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_status - Indicates the status of the inference scheduler.

$sel:dataUploadFrequency: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.

$sel:dataDelayOffsetInMinutes: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.

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

$sel:createdAt:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_createdAt - Specifies the time at which the inference scheduler was created.

$sel:modelName:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_modelName - The name of the ML model of the inference scheduler being described.

$sel:inferenceSchedulerArn:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being described.

$sel:dataOutputConfiguration:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_dataOutputConfiguration - Specifies information for the output results for the inference scheduler, including the output S3 location.

$sel:updatedAt:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_updatedAt - Specifies the time at which the inference scheduler was last updated, if it was.

$sel:inferenceSchedulerName:DescribeInferenceScheduler', describeInferenceSchedulerResponse_inferenceSchedulerName - The name of the inference scheduler being described.

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

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

$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:httpStatus:DescribeInferenceSchedulerResponse', describeInferenceSchedulerResponse_httpStatus - The response's http status code.

Types

DataUploadFrequency

newtype DataUploadFrequency Source #

Instances

Instances details
Eq DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Ord DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Read DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Show DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Generic DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Associated Types

type Rep DataUploadFrequency :: Type -> Type #

NFData DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

Methods

rnf :: DataUploadFrequency -> () #

Hashable DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToJSON DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToJSONKey DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

FromJSON DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

FromJSONKey DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToLog DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToHeader DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToQuery DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

FromXML DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToXML DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToByteString DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

FromText DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

ToText DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

type Rep DataUploadFrequency Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataUploadFrequency

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

DatasetStatus

newtype DatasetStatus Source #

Constructors

DatasetStatus' 

Instances

Instances details
Eq DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Ord DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Read DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Show DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Generic DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Associated Types

type Rep DatasetStatus :: Type -> Type #

NFData DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Methods

rnf :: DatasetStatus -> () #

Hashable DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToJSON DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToJSONKey DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

FromJSON DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

FromJSONKey DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToLog DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToHeader DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToQuery DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

FromXML DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToXML DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Methods

toXML :: DatasetStatus -> XML #

ToByteString DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

FromText DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

ToText DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

Methods

toText :: DatasetStatus -> Text #

type Rep DatasetStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetStatus

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

InferenceExecutionStatus

newtype InferenceExecutionStatus Source #

Instances

Instances details
Eq InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Ord InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Read InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Show InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Generic InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Associated Types

type Rep InferenceExecutionStatus :: Type -> Type #

NFData InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

Hashable InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToJSON InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToJSONKey InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

FromJSON InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

FromJSONKey InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToLog InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToHeader InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToQuery InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

FromXML InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToXML InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToByteString InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

FromText InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

ToText InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

type Rep InferenceExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionStatus

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

InferenceSchedulerStatus

newtype InferenceSchedulerStatus Source #

Instances

Instances details
Eq InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Ord InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Read InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Show InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Generic InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Associated Types

type Rep InferenceSchedulerStatus :: Type -> Type #

NFData InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

Hashable InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToJSON InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToJSONKey InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

FromJSON InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

FromJSONKey InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToLog InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToHeader InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToQuery InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

FromXML InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToXML InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToByteString InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

FromText InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

ToText InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

type Rep InferenceSchedulerStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerStatus

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

IngestionJobStatus

newtype IngestionJobStatus Source #

Instances

Instances details
Eq IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Ord IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Read IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Show IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Generic IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Associated Types

type Rep IngestionJobStatus :: Type -> Type #

NFData IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

Methods

rnf :: IngestionJobStatus -> () #

Hashable IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToJSON IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToJSONKey IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

FromJSON IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

FromJSONKey IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToLog IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToHeader IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToQuery IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

FromXML IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToXML IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToByteString IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

FromText IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

ToText IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

type Rep IngestionJobStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionJobStatus

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

ModelStatus

newtype ModelStatus Source #

Constructors

ModelStatus' 

Instances

Instances details
Eq ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Ord ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Read ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Show ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Generic ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Associated Types

type Rep ModelStatus :: Type -> Type #

NFData ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Methods

rnf :: ModelStatus -> () #

Hashable ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToJSON ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToJSONKey ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

FromJSON ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

FromJSONKey ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToLog ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToHeader ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToQuery ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

FromXML ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToXML ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Methods

toXML :: ModelStatus -> XML #

ToByteString ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

FromText ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

ToText ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

Methods

toText :: ModelStatus -> Text #

type Rep ModelStatus Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelStatus

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

TargetSamplingRate

newtype TargetSamplingRate Source #

Instances

Instances details
Eq TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Ord TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Read TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Show TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Generic TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Associated Types

type Rep TargetSamplingRate :: Type -> Type #

NFData TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

Methods

rnf :: TargetSamplingRate -> () #

Hashable TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToJSON TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToJSONKey TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

FromJSON TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

FromJSONKey TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToLog TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToHeader TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToQuery TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

FromXML TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToXML TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToByteString TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

FromText TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

ToText TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

type Rep TargetSamplingRate Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.TargetSamplingRate

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

DataIngestionJobSummary

data DataIngestionJobSummary Source #

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

See: newDataIngestionJobSummary smart constructor.

Instances

Instances details
Eq DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Read DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Show DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Generic DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Associated Types

type Rep DataIngestionJobSummary :: Type -> Type #

NFData DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

Methods

rnf :: DataIngestionJobSummary -> () #

Hashable DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

FromJSON DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

type Rep DataIngestionJobSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataIngestionJobSummary

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

newDataIngestionJobSummary :: DataIngestionJobSummary Source #

Create a value of DataIngestionJobSummary with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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

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

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

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
Eq DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Read DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Show DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Generic DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Associated Types

type Rep DataPreProcessingConfiguration :: Type -> Type #

NFData DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

Hashable DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

ToJSON DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

FromJSON DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

type Rep DataPreProcessingConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DataPreProcessingConfiguration

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

newDataPreProcessingConfiguration :: DataPreProcessingConfiguration Source #

Create a value of DataPreProcessingConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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
Eq DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Read DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Show DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Generic DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Associated Types

type Rep DatasetSchema :: Type -> Type #

NFData DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

Methods

rnf :: DatasetSchema -> () #

Hashable DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

ToJSON DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

type Rep DatasetSchema Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSchema

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

newDatasetSchema :: DatasetSchema Source #

Create a value of DatasetSchema with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inlineDataSchema:DatasetSchema', datasetSchema_inlineDataSchema -

DatasetSummary

data DatasetSummary Source #

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

See: newDatasetSummary smart constructor.

Instances

Instances details
Eq DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Read DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Show DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Generic DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Associated Types

type Rep DatasetSummary :: Type -> Type #

NFData DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

Methods

rnf :: DatasetSummary -> () #

Hashable DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

FromJSON DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

type Rep DatasetSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.DatasetSummary

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

newDatasetSummary :: DatasetSummary Source #

Create a value of DatasetSummary with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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

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

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
Eq InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Read InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Show InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Generic InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Associated Types

type Rep InferenceExecutionSummary :: Type -> Type #

NFData InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

Hashable InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

FromJSON InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

type Rep InferenceExecutionSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceExecutionSummary

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

newInferenceExecutionSummary :: InferenceExecutionSummary Source #

Create a value of InferenceExecutionSummary with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:InferenceExecutionSummary', inferenceExecutionSummary_status - Indicates the status of the inference execution.

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

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

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

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

$sel:customerResultObject:InferenceExecutionSummary', inferenceExecutionSummary_customerResultObject -

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

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

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

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

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

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

InferenceInputConfiguration

data InferenceInputConfiguration Source #

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

See: newInferenceInputConfiguration smart constructor.

Instances

Instances details
Eq InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Read InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Show InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Generic InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Associated Types

type Rep InferenceInputConfiguration :: Type -> Type #

NFData InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

Hashable InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

ToJSON InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

FromJSON InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

type Rep InferenceInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputConfiguration

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

newInferenceInputConfiguration :: InferenceInputConfiguration Source #

Create a value of InferenceInputConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inputTimeZoneOffset:InferenceInputConfiguration', inferenceInputConfiguration_inputTimeZoneOffset - Indicates the difference between your time zone and Greenwich Mean Time (GMT).

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

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

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
Eq InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Read InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Show InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Generic InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Associated Types

type Rep InferenceInputNameConfiguration :: Type -> Type #

NFData InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

Hashable InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

ToJSON InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

FromJSON InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

type Rep InferenceInputNameConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceInputNameConfiguration

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

newInferenceInputNameConfiguration :: InferenceInputNameConfiguration Source #

Create a value of InferenceInputNameConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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
Eq InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Read InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Show InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Generic InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Associated Types

type Rep InferenceOutputConfiguration :: Type -> Type #

NFData InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

Hashable InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

ToJSON InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

FromJSON InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

type Rep InferenceOutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceOutputConfiguration

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

newInferenceOutputConfiguration Source #

Create a value of InferenceOutputConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kmsKeyId:InferenceOutputConfiguration', inferenceOutputConfiguration_kmsKeyId - The ID number for the AWS KMS key used to encrypt the inference output.

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

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
Eq InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Read InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Show InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Generic InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Associated Types

type Rep InferenceS3InputConfiguration :: Type -> Type #

NFData InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

Hashable InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

ToJSON InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

FromJSON InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

type Rep InferenceS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3InputConfiguration

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

newInferenceS3InputConfiguration Source #

Create a value of InferenceS3InputConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:prefix:InferenceS3InputConfiguration', inferenceS3InputConfiguration_prefix - The prefix for the S3 bucket used for the input data for the inference.

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

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
Eq InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Read InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Show InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Generic InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Associated Types

type Rep InferenceS3OutputConfiguration :: Type -> Type #

NFData InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

Hashable InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

ToJSON InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

FromJSON InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

type Rep InferenceS3OutputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceS3OutputConfiguration

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

newInferenceS3OutputConfiguration Source #

Create a value of InferenceS3OutputConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:prefix:InferenceS3OutputConfiguration', inferenceS3OutputConfiguration_prefix - The prefix for the S3 bucket used for the output results from the inference.

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

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
Eq InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Read InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Show InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Generic InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Associated Types

type Rep InferenceSchedulerSummary :: Type -> Type #

NFData InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

Hashable InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

FromJSON InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

type Rep InferenceSchedulerSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InferenceSchedulerSummary

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

newInferenceSchedulerSummary :: InferenceSchedulerSummary Source #

Create a value of InferenceSchedulerSummary with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:InferenceSchedulerSummary', inferenceSchedulerSummary_status - Indicates the status of the inference scheduler.

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

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

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

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

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

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

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
Eq IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Read IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Show IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Generic IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Associated Types

type Rep IngestionInputConfiguration :: Type -> Type #

NFData IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

Hashable IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

ToJSON IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

FromJSON IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

type Rep IngestionInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionInputConfiguration

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

newIngestionInputConfiguration Source #

Create a value of IngestionInputConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3InputConfiguration:IngestionInputConfiguration', ingestionInputConfiguration_s3InputConfiguration - The location information for the S3 bucket used for input data for the data ingestion.

IngestionS3InputConfiguration

data IngestionS3InputConfiguration Source #

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

See: newIngestionS3InputConfiguration smart constructor.

Instances

Instances details
Eq IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Read IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Show IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Generic IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Associated Types

type Rep IngestionS3InputConfiguration :: Type -> Type #

NFData IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Hashable IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

ToJSON IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

FromJSON IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

type Rep IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

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

newIngestionS3InputConfiguration Source #

Create a value of IngestionS3InputConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:prefix:IngestionS3InputConfiguration', ingestionS3InputConfiguration_prefix - The prefix for the S3 location being used for the input data for the data ingestion.

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

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
Eq LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Read LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Show LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Generic LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Associated Types

type Rep LabelsInputConfiguration :: Type -> Type #

NFData LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Hashable LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

ToJSON LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

FromJSON LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

type Rep LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

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

newLabelsInputConfiguration Source #

Create a value of LabelsInputConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3InputConfiguration:LabelsInputConfiguration', labelsInputConfiguration_s3InputConfiguration - Contains location information for the S3 location being used for label data.

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
Eq LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Read LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Show LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Generic LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Associated Types

type Rep LabelsS3InputConfiguration :: Type -> Type #

NFData LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Hashable LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

ToJSON LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

FromJSON LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

type Rep LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

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

newLabelsS3InputConfiguration Source #

Create a value of LabelsS3InputConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:prefix:LabelsS3InputConfiguration', labelsS3InputConfiguration_prefix - The prefix for the S3 bucket used for the label data.

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

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
Eq ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Read ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Show ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Generic ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Associated Types

type Rep ModelSummary :: Type -> Type #

NFData ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

Methods

rnf :: ModelSummary -> () #

Hashable ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

FromJSON ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

type Rep ModelSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.ModelSummary

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

newModelSummary :: ModelSummary Source #

Create a value of ModelSummary with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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

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

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

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

S3Object

data S3Object Source #

Contains information about an S3 bucket.

See: newS3Object smart constructor.

Constructors

S3Object' Text Text 

Instances

Instances details
Eq S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Read S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Show S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Generic S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Associated Types

type Rep S3Object :: Type -> Type #

Methods

from :: S3Object -> Rep S3Object x #

to :: Rep S3Object x -> S3Object #

NFData S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Methods

rnf :: S3Object -> () #

Hashable S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Methods

hashWithSalt :: Int -> S3Object -> Int #

hash :: S3Object -> Int #

FromJSON S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

type Rep S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

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

newS3Object Source #

Create a value of S3Object with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bucket:S3Object', s3Object_bucket - The name of the specific S3 bucket.

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

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
Eq Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

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

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

Read Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.Tag

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

newTag Source #

Create a value of Tag with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - The key for the specified tag.

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